diff options
author | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2006-01-04 17:01:26 +0000 |
---|---|---|
committer | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2006-01-04 17:01:26 +0000 |
commit | b01d7c0ee471dc98cafbffd3d4e9ad4f96e1b46c (patch) | |
tree | 7cf648cae5ca6eadf1558c78e08200b6ac8f933b | |
parent | 561ccb5e76d8f4f4bddd4277100851faa8f7f1db (diff) | |
download | ldetect-lst-b01d7c0ee471dc98cafbffd3d4e9ad4f96e1b46c.tar ldetect-lst-b01d7c0ee471dc98cafbffd3d4e9ad4f96e1b46c.tar.gz ldetect-lst-b01d7c0ee471dc98cafbffd3d4e9ad4f96e1b46c.tar.bz2 ldetect-lst-b01d7c0ee471dc98cafbffd3d4e9ad4f96e1b46c.tar.xz ldetect-lst-b01d7c0ee471dc98cafbffd3d4e9ad4f96e1b46c.zip |
- add support for PDC20275 EIDE Controller ("pdc202xx_new")
- add support for IBM Dual Channel PCI-X DDR U320 SCSI Adapters ("ipr")
-rw-r--r-- | lst/pcitable | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lst/pcitable b/lst/pcitable index 93ddde61..6ba4e6bf 100644 --- a/lst/pcitable +++ b/lst/pcitable @@ -662,6 +662,7 @@ 0x1014 0x0170 "unknown" "IBM|RC1000 / GT 1000" 0x1014 0x017d "unknown" "IBM|GXT300P Graphics Adapter" 0x1014 0x0180 "ipr" "IBM|Snipe chipset SCSI controller" +0x1014 0x0188 "unknown" "IBM|EADS-X PCI-X to PCI-X Bridge" 0x1014 0x01a7 "unknown" "International Business Machines Corp.|IBM 133 PCI-X Bridge R1.1" 0x1014 0x01bd "ips" "IBM|ServeRAID controller" 0x1014 0x01be "ips" "IBM|ServeRAID-4M" @@ -681,6 +682,9 @@ 0x1014 0x0266 "unknown" "IBM|PCI-X Dual Channel SCSI" 0x1014 0x0268 "unknown" "IBM|Gigabit Ethernet-SX Adapter (PCI-X)" 0x1014 0x0269 "unknown" "IBM|10/100/1000 Base-TX Ethernet Adapter (PCI-X)" +0x1014 0x028c 0x1014 0x028d "ipr" "IBM|Dual Channel PCI-X DDR SAS RAID Adapter (572E)" +0x1014 0x028c 0x1014 0x02be "ipr" "IBM|Dual Channel PCI-X DDR U320 SCSI RAID Adapter (571B)" +0x1014 0x028c 0x1014 0x02c0 "ipr" "IBM|Dual Channel PCI-X DDR U320 SCSI Adapter (571A)" 0x1014 0x0295 "unknown" "International Business Machines Corp.|NECSCE 11508082 IBM SurePOS Riser Card Function 0" 0x1014 0x0297 "unknown" "International Business Machines Corp.|NECSCE 11508082 IBM SurePOS Riser Card Function 1 (UARTs)" 0x1014 0x0302 "unknown" "IBM|XA-32 chipset [Summit]" @@ -1450,7 +1454,7 @@ 0x1057 0x6405 "unknown" "Motorola|MPC184 Security Processor (S1 family)" 0x105a 0x0d30 "unknown" "Promise Technology, Inc.|20265" 0x105a 0x0d38 "unknown" "Promise Technology|PDC20263 FastTrak66 EIDE Controller" -0x105a 0x1275 "unknown" "Promise Technology|PDC20275 EIDE Controller" +0x105a 0x1275 "pdc202xx_new" "Promise Technology|PDC20275 EIDE Controller" 0x105a 0x3318 "sata_promise" "Promise Technology|PDC20318 FastTrak SATA150 TX4 Controller" 0x105a 0x3319 "sata_promise" "Promise Technology|PDC20319 FastTrak SATA150 TX4 Controller" 0x105a 0x3371 "sata_promise" "Promise Technology|PDC20371 FastTrak SATA150 TX2plus Controller" |