NetBSD/sys/arch/vax
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
..
bi VAX-specific bi support changes. 2000-07-26 11:53:30 +00:00
boot Add a diagnostic when we encounter an unknown boot device type. 2001-03-20 05:51:35 +00:00
compile
conf Support to control the leds on VAXstations, taken from Sun3 and ported 2001-02-18 10:44:20 +00:00
consolerl Use 2000-08-30 23:51:46 +00:00
floppy RCSID Police. 1998-01-05 20:51:25 +00:00
if Giant update from Michael Kukat (michael@unixiron.org). 2001-02-04 20:36:26 +00:00
include VAX_STYP_690 added, from Lord Isildur. 2001-03-21 21:11:13 +00:00
mba Nexus vector number is 0x14-0x17, not 14-17! Fortunately, 3 wrong did 2000-07-10 09:14:32 +00:00
stand convert to use getprogname() 2001-02-19 22:48:57 +00:00
uba These are not used anymore. 2001-01-28 20:04:50 +00:00
vax - add dev_noimpl(xxx,yyy) macro to replace "(dev_type_xxx((*))) yyy", 2001-03-26 12:33:22 +00:00
vsa This file hasn't been in use for a long time. 2001-03-05 16:02:23 +00:00
Makefile Add an installboot. 2000-06-17 01:01:06 +00:00