NetBSD/sys/dev/sun
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
..
Makefile Replace <dev/sun/sun_boot.h> with <sys/bootinfo.h>, which is intended 2002-05-06 05:27:53 +00:00
bt_subr.c correct integer overrun 2002-09-04 03:58:37 +00:00
btreg.h
btvar.h
bwtwo.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
bwtworeg.h
bwtwovar.h `bus_type_t' is gone. 2002-03-11 16:01:57 +00:00
cgsix.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
cgsixreg.h Get rid of (unintentionally added) ^M. 2001-01-10 14:58:08 +00:00
cgsixvar.h `bus_type_t' is gone. 2002-03-11 16:01:57 +00:00
cgthree.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
cgthreereg.h
cgthreevar.h `bus_type_t' is gone. 2002-03-11 16:01:57 +00:00
disklabel.h
event.c Call malloc(9) with M_ZERO flag instead of bzero() after malloc(). 2002-01-14 13:32:44 +00:00
event_var.h LKM friendly: move ev_out32() to netbsd32 specific code; add an ev_out32 hook. 2001-06-07 17:52:52 +00:00
fb.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
fbio.h Define the DECstation framebuffer types, from pmax/include/fbio.h. 2001-09-19 18:29:03 +00:00
fbvar.h
files.sun
kbd.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
kbd_ms_ttyvar.h
kbd_reg.h Added Sun common kbd_reg.h, kbio.h, and vuid_event.h files. 2002-03-22 00:11:55 +00:00
kbd_tables.c Add entries for Type5 keys T5_Insert, T5_Home, T5_End, T5_PgUp and T5_PgDn 2002-04-12 14:27:29 +00:00
kbd_tables.h
kbd_xlate.h
kbd_zs.c KBD_BPS => KBD_DEFAULT_BPS (sync with ms driver nomenclature). 2001-12-09 12:03:32 +00:00
kbdvar.h KBD_BPS => KBD_DEFAULT_BPS (sync with ms driver nomenclature). 2001-12-09 12:03:32 +00:00
kbio.h Added Sun common kbd_reg.h, kbio.h, and vuid_event.h files. 2002-03-22 00:11:55 +00:00
ms.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
ms_zs.c Allow SUN_MS_BPS to override the mouse baud rate at all times. (see PR14774). 2001-12-09 12:02:06 +00:00
msvar.h Allow SUN_MS_BPS to override the mouse baud rate at all times. (see PR14774). 2001-12-09 12:02:06 +00:00
pfour_subr.c add RCSIDs 2001-11-13 06:54:32 +00:00
pfourreg.h
sunkbd.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
sunms.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
vuid_event.h Added Sun common kbd_reg.h, kbio.h, and vuid_event.h files. 2002-03-22 00:11:55 +00:00