diff options
author | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2001-12-11 13:48:45 +0000 |
---|---|---|
committer | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2001-12-11 13:48:45 +0000 |
commit | ad278f3e8397f48cb6685b7a11e8fbb07cff57ee (patch) | |
tree | 62f90330ce911ab4110e7897abfdfb6ce79d9e39 /lst | |
parent | 31457e54362969be4243ceda28f60af54f6237ba (diff) | |
download | ldetect-lst-ad278f3e8397f48cb6685b7a11e8fbb07cff57ee.tar ldetect-lst-ad278f3e8397f48cb6685b7a11e8fbb07cff57ee.tar.gz ldetect-lst-ad278f3e8397f48cb6685b7a11e8fbb07cff57ee.tar.bz2 ldetect-lst-ad278f3e8397f48cb6685b7a11e8fbb07cff57ee.tar.xz ldetect-lst-ad278f3e8397f48cb6685b7a11e8fbb07cff57ee.zip |
- Add IBM|ServeRAID-4Lx and IBM|ServeRAID-4Mx PCI IDs
- On IA-64, suggest "qlogicfc" for Q Logic { 2100, 2200 } cards, since we still don't use qla2200 v5.31 in main kernels
Diffstat (limited to 'lst')
-rw-r--r-- | lst/pcitable | 2 | ||||
-rw-r--r-- | lst/pcitable.ia64 | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lst/pcitable b/lst/pcitable index c9375809..388565b5 100644 --- a/lst/pcitable +++ b/lst/pcitable @@ -317,6 +317,8 @@ 0x1014 0x01bd "ips" "IBM|ServeRAID controller" 0x1014 0x01be "ips" "IBM|ServeRAID-4M" 0x1014 0x01bf "ips" "IBM|ServeRAID-4L" +0x1014 0x0208 "ips" "IBM|ServeRAID-4Mx" +0x1014 0x020e "ips" "IBM|ServeRAID-4Lx" 0x1014 0x022e "ips" "IBM|ServeRAID-4H" 0x1014 0xffff "unknown" "IBM|MPIC-2 interrupt controller" 0x1017 0x5343 "unknown" "SPEA Software AG|SPEA 3D Accelerator" diff --git a/lst/pcitable.ia64 b/lst/pcitable.ia64 index 096c0de8..b6abdb23 100644 --- a/lst/pcitable.ia64 +++ b/lst/pcitable.ia64 @@ -1,2 +1,4 @@ 0x8086 0x1229 "e100" "Intel Corporation|82559 [Ethernet Pro 100]" 0x8086 0x2449 "e100" "Intel Corporation|EtherExpress PRO/100" +0x1077 0x2100 "qlogicfc" "Q Logic|QLA2100" +0x1077 0x2200 "qlogicfc" "Q Logic|QLA2200" |