diff options
author | Karsten Hopp <karsten@redhat.de> | 2000-08-03 19:45:15 +0000 |
---|---|---|
committer | Karsten Hopp <karsten@redhat.de> | 2000-08-03 19:45:15 +0000 |
commit | 949e65925702a7b69c4dea3578bc25dc28f0bf70 (patch) | |
tree | d6dcf541c005ef2c27e8316aa1dff4b57b15e090 | |
parent | bc9373698fca9884b2f02f0c2e509e02321b96cd (diff) | |
download | anaconda-949e65925702a7b69c4dea3578bc25dc28f0bf70.tar.gz anaconda-949e65925702a7b69c4dea3578bc25dc28f0bf70.tar.xz anaconda-949e65925702a7b69c4dea3578bc25dc28f0bf70.zip |
added device id of SA5300 controller
-rw-r--r-- | isys/pci/pci.ids | 1 | ||||
-rw-r--r-- | isys/pci/pcitable | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/isys/pci/pci.ids b/isys/pci/pci.ids index 5263c65c2..453ca4c5a 100644 --- a/isys/pci/pci.ids +++ b/isys/pci/pci.ids @@ -44,6 +44,7 @@ b012 Netelligent 10 T/2 b030 Netelligent WS 5100 b04a 10/100TX WOL UTP Controller + b060 Smart Array 5300 Controller b0c6 10/100TX Embedded WOL UTP Controller b0d7 NC3121 (Rev A & B) f130 NetFlex-3/P ThunderLAN 1.0 diff --git a/isys/pci/pcitable b/isys/pci/pcitable index 3137f847c..da8bad394 100644 --- a/isys/pci/pcitable +++ b/isys/pci/pcitable @@ -30,6 +30,7 @@ 0x0e11 0xb012 tlan.o "Compaq|Netelligent 10 T/2" 0x0e11 0xb030 unknown "Compaq|Netelligent WS 5100" 0x0e11 0xb04a unknown "Compaq|10/100TX WOL UTP Controller" +0x0e11 0xb060 cciss.o "Compaq|Smart Array 5300 Controller" 0x0e11 0xb0c6 unknown "Compaq|10/100TX Embedded WOL UTP Controller" 0x0e11 0xb0d7 unknown "Compaq|NC3121 (Rev A & B)" 0x0e11 0xf130 tlan.o "Compaq|NetFlex-3/P ThunderLAN 1.0" |