diff options
author | Adam Williamson <awilliamson@mandriva.org> | 2008-05-15 22:20:48 +0000 |
---|---|---|
committer | Adam Williamson <awilliamson@mandriva.org> | 2008-05-15 22:20:48 +0000 |
commit | 9824dc5711ecf307d4fc1d721f9a5ae495918de1 (patch) | |
tree | a7c9ec925b35cf2663172ce3e9213a1e8c48608f /lst | |
parent | 0eac9ecfeb51a487e2621b9b6adf179dc1a1efea (diff) | |
download | ldetect-lst-9824dc5711ecf307d4fc1d721f9a5ae495918de1.tar ldetect-lst-9824dc5711ecf307d4fc1d721f9a5ae495918de1.tar.gz ldetect-lst-9824dc5711ecf307d4fc1d721f9a5ae495918de1.tar.bz2 ldetect-lst-9824dc5711ecf307d4fc1d721f9a5ae495918de1.tar.xz ldetect-lst-9824dc5711ecf307d4fc1d721f9a5ae495918de1.zip |
- detect two AMD / NatSemi Geode chips, use geode driver for them
Diffstat (limited to 'lst')
-rw-r--r-- | lst/Cards+ | 2 | ||||
-rw-r--r-- | lst/pcitable | 3 |
2 files changed, 3 insertions, 2 deletions
@@ -120,7 +120,7 @@ NEEDVIDEORAM # AMD NAME AMD Geode GX/LX -DRIVER amd +DRIVER geode # ATI diff --git a/lst/pcitable b/lst/pcitable index eb9451d1..033916b5 100644 --- a/lst/pcitable +++ b/lst/pcitable @@ -489,7 +489,7 @@ 0x100b 0x0020 "natsemi" 0x100b 0x0022 "ns83820" 0x100b 0x002d "cs5535" -0x100b 0x0030 "Card:NSC" +0x100b 0x0030 "Card:AMD Geode GX/LX" 0x100b 0x0104 "Card:NSC" 0x100b 0x0502 "sc1200" 0x100b 0x0504 "Card:NSC" @@ -537,6 +537,7 @@ 0x1022 0x1103 "amd64_agp" 0x1022 0x2000 "pcnet32" 0x1022 0x2001 "pcnet32" +0x1022 0x2081 "Card:AMD Geode GX/LX" 0x1022 0x7446 "slamr" 0x1022 0x7454 "amd64_agp" 0x1023 0x2000 "snd_trident" |