diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2002-10-24 12:17:04 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2002-10-24 12:17:04 +0000 |
commit | 95bcf4ea81363c9bf949fc605fe4c754c5872bb3 (patch) | |
tree | 69bd6be8a31521f912cedf3cd7bec4c4c1419b45 | |
parent | 3e943eb2e4e2d3abcbd95e07bfd2b9319bdd5543 (diff) | |
download | ldetect-lst-95bcf4ea81363c9bf949fc605fe4c754c5872bb3.tar ldetect-lst-95bcf4ea81363c9bf949fc605fe4c754c5872bb3.tar.gz ldetect-lst-95bcf4ea81363c9bf949fc605fe4c754c5872bb3.tar.bz2 ldetect-lst-95bcf4ea81363c9bf949fc605fe4c754c5872bb3.tar.xz ldetect-lst-95bcf4ea81363c9bf949fc605fe4c754c5872bb3.zip |
switch to e100 for 0x8086:0x1229 (0x8086:0x000a) since eepro100 seems
very buggy and often failed to open the link
-rw-r--r-- | lst/pcitable | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lst/pcitable b/lst/pcitable index 1cea9885..c70c1ab1 100644 --- a/lst/pcitable +++ b/lst/pcitable @@ -3340,6 +3340,7 @@ 0x8086 0x1227 "eepro100" "Intel Corporation|82865 [Ether Express Pro 100]" 0x8086 0x1228 "eepro100" "Intel Corporation|82556 [Ether Express Pro 100 Smart]" 0x8086 0x1229 "eepro100" "Intel Corporation|82559 [Ethernet Pro 100]" +0x8086 0x1229 0x8086 0x000a "e100" "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]" |