NetBSD/sys/arch/evbsh3/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
..
ansi.h
aout_machdep.h
asm.h
bootinfo.h
bswap.h
bus.h
cdefs.h
coff_machdep.h
conf.h - add dev_noimpl(xxx,yyy) macro to replace "(dev_type_xxx((*))) yyy", 2001-03-26 12:33:22 +00:00
cpu.h
cpufunc.h
cputypes.h
db_machdep.h
disklabel.h
elf_machdep.h
endian_machdep.h look at __LITTLE_ENDIAN__ (gcc symbol) to determine which endian we are in. 2001-01-04 00:51:15 +00:00
endian.h
float.h
frame.h
ieee.h
ieeefp.h
int_types.h
intr.h add interrupt mode into wdog 2000-10-31 02:04:12 +00:00
limits.h
lock.h
Makefile remove evbsh3/mmeye.h. it shouldn't be necessary, or at least it has to 2001-01-16 17:36:02 +00:00
math.h
param.h split MACHINE_ARCH sh3e[lb]. userland build still needs checking. 2001-01-04 07:03:21 +00:00
pcb.h
pio.h
pmap.h
proc.h
profile.h
psl.h
pte.h
ptrace.h
reg.h
segments.h
setjmp.h
shbvar.h
signal.h
stdarg.h
trap.h
types.h
varargs.h
vmparam.h move VM_PHYSSEG_MAX, VM_NFREELIST, VM_FREELIST_DEFAULT defines to 2001-02-07 14:53:09 +00:00