diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-03-25 11:25:44 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-03-25 11:25:44 +0000 |
commit | ad5909b8b91a0152e473cd87f6f0e0157529da26 (patch) | |
tree | 983b72487c4ff7ccb0696bfa76389a55b9ef9854 | |
parent | f498e2dc4309f50b01e4187f4c28b88f39b40078 (diff) | |
download | ldetect-lst-ad5909b8b91a0152e473cd87f6f0e0157529da26.tar ldetect-lst-ad5909b8b91a0152e473cd87f6f0e0157529da26.tar.gz ldetect-lst-ad5909b8b91a0152e473cd87f6f0e0157529da26.tar.bz2 ldetect-lst-ad5909b8b91a0152e473cd87f6f0e0157529da26.tar.xz ldetect-lst-ad5909b8b91a0152e473cd87f6f0e0157529da26.zip |
fix #9159 (wrong module)
-rw-r--r-- | lst/pcitable | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lst/pcitable b/lst/pcitable index 8a680d40..3ce8a96a 100644 --- a/lst/pcitable +++ b/lst/pcitable @@ -435,7 +435,7 @@ 0x1011 0x000c "unknown" "Digital Equipment Corporation|DC21130 PCI Integrated Graphics & Video Accel" 0x1011 0x000d "unknown" "DEC|PBXGB [TGA2]" 0x1011 0x000f "defxx" "DEC|DEFPA" -0x1011 0x0014 "tulip" "DEC|DECchip 21041 [Tulip Pass 3]" +0x1011 0x0014 "de2104x" "DEC|DECchip 21041 [Tulip Pass 3]" 0x1011 0x0016 "unknown" "DEC|DGLPB [OPPO]" 0x1011 0x0017 "unknown" "DEC|PV-PCI Graphics Controller (ZLXp-L)" 0x1011 0x0019 "tulip" "DEC|DECchip 21142/43" |