summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/clock.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove __P.alfred2002-03-201-3/+3
| | | | Reveiwed by: benno
* This commit (along with one pending in sys/dev/ofw and one in sys/conf) givebenno2001-06-161-0/+2
| | | | | | | | | | | | | us our first minimal glimpse of PowerPC support. With this code we can get to the "mountroot>" prompt on my Apple iMac. We can't get any further due to lack of clock and interrupt handling, among other things. This does however mean that pmap and VM are initialising. We're fairly dependant on OpenFirmware at this point, but I hope to add support for other classes of firmware at a later stage. Reviewed by: obrien, dfr
* Move DELAY() from <machine/clock.h> to <sys/systm.h>phk2000-10-151-1/+0
|
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
| | | | | | is an application space macro and the applications are supposed to be free to use it as they please (but cannot). This is consistant with the other BSD's who made this change quite some time ago. More commits to come.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add support for adjkerntz (largely untested).dfr1998-10-061-1/+2
|
* Add declaration of {aquire,release}_timer2().dfr1998-07-221-1/+3
|
* Add initial support for the FreeBSD/alpha kernel. This is very much adfr1998-06-101-0/+22
work in progress and has never booted a real machine. Initial development and testing was done using SimOS (see http://simos.stanford.edu for details). On the SimOS simulator, this port successfully reaches single-user mode and has been tested with loads as high as one copy of /bin/ls :-). Obtained from: partly from NetBSD/alpha
OpenPOWER on IntegriCloud