freebsd-dev/sys/dev/syscons
Poul-Henning Kamp 9dcbe2404a Convert DEVFS hooks in (most) drivers to make_dev().
Diskslice/label code not yet handled.

Vinum, i4b, alpha, pc98 not dealt with (left to respective Maintainers)

Add the correct hook for devfs to kern_conf.c

The net result of this excercise is that a lot less files depends on DEVFS,
and devtoname() gets more sensible output in many cases.

A few drivers had minor additional cleanups performed relating to cdevsw
registration.

A few drivers don't register a cdevsw{} anymore, but only use make_dev().
1999-08-23 20:59:21 +00:00
..
blank The second phase of syscons reorganization. 1999-06-22 14:14:06 +00:00
daemon The second phase of syscons reorganization. 1999-06-22 14:14:06 +00:00
fade The second phase of syscons reorganization. 1999-06-22 14:14:06 +00:00
fire The second phase of syscons reorganization. 1999-06-22 14:14:06 +00:00
green The second phase of syscons reorganization. 1999-06-22 14:14:06 +00:00
logo The second phase of syscons reorganization. 1999-06-22 14:14:06 +00:00
rain The second phase of syscons reorganization. 1999-06-22 14:14:06 +00:00
snake The second phase of syscons reorganization. 1999-06-22 14:14:06 +00:00
star The second phase of syscons reorganization. 1999-06-22 14:14:06 +00:00
warp The second phase of syscons reorganization. 1999-06-22 14:14:06 +00:00
scgfbrndr.c The second phase of syscons reorganization. 1999-06-22 14:14:06 +00:00
schistory.c - Fixed memory leak in sc_alloc_history_buffer(). 1999-07-07 13:48:50 +00:00
scmouse.c The second phase of syscons reorganization. 1999-06-22 14:14:06 +00:00
scvesactl.c The second phase of syscons reorganization. 1999-06-22 14:14:06 +00:00
scvgarndr.c The second phase of syscons reorganization. 1999-06-22 14:14:06 +00:00
scvidctl.c - Fixed memory leak in sc_alloc_history_buffer(). 1999-07-07 13:48:50 +00:00
scvtb.c Fix ESC[P (delete N chars) and ESC[@ (insert N chars). These deletion 1999-06-24 13:04:33 +00:00
syscons.c Implement a new generic mechanism for attaching handler functions to 1999-08-21 06:24:40 +00:00
syscons.h Convert DEVFS hooks in (most) drivers to make_dev(). 1999-08-23 20:59:21 +00:00