diff options
author | Erik Troan <ewt@redhat.com> | 1999-07-21 15:37:21 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 1999-07-21 15:37:21 +0000 |
commit | 68af26b6b76bfacd5ba82e8c8bcd617c4badd7f3 (patch) | |
tree | 24f0c23711f7b6a7e9f52e90dfcf7d613c3ea66a | |
parent | 060b6f0b7aa5aca1df5d083ca0948c9ef05378e1 (diff) | |
download | anaconda-68af26b6b76bfacd5ba82e8c8bcd617c4badd7f3.tar.gz anaconda-68af26b6b76bfacd5ba82e8c8bcd617c4badd7f3.tar.xz anaconda-68af26b6b76bfacd5ba82e8c8bcd617c4badd7f3.zip |
added eepro100 devices
-rw-r--r-- | isys/pci/pcitable | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/isys/pci/pcitable b/isys/pci/pcitable index 153fde69b..e8bdb9ea7 100644 --- a/isys/pci/pcitable +++ b/isys/pci/pcitable @@ -1297,9 +1297,9 @@ 0x8086 0x1223 unknown "Intel Corporation|SAA7116" 0x8086 0x1225 unknown "Intel Corporation|82452KX/GX [Orion]" 0x8086 0x1226 unknown "Intel Corporation|82596" -0x8086 0x1227 unknown "Intel Corporation|82865 [Ether Express Pro 100]" -0x8086 0x1228 unknown "Intel Corporation|82556 [Ether Express Pro 100 Smart]" -0x8086 0x1229 unknown "Intel Corporation|82557 [Ethernet Pro 100]" +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|82557 [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]" |