diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-08-13 15:36:16 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-08-13 15:36:16 +0000 |
commit | 715903779eff84db0ccb3b93d8eaf1c66c7e40f6 (patch) | |
tree | 89e32b381e44dda2e842eb7108c24ab83e286128 | |
parent | 156c001313c430987b08709315401766c5cf9cb6 (diff) | |
download | ldetect-lst-715903779eff84db0ccb3b93d8eaf1c66c7e40f6.tar ldetect-lst-715903779eff84db0ccb3b93d8eaf1c66c7e40f6.tar.gz ldetect-lst-715903779eff84db0ccb3b93d8eaf1c66c7e40f6.tar.bz2 ldetect-lst-715903779eff84db0ccb3b93d8eaf1c66c7e40f6.tar.xz ldetect-lst-715903779eff84db0ccb3b93d8eaf1c66c7e40f6.zip |
- add entry "Intel 845" using driver i810 (fix bug #60)
- use accel for SiS 86C326 (tested on a box here)
-rw-r--r-- | ldetect-lst.spec | 6 | ||||
-rw-r--r-- | lst/Cards+ | 3 | ||||
-rw-r--r-- | lst/pcitable | 4 |
3 files changed, 10 insertions, 3 deletions
diff --git a/ldetect-lst.spec b/ldetect-lst.spec index 268cb492..b21bd695 100644 --- a/ldetect-lst.spec +++ b/ldetect-lst.spec @@ -1,6 +1,6 @@ %define name ldetect-lst %define version 0.1.4 -%define release 6mdk +%define release 7mdk Name: %{name} Version: %{version} @@ -62,6 +62,10 @@ fi %{_bindir}/* %changelog +* Tue Aug 13 2002 Pixel <pixel@mandrakesoft.com> 0.1.4-7mdk +- add entry "Intel 845" using driver i810 (fix bug #60) +- use accel for SiS 86C326 (tested on a box here) + * Tue Aug 6 2002 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 0.1.4-6mdk - lst/pcitable: fix vendor for a megaraid (s/Dell/AMI/) - lst/pcitable: bcm5700 is story. Great live to tg3 @@ -2432,6 +2432,9 @@ NAME Intel 830 SERVER SVGA DRIVER i810 +NAME Intel 845 +DRIVER i810 + NAME Voodoo Banshee (generic) SERVER SVGA DRIVER tdfx diff --git a/lst/pcitable b/lst/pcitable index 0a5c0c4b..75006599 100644 --- a/lst/pcitable +++ b/lst/pcitable @@ -744,7 +744,7 @@ 0x1039 0x6236 "Card:SiS 6326" "Silicon Integrated Systems [SiS]|6236 3D-AGP" 0x1039 0x6300 "Card:SiS 630" "Silicon Integrated Systems [SiS]|SiS630 GUI Accelerator+3D" 0x1039 0x6306 "Card:SiS 620" "Silicon Integrated Systems [SiS]|6306 3D-AGP" -0x1039 0x6326 "Card:SiS 6326 no_accel" "Silicon Integrated Systems [SiS]|86C326" +0x1039 0x6326 "Card:SiS 6326" "Silicon Integrated Systems [SiS]|86C326" 0x1039 0x7001 "usb-ohci" "Silicon Integrated Systems [SiS]|7001 USB" 0x1039 0x7007 "unknown" "Silicon Integrated Systems [SiS]|OHCI Compliant FireWire Controller" 0x1039 0x7012 "snd-intel8x0" "Silicon Integrated Systems [SiS]|SiS7012 PCI Audio Accelerator" @@ -3420,7 +3420,7 @@ 0x8086 0x2548 "unknown" "Intel Corporation|e7500 HI_D Virtual PCI-to-PCI Bridge (F1)" 0x8086 0x2560 "agpgart" "Intel Corporation|82845 845 Chipset Host Bridge (MCH)" 0x8086 0x2561 "unknown" "Intel Corp.|82845G/GL [Brookdale-G] Chipset AGP Bridge" -0x8086 0x2562 "Server:FBDev" "Intel Corporation|82845 CGC [Chipset Graphics Controller]" +0x8086 0x2562 "Card:Intel 845" "Intel Corporation|82845 CGC [Chipset Graphics Controller]" 0x8086 0x3092 "i2o_block" "Intel Corporation|Integrated RAID" 0x8086 0x3575 "agpgart" "Intel Corporation|82830 Host-Hub I/F Bridge SDRAM Controller" 0x8086 0x3576 "unknown" "Intel Corporation|82830 Host-AGP Bridge" |