NetBSD/sys/arch/sparc64/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
autoconf.h
bsd_openprom.h
bswap.h
bus.h Add the BUS_DMA_STREAMING flag. 2001-03-07 22:42:16 +00:00
cdefs.h
cgtworeg.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 Make softclock a generic soft interrupt of the API is available, 2001-01-15 20:19:50 +00:00
ctlreg.h
db_machdep.h
disklabel.h
eeprom.h
elf_machdep.h Add some new gunk Sun uses. 2001-02-11 00:18:49 +00:00
endian_machdep.h
endian.h
fbio.h
fbvar.h
float.h
frame.h oops; make this build with a 32 bit compiler again. 2001-03-04 09:28:35 +00:00
fsr.h
idprom.h
ieee.h
ieeefp.h
instr.h
int_types.h
intr.h Rename __GENERIC_SOFT_INTERRUPTS to __HAVE_GENERIC_SOFT_INTERRUPTS, 2001-01-14 23:50:28 +00:00
kbd.h
kbio.h
kcore.h
limits.h
loadfile_machdep.h
lock.h
Makefile
math.h
netbsd32_machdep.h
oldmon.h
openfirm.h
openpromio.h
param.h Increase NKMEMPAGES to a more useful value. 2001-02-11 00:07:10 +00:00
pcb.h
pci_machdep.h use pci_bus_devorder() and pci_dev_funcorder() 2001-03-02 06:34:06 +00:00
pmap.h
proc.h
profile.h
psl.h clean up slightly. 2001-03-02 07:36:57 +00:00
pte.h
ptrace.h
reg.h
reloc.h
remote-sl.h
setjmp.h
signal.h
sparc64.h
stdarg.h
svr4_32_machdep.h Add support for COMPAT_SVR4_32. 2001-02-11 00:39:37 +00:00
svr4_machdep.h Somehow this didn't get checked in with the rest of the SVR4 64-bit fixes. 2001-02-22 22:08:06 +00:00
trap.h
types.h Rename __GENERIC_SOFT_INTERRUPTS to __HAVE_GENERIC_SOFT_INTERRUPTS, 2001-01-14 23:50:28 +00:00
varargs.h
vmparam.h Define VM_MASUSER_ADDRESS32. 2001-02-16 16:00:29 +00:00
vuid_event.h
z8530var.h