summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ldetect-lst.spec6
-rw-r--r--lst/pcitable2
-rw-r--r--lst/pcitable.ia642
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"