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 | |
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
-rw-r--r-- | ldetect-lst.spec | 6 | ||||
-rw-r--r-- | lst/pcitable | 2 | ||||
-rw-r--r-- | lst/pcitable.ia64 | 2 |
3 files changed, 9 insertions, 1 deletions
diff --git a/ldetect-lst.spec b/ldetect-lst.spec index dd6285be..4319096e 100644 --- a/ldetect-lst.spec +++ b/ldetect-lst.spec @@ -1,6 +1,6 @@ %define name ldetect-lst %define version 0.1.2 -%define release 32mdk +%define release 33mdk Name: %{name} Version: %{version} @@ -47,6 +47,10 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/* %changelog +* Mon Nov 19 2001 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 0.1.2-33mdk +- Add IBM|ServeRAID-4Lx and IBM|ServeRAID-4Mx PCI IDs +- On IA-64, suggest "qlogicfc" for Q Logic { 2100, 2200 } cards + * Mon Nov 12 2001 Yves Duret <yduret@mandrakesoft.com> 0.1.2-32mdk - the really big fat heavy ScannerDB update (~320 scanners added) 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" |