summaryrefslogtreecommitdiff
path: root/sys/arch/acorn32/include/sysarch.h
diff options
context:
space:
mode:
authorrillig <rillig@NetBSD.org>2023-07-09 10:42:07 +0000
committerrillig <rillig@NetBSD.org>2023-07-09 10:42:07 +0000
commit61a832267cc5bff1a90f086bd56309a3a0671255 (patch)
tree6f663ed82c04970fa2f72561dc8eb6681e5f29fe /sys/arch/acorn32/include/sysarch.h
parentb2782b14a8e5066f0436d79a391ce49f9e782b76 (diff)
lint: remove redundant '#' after 'argument' in diagnosticsHEADtrunk
Diffstat (limited to 'sys/arch/acorn32/include/sysarch.h')
0 files changed, 0 insertions, 0 deletions
pu,intr}.h -> sys/{bus,cpu,intr}.had 2005-12-11merge ktrace-lwp.christos 2005-05-30avoid shadow variables.christos 2005-02-04de-__Pperry 2004-07-19No need to allocate our own bus tag here.pk 2004-06-30Introduce bus_space_tag_alloc() for the common parts of bus tag allocation.pk 2004-06-27Bus tags should now be constructed by copying the parent's bus tag andpk 2004-03-17Rename PROM_getprop*() => prom_getprop*().pk 2002-10-02Add trailing ; to CFATTACH_DECL.thorpej 2002-10-01Add missing args to CFATTACH_DECL.uwe 2002-09-30Use CFATTACH_DECL().thorpej 2002-09-27Declare all cfattach structures const.thorpej 2002-09-27Rather than referencing the cfdriver directly in the cfdata entries,thorpej 2002-03-20Use bus_space_vaddr() correctly. (XXX do we really need this?)eeh 2002-03-11Get rid of `bus_type_t' and use BUS_ADDR() (in sbus_bus_map()) to constructpk 2002-01-14Call malloc(9) with M_ZERO flag instead of bzero() after malloc().tsutsui 2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem 2001-11-13add RCSIDslukem 2001-09-26getprop* -> PROM_getprop*eeh 2000-04-14add some casts to (u_long) to shut up gccmrg 2000-01-11Remove old-style boot device recognition.pk 1998-08-29Nuke unnecessary header files.pk 1998-07-29Use sbus_destroy_attach_args().pk 1998-07-27Change copyright.pk 1998-07-27Get headers from dev/sbus.pk 1998-07-27move these files to sys/dev/sbus. currently uses a hack to access the correc...mrg