diff options
author | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2006-04-05 13:27:07 +0000 |
---|---|---|
committer | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2006-04-05 13:27:07 +0000 |
commit | 7a510d02755afb84f6dbe1b9307b16a11cc5d595 (patch) | |
tree | d30e869c64c9bb62df7decba2595aa796d9b0532 | |
parent | 9d4061cbe7c17148df42b155c753dff8a702c618 (diff) | |
download | ldetect-lst-7a510d02755afb84f6dbe1b9307b16a11cc5d595.tar ldetect-lst-7a510d02755afb84f6dbe1b9307b16a11cc5d595.tar.gz ldetect-lst-7a510d02755afb84f6dbe1b9307b16a11cc5d595.tar.bz2 ldetect-lst-7a510d02755afb84f6dbe1b9307b16a11cc5d595.tar.xz ldetect-lst-7a510d02755afb84f6dbe1b9307b16a11cc5d595.zip |
add 'gilgal' ethernet controller ids
-rw-r--r-- | ldetect-lst.spec | 6 | ||||
-rw-r--r-- | lst/pcitable | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/ldetect-lst.spec b/ldetect-lst.spec index 317b3911..a67a5285 100644 --- a/ldetect-lst.spec +++ b/ldetect-lst.spec @@ -1,5 +1,5 @@ %define name ldetect-lst -%define version 0.1.114.2 +%define version 0.1.114.3 %define release %mkrel 1 Name: %{name} @@ -64,6 +64,10 @@ fi %{_bindir}/* %changelog +* Wed Apr 5 2006 Gwenole Beauchesne <gbeauchesne@mandriva.com> 0.1.114.3-1mdk +- add 'gilgal' ethernet controller ids +- migrate some mptscsih to mptspi / mptfc + * Thu Mar 9 2006 Gwenole Beauchesne <gbeauchesne@mandriva.com> 0.1.114.2-1mdk - add mptsas ids diff --git a/lst/pcitable b/lst/pcitable index 07a90a33..9392d69e 100644 --- a/lst/pcitable +++ b/lst/pcitable @@ -6114,9 +6114,9 @@ 0x8086 0x1093 "e100" "" 0x8086 0x1094 "e100" "" 0x8086 0x1095 "e100" "" -0x8086 0x1096 "unknown" "Intel Corporation|Enterprise Southbridge DPT LAN Copper" +0x8086 0x1096 "e1000" "Intel Corporation|Enterprise Southbridge DPT LAN Copper" 0x8086 0x1097 "unknown" "Intel Corporation|Enterprise Southbridge DPT LAN fiber" -0x8086 0x1098 "unknown" "Intel Corporation|Enterprise Southbridge DPT LAN SERDES" +0x8086 0x1098 "e1000" "Intel Corporation|Enterprise Southbridge DPT LAN SERDES" 0x8086 0x1099 "e1000" "Intel Corporation|82546GB Gigabit Ethernet Controller" 0x8086 0x109a "unknown" "Intel Corporation|82573L Gigabit Ethernet Controller" 0x8086 0x10c6 "megaraid" "Intel Corporation|MegaRAID 438" |