NetBSD/sys/dev/dec
gehenna 77a6b82b27 Merge the gehenna-devsw branch into the trunk.
This merge changes the device switch tables from static array to
dynamically generated by config(8).

- All device switches is defined as a constant structure in device drivers.

- The new grammer ``device-major'' is introduced to ``files''.

	device-major <prefix> char <num> [block <num>] [<rules>]

- All device major numbers must be listed up in port dependent majors.<arch>
  by using this grammer.

- Added the new naming convention.
  The name of the device switch must be <prefix>_[bc]devsw for auto-generation
  of device switch tables.

- The backward compatibility of loading block/character device
  switch by LKM framework is broken. This is necessary to convert
  from block/character device major to device name in runtime and vice versa.

- The restriction to assign device major by LKM is completely removed.
  We don't need to reserve LKM entries for dynamic loading of device switch.

- In compile time, device major numbers list is packed into the kernel and
  the LKM framework will refer it to assign device major number dynamically.
2002-09-06 13:18:43 +00:00
..
clockvar.h
dec_boot.h Migrate alpha/pmax/vax bootblock stuff from <dev/dec/dec_boot.h> to 2002-05-14 06:34:20 +00:00
dz.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
dzkbd.c Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for 2002-03-17 19:40:26 +00:00
dzkbdvar.h
dzms.c Wait longer for the mouse self-test to complete, otherwise some 2002-03-26 13:59:10 +00:00
dzreg.h Move the dz driver to dev/dec, since it can be shared with pmax. 2002-02-25 14:58:06 +00:00
dzvar.h Move the dz driver to dev/dec, since it can be shared with pmax. 2002-02-25 14:58:06 +00:00
files.dec Give wskbdmap_lk201.c its own attribute. 2002-03-13 15:18:19 +00:00
if_le_dec.c add/cleanup RCSID 2001-11-13 12:49:45 +00:00
lk201_ws.c add/cleanup RCSID 2001-11-13 12:49:45 +00:00
lk201.h
lk201reg.h
lk201var.h Get/set keyclick volume. 2001-09-18 23:25:25 +00:00
Makefile export dec_boot.h 2001-05-03 05:26:08 +00:00
mcclock_pad32.c add/cleanup RCSID 2001-11-13 12:49:45 +00:00
mcclock_pad32.h
mcclock.c Remove some debug printf()s. 2001-12-05 10:54:51 +00:00
mcclockvar.h
vsxxx.c Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for 2002-03-17 19:40:26 +00:00
vsxxxvar.h
wskbdmap_lk201.c zskbd_keydesctab -> lkkbd_keydesctab 2002-03-13 15:21:30 +00:00
wskbdmap_lk201.h zskbd_keydesctab -> lkkbd_keydesctab 2002-03-13 15:21:30 +00:00