Module Name: src Committed By: jym Date: Sat Oct 2 21:52:15 UTC 2010
Modified Files: src/sys/dev/pci: agp.c src/sys/sys: agpio.h Log Message: Revert christos@ fix for the i386 paddr_t change and agp_allocate. Make 'physical' element of the struct agp_allocate an uint32_t. This is similar to what other kernels do (at least Solaris and Linux). This patch should make xserver work again within an i386 userland in a 64 bits paddr_t world. Thanks to Iain Hibbert for reporting the break, and providing initial hints. See http://mail-index.netbsd.org/current-users/2010/09/27/msg014418.html To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/sys/dev/pci/agp.c cvs rdiff -u -r1.8 -r1.9 src/sys/sys/agpio.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.