NetBSD/sys/arch/arm32/include
lukem 20ba07f2fe - add dev_noimpl(xxx,yyy) macro to replace "(dev_type_xxx((*))) yyy",
and use appropriately

- create more helper macros:
   . cdev__xyz_init(c,n), such as cdev__ocri_init() for
     /* open, close, read, ioctl */, etc.
   . cdev__xRy_init(c,n), where nullop is used instead of enodev to dummy out
     method `R' and the comments now read /* xxx (read) yyy */ instead
   . cdev__xyz_t_init(c,n,t) - as per cdev__xyz_init, but sets d_type = t
     as well

- use seltrue instead of dev_noimpl(poll,*), as (IIRC) cdevsw.d_poll should
  always DTRT WRT returning a valid result.  (a few devices previously
  incorrectly returned ENODEV)

- use dev_noimpl(stop,enodev) instead of dev_noimpl(stop,nullop) if tty
  == 0, because it doesn't matter if dev_type_stop isn't implemented in that
  case, and it allows the use of the cdev__xyz_init macros. certain ports
  (sparc,sparc64,x68k) used the nullop method for dev_type_stop in a few
  drivers, whereas everything else uses enodev

- ensure that the comments are accurate WRT the behaviour of a given entry
2001-03-26 12:33:22 +00:00
..
Makefile Share <machine/elf_machdep.h> between arm26 and arm32. 2001-01-11 22:28:06 +00:00
ansi.h Switch over to using the generic arm header files for everything that arm26 2001-01-11 22:07:53 +00:00
aout_machdep.h Switch over to using the generic arm header files for everything that arm26 2001-01-11 22:07:53 +00:00
asm.h Switch over to using the generic arm header files for everything that arm26 2001-01-11 22:07:53 +00:00
beep.h
bootconfig.h Replace `bitsperpixel' by `log2_bpp' for thats the value that is in it 2001-03-20 12:48:37 +00:00
bswap.h Switch over to using the generic arm header files for everything that arm26 2001-01-11 22:07:53 +00:00
bus.h Big patch for merging common include files of the new hpcarm tree and the old arm32 2001-02-23 21:23:45 +00:00
cdefs.h Switch over to using the generic arm header files for everything that arm26 2001-01-11 22:07:53 +00:00
conf.h - add dev_noimpl(xxx,yyy) macro to replace "(dev_type_xxx((*))) yyy", 2001-03-26 12:33:22 +00:00
cpu.h Big patch for merging common include files of the new hpcarm tree and the old arm32 2001-02-23 21:23:45 +00:00
cpufunc.h Big patch for merging common include files of the new hpcarm tree and the old arm32 2001-02-23 21:23:45 +00:00
cpus.h Big patch for merging common include files of the new hpcarm tree and the old arm32 2001-02-23 21:23:45 +00:00
db_machdep.h Big patch for merging common include files of the new hpcarm tree and the old arm32 2001-02-23 21:23:45 +00:00
devmap.h RCS ID police. 1998-07-08 07:56:13 +00:00
disklabel.h Switch over to using the generic arm header files for everything that arm26 2001-01-11 22:07:53 +00:00
disklabel_acorn.h Switch over to using the generic arm header files for everything that arm26 2001-01-11 22:07:53 +00:00
elf_machdep.h No-op commit to force update to a non-"-kk" revision. 2001-01-18 17:47:58 +00:00
endian.h In the `MY THAT'S GROSS' department... 2000-03-17 00:09:18 +00:00
endian_machdep.h Re-introduce <arm/endian_machdep.h>, this time using GCC's idea of the target 2001-02-17 14:55:44 +00:00
float.h Switch over to using the generic arm header files for everything that arm26 2001-01-11 22:07:53 +00:00
fp.h Switch over to using the generic arm header files for everything that arm26 2001-01-11 22:07:53 +00:00
frame.h Big patch for merging common include files of the new hpcarm tree and the old arm32 2001-02-23 21:23:45 +00:00
ieee.h Switch over to using the generic arm header files for everything that arm26 2001-01-11 22:07:53 +00:00
ieeefp.h Switch over to using the generic arm header files for everything that arm26 2001-01-11 22:07:53 +00:00
iic.h
int_types.h Switch over to using the generic arm header files for everything that arm26 2001-01-11 22:07:53 +00:00
intr.h Define IPL_SERIAL & IPL_HIGH. 1998-09-05 03:47:10 +00:00
io.h
ipkdb.h Big patch for merging common include files of the new hpcarm tree and the old arm32 2001-02-23 21:23:45 +00:00
irqhandler.h Guard inclusion of opt_cputypes.h 1998-09-08 03:10:07 +00:00
isa_machdep.h Big patch for merging common include files of the new hpcarm tree and the old arm32 2001-02-23 21:23:45 +00:00
isapnp_machdep.h Big patch for merging common include files of the new hpcarm tree and the old arm32 2001-02-23 21:23:45 +00:00
joystick.h ISA Game port driver, lifted from BeBox port. 1998-08-20 06:31:34 +00:00
katelib.h Big patch for merging common include files of the new hpcarm tree and the old arm32 2001-02-23 21:23:45 +00:00
kbd.h __P(()) -> __P((void)) 2000-03-16 23:21:05 +00:00
kerndebug.h RCS ID police. 1998-07-08 07:56:13 +00:00
limits.h Switch over to using the generic arm header files for everything that arm26 2001-01-11 22:07:53 +00:00
lock.h Switch over to using the generic arm header files for everything that arm26 2001-01-11 22:07:53 +00:00
math.h Switch over to using the generic arm header files for everything that arm26 2001-01-11 22:07:53 +00:00
mouse.h
ofisa_machdep.h Big patch for merging common include files of the new hpcarm tree and the old arm32 2001-02-23 21:23:45 +00:00
ofw.h Missed this file in the merge due to a typo ! 2001-02-23 21:27:46 +00:00
param.h Only define MACHINE & MACHINE_ARCH in port-dependent param.h. 2001-03-04 08:28:51 +00:00
pcb.h Big patch for merging common include files of the new hpcarm tree and the old arm32 2001-02-23 21:23:45 +00:00
pccons.h Bring shark includes to mainline and nuke the branch. 1998-06-19 15:55:13 +00:00
pci_machdep.h Big patch for merging common include files of the new hpcarm tree and the old arm32 2001-02-23 21:23:45 +00:00
pio.h Big patch for merging common include files of the new hpcarm tree and the old arm32 2001-02-23 21:23:45 +00:00
pmap.h Big patch for merging common include files of the new hpcarm tree and the old arm32 2001-02-23 21:23:45 +00:00
podulebus_machdep.h Add podulebus_shift_tag, which generates a bus_space_tag_t with a specified 2001-03-24 00:10:42 +00:00
proc.h Big patch for merging common include files of the new hpcarm tree and the old arm32 2001-02-23 21:23:45 +00:00
profile.h Big patch for merging common include files of the new hpcarm tree and the old arm32 2001-02-23 21:23:45 +00:00
profileio.h Big patch for merging common include files of the new hpcarm tree and the old arm32 2001-02-23 21:23:45 +00:00
psl.h Big patch for merging common include files of the new hpcarm tree and the old arm32 2001-02-23 21:23:45 +00:00
pte.h Big patch for merging common include files of the new hpcarm tree and the old arm32 2001-02-23 21:23:45 +00:00
ptrace.h Shared ARM ptrace(2) implementation. Mostly the same as the arm32 2001-02-11 17:03:04 +00:00
reg.h Common <arm/reg.h> (and hence common struct reg) for ARM. 2001-02-11 14:51:55 +00:00
rtc.h Big patch for merging common include files of the new hpcarm tree and the old arm32 2001-02-23 21:23:45 +00:00
scrio.h Tidy up this file. 1999-01-01 12:41:13 +00:00
setjmp.h Switch over to using the generic arm header files for everything that arm26 2001-01-11 22:07:53 +00:00
shark.h RCS ID police 1999-02-15 04:25:28 +00:00
signal.h Move <machine/signal.h> into shared directory. 2001-01-13 17:02:36 +00:00
stdarg.h Switch over to using the generic arm header files for everything that arm26 2001-01-11 22:07:53 +00:00
sysarch.h Big patch for merging common include files of the new hpcarm tree and the old arm32 2001-02-23 21:23:45 +00:00
trap.h Switch over to using the generic arm header files for everything that arm26 2001-01-11 22:07:53 +00:00
types.h __HAVE_NWSCONS and __HAVE_DEVICE_REGISTER are MACHINE-dependent. 2001-02-23 22:02:43 +00:00
undefined.h Big patch for merging common include files of the new hpcarm tree and the old arm32 2001-02-23 21:23:45 +00:00
varargs.h Switch over to using the generic arm header files for everything that arm26 2001-01-11 22:07:53 +00:00
vconsole.h Change the kernel mmap interface so that the offset to map is an 2000-06-26 04:55:19 +00:00
vidc.h Replace `bitsperpixel' by `log2_bpp' for thats the value that is in it 2001-03-20 12:52:03 +00:00
vmparam.h Added extra kernel vm by moving up vidc space 2001-02-18 00:56:42 +00:00