xserver ChangeLog,3.246,3.247
Eric Anholt <xserver-commit-u7BhqnqprCWvj1b/[email protected]>
| Newsgroups | gmane.comp.freedesktop.xserver.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by: anholt Update of /cvs/xserver/xserver In directory gabe:/tmp/cvs-serv5936 Modified Files: ChangeLog Log Message: Add proper PCI/AGP detection, based on Mike Harris's code for Radeon, but using the MMIO mirror of the bits instead of config space. Index: ChangeLog =================================================================== RCS file: /cvs/xserver/xserver/ChangeLog,v retrieving revision 3.246 retrieving revision 3.247 diff -u -d -r3.246 -r3.247 --- ChangeLog 12 Sep 2004 23:22:30 -0000 3.246 +++ ChangeLog 14 Sep 2004 06:26:53 -0000 3.247 @@ -1,3 +1,10 @@ +2004-09-13 Eric Anholt <[email protected]> + + * hw/kdrive/ati/ati.c: (ATIIsAGP): + * hw/kdrive/ati/ati_reg.h: + Add proper PCI/AGP detection, based on Mike Harris's code for Radeon, + but using the MMIO mirror of the bits instead of config space. + 2004-09-12 Eric Anholt <[email protected]> * hw/kdrive/ati/ati_draw.c: (ATIBlockHandler), (ATIDrawEnable),