diff options
author | Stefan Siegel <siegel@linux-mandrake.com> | 2001-06-15 15:41:52 +0000 |
---|---|---|
committer | Stefan Siegel <siegel@linux-mandrake.com> | 2001-06-15 15:41:52 +0000 |
commit | 8629330f12af94bcb6b1267747a9999b90e0a624 (patch) | |
tree | 4a742994c15c8a44832b8e08280e8091c052693c | |
parent | 2cb5b72c4394dbaea7666b31820271f29ed3cd87 (diff) | |
download | ldetect-lst-8629330f12af94bcb6b1267747a9999b90e0a624.tar ldetect-lst-8629330f12af94bcb6b1267747a9999b90e0a624.tar.gz ldetect-lst-8629330f12af94bcb6b1267747a9999b90e0a624.tar.bz2 ldetect-lst-8629330f12af94bcb6b1267747a9999b90e0a624.tar.xz ldetect-lst-8629330f12af94bcb6b1267747a9999b90e0a624.zip |
fixed 0x8086 0x1229 driver
-rw-r--r-- | lst/pcitable | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lst/pcitable b/lst/pcitable index 14c25d21..a0aa9331 100644 --- a/lst/pcitable +++ b/lst/pcitable @@ -2211,7 +2211,7 @@ 0x8086 0x1226 "unknown" "Intel Corporation|82596" 0x8086 0x1227 "eepro100" "Intel Corporation|82865 [Ether Express Pro 100]" 0x8086 0x1228 "eepro100" "Intel Corporation|82556 [Ether Express Pro 100 Smart]" -0x8086 0x1229 "e100" "Intel Corporation|82559 [Ethernet Pro 100]" +0x8086 0x1229 "eepro100" "Intel Corporation|82559 [Ethernet Pro 100]" 0x8086 0x122d "unknown" "Intel Corporation|430FX - 82437FX TSC [Triton I]" 0x8086 0x122e "unknown" "Intel Corporation|82371FB PIIX ISA [Triton I]" 0x8086 0x1230 "unknown" "Intel Corporation|82371FB PIIX IDE [Triton I]" |