NetBSD/sys/dev/sbus
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
..
be.c Use the structures defined in bsd_openprom.h for "reg", "range", 2002-08-23 02:53:10 +00:00
bereg.h Purge C++-style comments. 2000-07-24 04:28:51 +00:00
bpp.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
bppreg.h
bwtwo_sbus.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
cgsix_sbus.c Use bus_space_vaddr() correctly. Ugh. 2002-03-20 17:34:23 +00:00
cgthree_sbus.c CG3 on at least the Classic doesn't have a "model" name, so fake one. 2002-08-03 00:59:00 +00:00
cs4231_sbus.c fix a bug introduced in rev 1.19: 2002-07-16 11:48:45 +00:00
dma_sbus.c Fixup attachment code to use sbus_promaddr_to_handle() and not specify 2002-03-21 00:16:15 +00:00
esp_sbus.c Use the structures defined in bsd_openprom.h for "reg", "range", 2002-08-23 02:53:10 +00:00
files.sbus frontend driver for the 16 port serial card by aurora technologies. this 2001-10-03 04:28:41 +00:00
if_en.c Get rid of unnecessary BUS_SPACE_MAP_LINEAR. 2002-03-20 20:39:15 +00:00
if_hme_sbus.c Use the structures defined in bsd_openprom.h for "reg", "range", 2002-08-23 02:53:10 +00:00
if_le_lebuffer.c Get rid of unnecessary BUS_SPACE_MAP_LINEAR. 2002-03-20 20:39:15 +00:00
if_le_ledma.c Get rid of unnecessary BUS_SPACE_MAP_LINEAR. 2002-03-20 20:39:15 +00:00
if_le.c Get rid of unnecessary BUS_SPACE_MAP_LINEAR. 2002-03-20 20:39:15 +00:00
isp_sbus.c Pointy hat to me on the last delta. 2002-05-18 00:48:11 +00:00
lebuffer.c Use bus_space_vaddr() correctly. (XXX do we really need this?) 2002-03-20 17:52:41 +00:00
lebuffervar.h
magma.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
magmareg.h Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
Makefile Put back all header files defining ioctls 2001-04-11 19:07:36 +00:00
mbppio.h
p9100.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
qe.c Use the structures defined in bsd_openprom.h for "reg", "range", 2002-08-23 02:53:10 +00:00
qec.c Use the structures defined in bsd_openprom.h for "reg", "range", 2002-08-23 02:53:10 +00:00
qecreg.h
qecvar.h Use the structures defined in bsd_openprom.h for "reg", "range", 2002-08-23 02:53:10 +00:00
qereg.h Purge C++-style comments. 2000-07-24 04:28:51 +00:00
sbusvar.h Use the structures defined in bsd_openprom.h for "reg", "range", 2002-08-23 02:53:10 +00:00
sio16.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
stp4020.c Adapt to recent sbusvar.h changes. 2002-09-04 16:17:52 +00:00
stp4020reg.h
tcx.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
tcxreg.h Move these SBus drivers here from arch/sparc. 2000-08-20 22:27:07 +00:00
xbox.c add RCSIDs 2001-11-13 06:54:32 +00:00
xboxvar.h Remove old-style boot device recognition. 2000-01-11 12:59:43 +00:00