diff options
author | Adam Williamson <awilliamson@mandriva.org> | 2007-09-17 18:53:52 +0000 |
---|---|---|
committer | Adam Williamson <awilliamson@mandriva.org> | 2007-09-17 18:53:52 +0000 |
commit | 5eadf0cdae898772c1eb1b1687bce6e1b9f25ad1 (patch) | |
tree | 5454bcd28914017a4019739f43afa75fbc22b566 | |
parent | 68839c0c68f6173a839c6cdfdcf4b8ba9d6179a0 (diff) | |
download | ldetect-lst-5eadf0cdae898772c1eb1b1687bce6e1b9f25ad1.tar ldetect-lst-5eadf0cdae898772c1eb1b1687bce6e1b9f25ad1.tar.gz ldetect-lst-5eadf0cdae898772c1eb1b1687bce6e1b9f25ad1.tar.bz2 ldetect-lst-5eadf0cdae898772c1eb1b1687bce6e1b9f25ad1.tar.xz ldetect-lst-5eadf0cdae898772c1eb1b1687bce6e1b9f25ad1.zip |
use proprietary driver for AGP HD 2xxx cards, as it turns out the AGP bridge bug is not so terrible
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | lst/pcitable | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ include Makefile.config PACKAGE = ldetect-lst -VERSION := 0.1.189 +VERSION := 0.1.190 SVN_URL := $(shell svn info | grep ^URL: | cut -f2 -d\ ) SVN_BASE := $(shell svn info | sed -n '/^URL: \(.*\/$(PACKAGE)\).*/s//\1/p') diff --git a/lst/pcitable b/lst/pcitable index e9e8bc4c..49eceece 100644 --- a/lst/pcitable +++ b/lst/pcitable @@ -422,7 +422,7 @@ 0x1002 0x94c0 "Card:ATI Radeon HD 2300 and later (working with proprietary driver)" 0x1002 0x94c1 "Card:ATI Radeon HD 2300 and later (working with proprietary driver)" 0x1002 0x94c3 "Card:ATI Radeon HD 2300 and later" -0x1002 0x94c4 "Card:ATI Radeon HD 2300 and later" +0x1002 0x94c4 "Card:ATI Radeon HD 2300 and later (working with proprietary driver)" 0x1002 0x94c6 "Card:ATI Radeon HD 2300 and later (working with proprietary driver)" 0x1002 0x94c7 "Card:ATI Radeon HD 2300 and later (working with proprietary driver)" 0x1002 0x94c8 "Card:ATI Radeon HD 2300 and later" @@ -431,8 +431,8 @@ 0x1002 0x9580 "Card:ATI Radeon HD 2300 and later (working with proprietary driver)" 0x1002 0x9581 "Card:ATI Radeon HD 2300 and later" 0x1002 0x9583 "Card:ATI Radeon HD 2300 and later" -0x1002 0x9586 "Card:ATI Radeon HD 2300 and later" -0x1002 0x9587 "Card:ATI Radeon HD 2300 and later" +0x1002 0x9586 "Card:ATI Radeon HD 2300 and later (working with proprietary driver)" +0x1002 0x9587 "Card:ATI Radeon HD 2300 and later (working with proprietary driver)" 0x1002 0x9588 "Card:ATI Radeon HD 2300 and later (working with proprietary driver)" 0x1002 0x9589 "Card:ATI Radeon HD 2300 and later (working with proprietary driver)" 0x1002 0x958a "Card:ATI Radeon HD 2300 and later (working with proprietary driver)" |