summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/include/autoconf.h
AgeCommit message (Collapse)Author
2006-01-13Remove unused bad{,b,w,l}addr.Miod Vallat
2006-01-13Remove the Mac Rom Glue code completely. With the ADB ``direct'' code beingMiod Vallat
used by default, and since all PRAM accesses are either directly fiddling with VIA registers or through ADB commands, the MRG code has no reason to stay. This means the kernel is now not running unknown PROM code anymore.
2006-01-02Merge enablertclock() in cpu_initclocks(), kill unused disablertclock(), andMiod Vallat
remove a wrong comment aboute startrtclock() being invoked twice.
2005-07-23vm_offset_t -> vaddr_tMartin Reindl
2002-03-14First round of __P removal in sysTodd C. Miller
2001-05-05Rename configure() to cpu_configure().Artur Grabowski
Move it from cpu_startup() to main().
1997-11-30Add multiple inclusion protection, clean up comments, and wrap with _KERNELgene
where appropriate. Note that this buys us notable speed boosts on a machine as slow as the mac68k.
1997-04-06Eradicate #include <sys/*> from machine/*.h. Prompting from Gene.briggs
1997-01-24Sync w/ NETBSD_CURRENT_971122.briggs
1996-11-23added const to second parameter of cfprint_t routineskstailey
1996-05-26Add OpenBSD Id string.briggs
1996-05-26Sync with NetBSD-current.briggs