NetBSD/sys/dev/vme
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
..
files.vme Added support for the VME `sc' SCSI board. Compiles, 2001-06-11 15:09:54 +00:00
if_ie_vme.c add RCSIDs 2001-11-13 06:08:32 +00:00
Makefile Put back all header files defining ioctls 2001-04-11 19:07:36 +00:00
sc_vme.c don't need <sys/types.h> when including <sys/param.h> 2001-11-15 09:47:59 +00:00
screg.h Added support for the VME `sc' SCSI board. Compiles, 2001-06-11 15:09:54 +00:00
si.c No longer assume that !DDB implies that Debugger() isn't defined. 2002-03-26 23:14:49 +00:00
sireg.h
vme.c add RCSIDs 2001-11-13 06:08:32 +00:00
vmereg.h
vmevar.h
xd.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
xdreg.h
xdvar.h Convert to new device buffer queue interface. 2002-07-23 20:49:54 +00:00
xio.h
xy.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
xyreg.h
xyvar.h Convert to new device buffer queue interface. 2002-07-23 20:49:54 +00:00