NetBSD/sys/dev/wscons
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 Put back all header files defining ioctls 2001-04-11 19:07:36 +00:00
ascii.h
files.wscons wsdisplay needs wsevent.c. PR 17456 2002-07-02 12:59:39 +00:00
unicode.h Revert previous; the _e003U definition is used elsewhere. 2001-12-02 01:04:26 +00:00
wscons_callbacks.h Make wsdisplay_set_console_kbd() a little less twisted. 2001-11-10 17:14:51 +00:00
wscons_raster.h alloc_attr -> allocattr 2002-07-04 14:37:10 +00:00
wscons_rfont.h
wscons_rinit.c add/cleanup RCSIDs 2001-11-13 06:17:46 +00:00
wscons_rops.c alloc_attr -> allocattr 2002-07-04 17:58:02 +00:00
wsconsio.h PR/17402: Add wsmoused support by providing get/set char and events. 2002-06-26 23:05:33 +00:00
wsdisplay.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
wsdisplay_compat_usl.c Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for 2002-03-17 19:40:26 +00:00
wsdisplay_usl_io.h delint: remove comments from macro args; confuses cpp/lint 2001-05-15 15:06:23 +00:00
wsdisplayvar.h alloc_attr -> allocattr 2002-07-04 14:37:10 +00:00
wsemul_dumb.c ANSIfy. 2001-10-13 15:56:15 +00:00
wsemul_sun.c switch/case KNF. 2002-07-09 07:15:21 +00:00
wsemul_vt100.c switch/case KNF. 2002-07-09 07:15:21 +00:00
wsemul_vt100_chars.c On a VT100, the "scanline 5" character is also used for box drawing, so 2001-12-01 16:07:58 +00:00
wsemul_vt100_keys.c add/cleanup RCSIDs 2001-11-13 06:17:46 +00:00
wsemul_vt100_subr.c alloc_attr -> allocattr 2002-07-04 14:37:10 +00:00
wsemul_vt100var.h ANSIfy. 2001-10-13 15:56:15 +00:00
wsemulconf.c ANSIfy. 2001-10-13 15:56:15 +00:00
wsemulvar.h ANSIfy. 2001-10-13 15:56:15 +00:00
wsevent.c Call malloc(9) with M_ZERO flag instead of memset() after malloc(). 2002-01-12 16:41:02 +00:00
wseventvar.h Change back to have a wseventvar in the softc for event sources. This 2001-10-25 14:46:41 +00:00
wskbd.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
wskbdutil.c don't need <sys/types.h> when including <sys/param.h> 2001-11-15 09:47:59 +00:00
wskbdvar.h ANSIfy. 2001-10-13 15:56:15 +00:00
wsksymdef.h Remove the cyrillic keysyms. This was not done the right way. 2002-04-23 13:42:46 +00:00
wsksymvar.h ANSIfy. 2001-10-13 15:56:15 +00:00
wsmouse.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
wsmousevar.h ANSIfy. 2001-10-13 15:56:15 +00:00
wsmux.c Merge the gehenna-devsw branch into the trunk. 2002-09-06 13:18:43 +00:00
wsmuxvar.h Added wsmux_set_display() to fix the problem that wskbd wan't connected 2002-03-02 08:22:26 +00:00