diff options
author | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2004-10-21 15:50:49 +0000 |
---|---|---|
committer | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2004-10-21 15:50:49 +0000 |
commit | fefc09477aae5828793371133cfd3c3cabd54599 (patch) | |
tree | 880b05f141b2885a625fd302198f8ac5778355a5 | |
parent | 85d1ed80ebb0e5c09357e2e67057d891f8f5d816 (diff) | |
download | ldetect-lst-fefc09477aae5828793371133cfd3c3cabd54599.tar ldetect-lst-fefc09477aae5828793371133cfd3c3cabd54599.tar.gz ldetect-lst-fefc09477aae5828793371133cfd3c3cabd54599.tar.bz2 ldetect-lst-fefc09477aae5828793371133cfd3c3cabd54599.tar.xz ldetect-lst-fefc09477aae5828793371133cfd3c3cabd54599.zip |
add Quadro FX 3400 PCI-Express ID, fix typo for Quadro FX 1300
-rw-r--r-- | lst/pcitable | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lst/pcitable b/lst/pcitable index 45cec9ed..b31e6ff9 100644 --- a/lst/pcitable +++ b/lst/pcitable @@ -2121,8 +2121,9 @@ 0x10de 0x00e1 "amd64-agp" "Nvidia Corporation|" 0x10de 0x00e6 "forcedeth" "nVidia Corporation|Ethernet adapter" 0x10de 0x00ea "snd-intel8x0" "Nvidia Corporation|" +0x10de 0x00f8 "Card:NVIDIA GeForce FX (generic)" "nVidia Corporation|NV45GL [Quadro FX 3400 PCI-Express]" 0x10de 0x00fa "Card:NVIDIA GeForce FX (generic)" "nVidia Corporation|NV36 [GeForce FX 5750 PCI-Express]" -0x10de 0x00fe "Card:NVIDIA GeForce FX (generic)" "NVidia|Quadro FX 1300" +0x10de 0x00fe "Card:NVIDIA GeForce FX (generic)" "nVidia Corporation|NV38GL [Quadro FX 1300 PCI-Express]" 0x10de 0x0100 "Card:NVIDIA GeForce 256 (generic)" "nVidia Corporation|GeForce 256" 0x10de 0x0101 "Card:NVIDIA GeForce 256 (generic)" "nVidia Corporation|GeForce DDR" 0x10de 0x0102 "Card:NVIDIA GeForce 256 (generic)" "nVidia Corporation|NV10 GeForce 256 Ultra" |