diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2006-03-12 06:57:12 +0000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2006-03-12 06:57:12 +0000 |
commit | e6b79cd194582c5fa48bd3a41b02bd416ea2ae53 (patch) | |
tree | 863b37421a1300da84f7e2e8b0af8f299b0d88a1 /ChangeLog | |
parent | 838c061ea0287e00b17b5a5ca21e9e5cb1de52da (diff) |
Stop using xf86PciInfo.h, instead use a local copy of the PCI IDs we need
in atipciids.h so we can update the ATI driver independently of the
server when new chips are added
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +2006-03-12 Benjamin Herrenschmidt <benh@kernel.crashing.org> + + * src/ati.h: + * src/r128_dri.c: + * src/r128_driver.c: + * src/r128_probe.c: + * src/radeon_driver.c: + * src/radeon_mm_i2c.c: + * src/radeon_probe.c: + * src/radeon_video.c: + * src/radeon_vip.c: + * src/atipciids.h: + Stop using xf86PciInfo.h, instead use a local copy of the PCI IDs + we need in atipciids.h so we can update the ATI driver independently + of the server when new chips are added + 2006-03-10 Alan Coopersmith <alan.coopersmith@sun.com> * src/radeon_driver.c: |