diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-02-07 12:23:00 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-02-07 12:23:00 +0000 |
commit | 041dbfe181186026494fcca9639fcf011bd07a94 (patch) | |
tree | 7cfd26fe8181806ebb33120950c4711d0636cb66 /lst | |
parent | ae4f90965e9cb0fdfc631ec6f54b05c9b23b694c (diff) | |
download | ldetect-lst-041dbfe181186026494fcca9639fcf011bd07a94.tar ldetect-lst-041dbfe181186026494fcca9639fcf011bd07a94.tar.gz ldetect-lst-041dbfe181186026494fcca9639fcf011bd07a94.tar.bz2 ldetect-lst-041dbfe181186026494fcca9639fcf011bd07a94.tar.xz ldetect-lst-041dbfe181186026494fcca9639fcf011bd07a94.zip |
there's two pci vendor ids for ALI (0x10b9 "ALi Corporation" and 0x1025 "Acer
Incorporated [ALI]").
ali-agp driver probe PCI_CAP_ID_AGP and device id (not vendor id), and so
doesn't appear in kernel's modules.pcimap.
thus let's manually add drivers for both vendor ids.
Diffstat (limited to 'lst')
-rw-r--r-- | lst/pcitable | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/lst/pcitable b/lst/pcitable index c2fa5bce..a6684090 100644 --- a/lst/pcitable +++ b/lst/pcitable @@ -2256,23 +2256,23 @@ 0x10b9 0x1531 "unknown" "Acer Laboratories Inc. [ALi]|M1531 [Aladdin IV]" 0x10b9 0x1533 "unknown" "Acer Laboratories Inc. [ALi]|M1533 PCI to ISA Bridge [Aladdin IV]" 0x10b9 0x1535 "unknown" "Acer Labs Inc.|M1535x ISA Bridge" -0x10b9 0x1541 "unknown" "Acer Laboratories Inc. [ALi]|M1541" +0x10b9 0x1541 "ali-agp" "Acer Laboratories Inc. [ALi]|M1541" 0x10b9 0x1543 "unknown" "Acer Laboratories Inc. [ALi]|M1543" 0x10b9 0x1561 "unknown" "Acer Labs Inc.|M1561 North Bridge" 0x10b9 0x1563 "i2c-ali1563" "ALi Corp.|M1563 HyperTransport South Bridge" -0x10b9 0x1621 "unknown" "Acer Laboratories Inc. [ALi]|M1621" -0x10b9 0x1631 "unknown" "Acer Laboratories Inc. [ALi]|ALI M1631 PCI North Bridge Aladdin Pro III" -0x10b9 0x1632 "unknown" "Acer Labs Inc.|M1632 North Bridge" -0x10b9 0x1641 "unknown" "Acer Laboratories Inc. [ALi]|ALI M1641 PCI North Bridge Aladdin Pro IV" -0x10b9 0x1644 "unknown" "Acer Labs Inc.|M1644 AGP System Controller" +0x10b9 0x1621 "ali-agp" "Acer Laboratories Inc. [ALi]|M1621" +0x10b9 0x1631 "ali-agp" "Acer Laboratories Inc. [ALi]|ALI M1631 PCI North Bridge Aladdin Pro III" +0x10b9 0x1632 "ali-agp" "Acer Labs Inc.|M1632 North Bridge" +0x10b9 0x1641 "ali-agp" "Acer Laboratories Inc. [ALi]|ALI M1641 PCI North Bridge Aladdin Pro IV" +0x10b9 0x1644 "ali-agp" "Acer Labs Inc.|M1644 AGP System Controller" 0x10b9 0x1646 "unknown" "Acer Labs Inc.|M1646 AGP System Controller" -0x10b9 0x1647 "unknown" "Acer Labs Inc.|M1647 CPU to PCI Bridge" -0x10b9 0x1651 "unknown" "Acer Labs Inc.|M1651 CPU to PCI Bridge" +0x10b9 0x1647 "ali-agp" "Acer Labs Inc.|M1647 CPU to PCI Bridge" +0x10b9 0x1651 "ali-agp" "Acer Labs Inc.|M1651 CPU to PCI Bridge" 0x10b9 0x1661 "unknown" "Acer Labs Inc.|M1661 AGP System Controller" 0x10b9 0x1667 "unknown" "Acer Labs Inc.|M1667 AGP System Controller" -0x10b9 0x1671 "unknown" "Acer Labs Inc.|M1671 Northbridge [Aladdin-P4]" +0x10b9 0x1671 "ali-agp" "Acer Labs Inc.|M1671 Northbridge [Aladdin-P4]" 0x10b9 0x1672 "unknown" "ALi Corporation|M1672 Northbridge [CyberALADDiN-P4]" -0x10b9 0x1681 "unknown" "ALi Corp.|M1681 P4 Northbridge [AGP8X,HyperTransport and SDR/DDR]" +0x10b9 0x1681 "ali-agp" "ALi Corp.|M1681 P4 Northbridge [AGP8X,HyperTransport and SDR/DDR]" 0x10b9 0x1687 "unknown" "ALi Corp.|M1687 K8 Northbridge [AGP8X and HyperTransport]" 0x10b9 0x1689 "unknown" "ALi Corporation|M1689 K8 Northbridge [Super K8 Single Chip]" 0x10b9 0x3141 "unknown" "Acer Laboratories Inc. [ALi]|M3141" |