NetBSD/sys/arch/bebox
thorpej f51470a514 Require that each each MACHINE/MACHINE_ARCH supply a lock.h. This file
contains the values __SIMPLELOCK_LOCKED and __SIMPLELOCK_UNLOCKED, which
replace the old SIMPLELOCK_LOCKED and SIMPLELOCK_UNLOCKED.  These files
are also required to supply inline functions __cpu_simple_lock(),
__cpu_simple_lock_try(), and __cpu_simple_unlock() if locking is to be
supported on that platform (i.e. if MULTIPROCESSOR is defined in the
_KERNEL case).  Change these functions to take an int * (&alp->lock_data)
rather than the struct simplelock * itself.

These changes make it possible for userland to use the locking primitives
by including <machine/lock.h>.
2000-04-29 03:31:45 +00:00
..
bebox Update several ports to at least work again without IPKDB 2000-03-24 17:05:30 +00:00
compile keep compile dir. 1997-11-27 09:48:18 +00:00
conf Carve off the ISA configuration bits from the floppy driver. Driver is 2000-04-23 16:47:45 +00:00
include Require that each each MACHINE/MACHINE_ARCH supply a lock.h. This file 2000-04-29 03:31:45 +00:00
isa Use dev/isa/fd.c. 2000-04-07 16:35:19 +00:00
pci No need to define MPC105 and MPC106 PCI products here. 2000-01-18 20:01:28 +00:00
stand __P(()) -> __P((void)) 2000-03-16 23:21:05 +00:00
Makefile Include bsd.subdir.mk instead of bsd.prog.mk. 1998-09-01 08:43:48 +00:00