summaryrefslogtreecommitdiff
path: root/sysutils/aperture/patches
AgeCommit message (Collapse)AuthorFilesLines
2003-11-11Do not define cpu_id, cpu_feature, and cpu_vendor directly; leave thatwennmach1-12/+22
to machine/cpu.h - avoiding conflicts when the definitions in cpu.h change. Fixes PR pkg/23371 by Jukka Salmi < jukka-netbsd AT 2003 DOT salmi DOT ch >
2003-08-10Make build with gcc-3.3.1. From Sean Davis in PR 22420.wiz1-0/+12
2003-03-19Fix build on NetBSD >= 1.6P. Thanks to atatat.jmmv1-3/+15
2002-11-10Make this LKM load again under NetBSD 1.6K and newer. The patch wastron1-5/+21
supplied by Stephen Ma in PR pkg/18925. Bump the package revision to reflect this change.
2002-09-15Fix a bug in this module which caused a kernel panic when the module wastron1-3/+15
loaded and unloaded without ever being used. The fix is based on an analysis provided by MAEKAWA Masahide in private e-mail. Bump package revision to reflect change.
2002-09-14Make this package work under NetBSD 1.6H.tron2-5/+20
Beware: I still see panics when unloading the module, use on your own risk. Bump package revision to reflect change.
2002-09-13Make this module compile on NetBSD-current after the "gehenna-devsw"tron1-0/+16
branch has been merged.
2001-01-17Update aperture to 2.0nb1. This is now taken from the xfree86-4.0.2 sources,jlam5-58/+30
but is virtually the same as the xfree86-3.3.6 one except some of the pkgsrc changes were included. * Add a bug fix for MTRR support on K6 processors, taken from OpenBSD. This was apparently fixed in their tree in March 2000. * The package Makefile now uses BSDSRCDIR to find the kernel sources instead of requiring a symlinks /sys --> kernel sources. * Become the maintainer since I originally committed this package, and am upgrading it.
2000-12-22Okay, _really_ get the version checking done right.jlam1-2/+2
2000-12-22The paddr_t mmap interface change is for anything except <1.5 and 1.5A,jlam1-2/+2
so make the __NetBSD_Version__ checking reflect this. This should hopefully fix build problems on 1.5.1_ALPHA.
2000-07-21Some NetBSD versions have changed their kernel mmap interface. I thinkjlam1-7/+8
that 1.5 and >1.5B have the new interface, so use those version numbers as a test condition.
2000-07-15Forgot these patches. These patch sources to work after kernel mmapjlam2-0/+52
interface changed.
2000-04-26Define rdmsr() etc. only for __NetBSD_Version__ < 104240000.hubertf1-0/+20
At least right now, they're clashing with the definitions in cpufunc.h (as the comment in the file even said :-)
2000-01-05XFree86 Framebuffer "aperture" driver for NetBSDjlam2-0/+28