NetBSD/sys/arch/sun2/dev
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
..
bwtwo_any.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
bwtworeg.h
cons.h Added bits to complete the sun2 console code. These are 2002-03-22 00:22:43 +00:00
consinit.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
if_ec.c Added ifmedia(4) support. 2001-12-17 18:14:17 +00:00
if_ecreg.h Sometimes the ec board reports a packet length that's too large. 2001-08-17 20:27:12 +00:00
if_ie_mbmem.c Converted to use the new bus-specific attach args, 2001-06-27 17:32:44 +00:00
if_ie_obio.c Changed an obio to read Multibus. 2001-10-01 01:53:31 +00:00
kd.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
pcons.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
sc_mbmem.c Converted to use the new bus-specific attach args, 2001-06-27 17:37:04 +00:00
zs.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
zs_any.c Fixed kgdb support by including <sun2/dev/cons.h>. 2002-07-27 15:55:36 +00:00
zs_kgdb.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
zsreg.h Added support for the sun2 zs serial ports. As this driver 2002-03-22 00:23:53 +00:00
zsvar.h Added support for the sun2 zs serial ports. As this driver 2002-03-22 00:23:53 +00:00