diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2010-02-11 18:58:41 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2010-02-11 18:58:41 +0000 |
commit | 72ee8b48434f480745403fb791731f1a50c4827b (patch) | |
tree | 0ab1a6784f3fc6cf0d91d49fae6d2b14380d98ab | |
parent | 24e608fbea5ed22d4542a90427b70d3e73190926 (diff) | |
download | ldetect-lst-72ee8b48434f480745403fb791731f1a50c4827b.tar ldetect-lst-72ee8b48434f480745403fb791731f1a50c4827b.tar.gz ldetect-lst-72ee8b48434f480745403fb791731f1a50c4827b.tar.bz2 ldetect-lst-72ee8b48434f480745403fb791731f1a50c4827b.tar.xz ldetect-lst-72ee8b48434f480745403fb791731f1a50c4827b.zip |
drop i810 driver which is no longer working
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | lst/Cards+ | 6 | ||||
-rw-r--r-- | lst/pcitable | 8 |
3 files changed, 5 insertions, 10 deletions
@@ -1,3 +1,4 @@ +- drop i810 driver which is no longer working - add support for Intel Atom "Pineview G" and "Pineview GM" integrated graphics adapters - add support for desktop and mobile Intel Core i3/i5 integrated @@ -375,12 +375,6 @@ NAME Intel 810 and later DRIVER intel DRI_GLX -# unlike i815 and newer, i810 doesn't support graphical installer: -# using "i810" driver instead of "intel" b/c of segfault when using XAA acceleration -NAME Intel 810 -DRIVER i810 -DRI_GLX - NAME Intel Vermilion-based cards DRIVER vermilion diff --git a/lst/pcitable b/lst/pcitable index 2a9d8de3..598bd55b 100644 --- a/lst/pcitable +++ b/lst/pcitable @@ -2019,10 +2019,10 @@ 0x8086 0x3577 "Card:Intel 810 and later" 0x8086 0x3582 "Card:Intel 810 and later" 0x8086 0x5002 "Card:Intel Vermilion-based cards" -0x8086 0x7121 "Card:Intel 810" -0x8086 0x7123 "Card:Intel 810" -0x8086 0x7125 "Card:Intel 810" -0x8086 0x7127 "Card:Intel 810" +0x8086 0x7121 "Card:Intel 810 and later" +0x8086 0x7123 "Card:Intel 810 and later" +0x8086 0x7125 "Card:Intel 810 and later" +0x8086 0x7127 "Card:VESA driver (generic)" 0x8086 0x7196 "slamr" 0x8086 0x7800 "Card:Intel 740-based cards" 0x8086 0x8108 "Card:Intel Poulsbo US15W (GMA500)" |