2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 14:25:39 +00:00

Added Aladdin chipset to detect program.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@203 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Frodo Looijaard
1999-02-07 19:13:02 +00:00
parent 9ab5512ee3
commit 76363d959e
2 changed files with 16 additions and 2 deletions

View File

@@ -71,7 +71,14 @@ sub adapter_pci_detection
func => 0,
procid => "Silicon Integrated Systems 85C503",
driver => "UNIMPLEMENTED"
}
} ,
{
vendid => 0x10b9,
devid => 0x7107,
funcid => 0,
procid => "Acer Labs M1533 Aladdin IV",
driver => "UNIMPLEMENTED"
}
);
my $pci_list_ref = read_proc_dev_pci;

View File

@@ -71,7 +71,14 @@ sub adapter_pci_detection
func => 0,
procid => "Silicon Integrated Systems 85C503",
driver => "UNIMPLEMENTED"
}
} ,
{
vendid => 0x10b9,
devid => 0x7107,
funcid => 0,
procid => "Acer Labs M1533 Aladdin IV",
driver => "UNIMPLEMENTED"
}
);
my $pci_list_ref = read_proc_dev_pci;