diff options
author | Nicolas Planel <nplanel@mandriva.com> | 2002-07-25 13:18:59 +0000 |
---|---|---|
committer | Nicolas Planel <nplanel@mandriva.com> | 2002-07-25 13:18:59 +0000 |
commit | 71bf12f35fd40dee60be9bd44dcc2f05b7d0bb89 (patch) | |
tree | a47e31ec22ad3be917a8569bf714ec02b1ff27dc /lst | |
parent | 93a94b4a000ab9881991b42852d8ab9a021282ac (diff) | |
download | ldetect-lst-71bf12f35fd40dee60be9bd44dcc2f05b7d0bb89.tar ldetect-lst-71bf12f35fd40dee60be9bd44dcc2f05b7d0bb89.tar.gz ldetect-lst-71bf12f35fd40dee60be9bd44dcc2f05b7d0bb89.tar.bz2 ldetect-lst-71bf12f35fd40dee60be9bd44dcc2f05b7d0bb89.tar.xz ldetect-lst-71bf12f35fd40dee60be9bd44dcc2f05b7d0bb89.zip |
Add ID (9904) (990a) for 3Com card
supported in the kernel but not in pcitable !
fix module name for 990[2-4] 990[8-a] => module name : 3c990
Diffstat (limited to 'lst')
-rw-r--r-- | lst/pcitable | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/lst/pcitable b/lst/pcitable index 5282c73b..14ee51a7 100644 --- a/lst/pcitable +++ b/lst/pcitable @@ -1350,10 +1350,12 @@ 0x10b7 0x9200 "3c59x" "3Com Corporation|3c905C-TX [Fast Etherlink]" 0x10b7 0x9800 "3c59x" "3Com Corporation|3c980-TX [Fast Etherlink XL Server Adapter]" 0x10b7 0x9805 "3c59x" "3Com Corporation|3c980-TX [Fast Etherlink XL Server Adapter]" -0x10b7 0x9902 "unknown" "3Com Corporation|3CR990-TX-95 EtherLink 10/100 PCI with 3XP Processor" -0x10b7 0x9903 "unknown" "3Com Corporation|3CR990-TX-97 EtherLink 10/100 PCI with 3XP Processor" -0x10b7 0x9908 "unknown" "3Com Corporation|3CR990SVR95 EtherLink 10/100 Server PCI with 3XP" -0x10b7 0x9909 "unknown" "3Com Corporation|3CR990SVR97 EtherLink 10/100 Server PCI with 3XP" +0x10b7 0x9902 "3c990fx" "3Com Corporation|3CR990-TX-95 EtherLink 10/100 PCI with 3XP Processor" +0x10b7 0x9903 "3c990fx" "3Com Corporation|3CR990-TX-97 EtherLink 10/100 PCI with 3XP Processor" +0x10b7 0x9904 "3c990fx" "3Com Corporation|3CR990-TX-M EtherLink 10/100 PCI with 3XP Processor" +0x10b7 0x9908 "3c990fx" "3Com Corporation|3CR990SVR95 EtherLink 10/100 Server PCI with 3XP" +0x10b7 0x9909 "3c990fx" "3Com Corporation|3CR990SVR97 EtherLink 10/100 Server PCI with 3XP" +0x10b7 0x990a "3c990fx" "3Com Corporation|3C990BSVR EtherLink 10/100 Server PCI with 3XP" 0x10b8 0x0005 "epic100" "Standard Microsystems Corp [SMC]|83C170QF" 0x10b8 0x0006 "epic100" "Standard Microsystems Corp [SMC]|LANEPIC" 0x10b8 0x1000 "unknown" "Standard Microsystems Corp [SMC]|FDC 37c665" |