NetBSD/sys/arch/i386
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
..
bioscall Revert STRIPPROG -> STRIP 2000-02-01 05:25:24 +00:00
compile
conf add PCIBIOS_ADDR_FIXUP, PCIBIOS_IRQS_HINT configuration. and its sample. 2000-04-28 17:23:51 +00:00
eisa Moved to eisa_machdep.h,v 1999-03-19 02:56:58 +00:00
i386 Keep track of current power state (resumed, standing by, suspended), and 2000-04-28 04:48:51 +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 Fix typo in comment. 2000-04-17 07:57:21 +00:00
pci PCI I/O address fixup routine. 2000-04-28 17:19:10 +00:00
pnpbios - When we get an ABOUT_TO_CHANGE event, send an OK message in response 2000-04-27 16:41:59 +00:00
stand Addredd port-i386/9897, but differently. Since the effect of resetting 2000-04-23 19:57:12 +00:00
Makefile (mostly) fix kernel tags support. from Frederick Bruckman in pr-6445. 1998-11-15 20:36:30 +00:00