Commit graph

17 commits

Author SHA1 Message Date
tron
d112515fd8 Make this build and work under NetBSD 3.99.20 and newer.
Bump package revision because of this fix.
2006-05-31 02:31:56 +00:00
christos
fe916be744 fix directory of the patch 2005-12-14 18:27:59 +00:00
christos
daf6172905 make this work with ktrace-lwp 2005-12-14 13:42:45 +00:00
wennmach
225d4df044 Do not define cpu_id, cpu_feature, and cpu_vendor directly; leave that
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-11-11 13:00:24 +00:00
wiz
398c6d4817 Make build with gcc-3.3.1. From Sean Davis in PR 22420. 2003-08-10 07:56:54 +00:00
jmmv
f4ccf391d1 Fix build on NetBSD >= 1.6P. Thanks to atatat. 2003-03-19 17:56:38 +00:00
tron
047f1d9347 Make this LKM load again under NetBSD 1.6K and newer. The patch was
supplied by Stephen Ma in PR pkg/18925. Bump the package revision
to reflect this change.
2002-11-10 07:59:02 +00:00
tron
cf29830eec Fix a bug in this module which caused a kernel panic when the module was
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-15 19:25:38 +00:00
tron
eb657ed879 Make this package work under NetBSD 1.6H.
Beware: I still see panics when unloading the module, use on your own risk.

Bump package revision to reflect change.
2002-09-14 08:14:22 +00:00
tron
c3a78b4a2c Make this module compile on NetBSD-current after the "gehenna-devsw"
branch has been merged.
2002-09-13 07:16:44 +00:00
jlam
45d1055ef1 Update aperture to 2.0nb1. This is now taken from the xfree86-4.0.2 sources,
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.
2001-01-17 23:57:52 +00:00
jlam
229dfb4295 Okay, _really_ get the version checking done right. 2000-12-22 20:19:10 +00:00
jlam
4576da65a4 The paddr_t mmap interface change is for anything except <1.5 and 1.5A,
so make the __NetBSD_Version__ checking reflect this.  This should
hopefully fix build problems on 1.5.1_ALPHA.
2000-12-22 20:18:12 +00:00
jlam
7e3366fd37 Some NetBSD versions have changed their kernel mmap interface. I think
that 1.5 and >1.5B have the new interface, so use those version numbers
as a test condition.
2000-07-21 07:45:49 +00:00
jlam
617af86cc7 Forgot these patches. These patch sources to work after kernel mmap
interface changed.
2000-07-15 06:11:20 +00:00
hubertf
de7d269154 Define rdmsr() etc. only for __NetBSD_Version__ < 104240000.
At least right now, they're clashing with the definitions in
cpufunc.h (as the comment in the file even said :-)
2000-04-26 12:15:59 +00:00
jlam
86cf8e7d6f XFree86 Framebuffer "aperture" driver for NetBSD 2000-01-05 18:02:18 +00:00