diff options
author | Thierry Vignaud <tv@mandriva.org> | 2006-08-12 01:57:46 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2006-08-12 01:57:46 +0000 |
commit | 72422b52c67a0e26daae734374f7e912661bcd7c (patch) | |
tree | dfa378a4aa4b8e8a5f8164f0d6900c1f5592da80 | |
parent | 3c2d74f01506de7b706ce8ec49a4325adc61c6d9 (diff) | |
download | ldetect-lst-72422b52c67a0e26daae734374f7e912661bcd7c.tar ldetect-lst-72422b52c67a0e26daae734374f7e912661bcd7c.tar.gz ldetect-lst-72422b52c67a0e26daae734374f7e912661bcd7c.tar.bz2 ldetect-lst-72422b52c67a0e26daae734374f7e912661bcd7c.tar.xz ldetect-lst-72422b52c67a0e26daae734374f7e912661bcd7c.zip |
after reviewing all similar bugs (#15393, #23813 as well as r39623
change), it look safer to prefer dmfe over tulip for all cards it
manages.
-rw-r--r-- | lst/pcitable | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lst/pcitable b/lst/pcitable index c08f7576..5d7bcbb4 100644 --- a/lst/pcitable +++ b/lst/pcitable @@ -4904,7 +4904,7 @@ 0x127a 0x5278 "unknown" "Conexant Systems|Harmonic DVB Network Adapter" 0x127a 0x8234 "unknown" "Rockwell International|RapidFire 616X ATM155 Adapter" 0x1282 0x9009 "dmfe" "Davicom|Ethernet Adpater" -0x1282 0x9100 "tulip" "Davicom|DM9100" +0x1282 0x9100 "dmfe" "Davicom|DM9100" 0x1282 0x9102 "dmfe" "Davicom|Ethernet 100/10 MBit DM9102" 0x1282 0x9132 "dmfe" "Davicom|Ethernet Adapter" 0x1283 0x0801 "unknown" "Integrated Technology Express Inc.|IT8152F/G Audio Digital Controller" |