NetBSD/sys/arch/atari
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
..
atari Make this compile with -DDEBUG 2000-03-30 13:28:28 +00:00
compile NetBSD/Atari, port by Leo Weppelman. 1995-03-26 07:12:03 +00:00
conf add stf pseudo interface (commented out due to possible security risks) 2000-04-19 06:50:27 +00:00
dev Now what are we doing with the return value of splx()? (probably a pasto) 2000-04-11 07:08: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 Allow storage-space to be passed to the alloc_bus_space_tag() functions. This 2000-01-19 13:12:54 +00:00
pci Allow storage-space to be passed to the alloc_bus_space_tag() functions. This 2000-01-19 13:12:54 +00:00
stand Nuke the local outc() since the prototype for the second argument of tputs() 2000-02-15 10:14:55 +00:00
vme Allow storage-space to be passed to the alloc_bus_space_tag() functions. This 2000-01-19 13:12:54 +00:00
Makefile Reorganize installation if include files. Nuke some from atari/include as 1998-09-02 10:59:14 +00:00