History log of /netbsd-src/sys/arch/mac68k/include/psl.h (Results 1 – 13 of 13)
Revision Date Author Comments
# 4765dedb 13-Apr-1997 scottr <scottr@NetBSD.org>

Move all splxxx() and softint-related macros and prototypes to intr.h,
and include it where appropriate.


# 027b51f1 12-Sep-1996 scottr <scottr@NetBSD.org>

Define spladb() (conservatively, at least for now).


# 8d1606fc 21-Jun-1996 briggs <briggs@NetBSD.org>

Move splimp back to spl2 (from spl4).


# 3f231717 14-Jun-1996 scottr <scottr@NetBSD.org>

raise splimp() to spl4(); we need to block zs interrupts, too.


# 40298402 19-May-1996 briggs <briggs@NetBSD.org>

Ooops. cut 'n' pasto. splzs should 4, not 2.


# 2635a9c6 18-May-1996 briggs <briggs@NetBSD.org>

Serial driver with interface to a slightly modified version of the machine-
independent z8530 driver. When that driver is updated, the local copy
of those files may be removed. From Bill Studenmund

Serial driver with interface to a slightly modified version of the machine-
independent z8530 driver. When that driver is updated, the local copy
of those files may be removed. From Bill Studenmund.
Compiler warnings fixed by me.

show more ...


# c8464768 06-May-1996 scottr <scottr@NetBSD.org>

Update several comments.


# 37163421 05-May-1996 briggs <briggs@NetBSD.org>

Prototype for -Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-uninitialized
Also change the device probing scheme to use something a bit more rational.
A current side-effect is that nubus cards a

Prototype for -Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-uninitialized
Also change the device probing scheme to use something a bit more rational.
A current side-effect is that nubus cards are double-mapped. I expect
to fix that shortly.
Also change splclock() to block everything but serial hardware interrupts.

show more ...


# f851e3e8 17-Feb-1996 briggs <briggs@NetBSD.org>

Move spl stuff from param.h to psl.h. Prototype delay() in param.h.


# 4fdae7a0 26-Oct-1994 cgd <cgd@NetBSD.org>

new RCS ID format.


# af6d2f06 10-Jan-1994 briggs <briggs@NetBSD.org>

Fixup to use m68k headers, now. Thanks, Chris.


# 9995ea30 29-Nov-1993 briggs <briggs@NetBSD.org>

Added signal.h for -current. The rest is formatting changes.


# 8ae7f8bc 29-Sep-1993 briggs <briggs@NetBSD.org>

The current MacBSD architecture sub-directory for NetBSD-0.9--more or
less. It needs some help to get to be -current. Support for minimal
hardware on the SE/30, II, IIx, and IIcx exists.