summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/dev/syscon.c
AgeCommit message (Collapse)Author
2004-04-14Way too much include files here...Miod Vallat
2004-04-14Correctly register syscon interrupt handlers.Miod Vallat
2004-01-14mvme* do not support buses with indirect configuration, so don't check andMiod Vallat
mourn for this.
2004-01-14Do not fill more than the first three fields of cfdriver structures unlessMiod Vallat
necessary. No functional change.
2003-10-11Nuke trailing whitespace.Miod Vallat
2003-09-28Clean various MVME188 related routines, fixing typos and removing unnecessaryMiod Vallat
diagnostic code in the process.
2003-06-02licence cleanupTheo de Raadt
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-05I wonder how those two were not commited among the "volatile police" twoMiod Vallat
weeks ago.
2001-12-19Introduce brdtyp and change what cputyp means.Steve Murphree
2001-12-16Revert the mvme88k to 20011212. Recent changes had not been merged correctly,Miod Vallat
and I am fed up with dissecting diffs to put back code that disappeared. This will likely be fixed shortly.
2001-12-13Support for MVME197 completed. Fix SPL defs.Steve Murphree
2001-03-09kernel will compile with -Werror. Added intr.hSteve Murphree
2001-03-07Fix interrupt handler registration and prototypes.Miod Vallat
While there, some warning hunting.
2001-02-01Major changes to get MVME188 working. More header and code cleanups. TheSteve Murphree
kernel is tested on MVME188A/2P256 and MVME188A/1P64.
2000-03-26callout.h is goneTheo de Raadt
1999-09-27adding support for MVME188 and MVME197. Plus 32bit if_ie.Steve Murphree