freebsd-nq/sys/dev/syscons
Bruce Evans d1022821ae Removed my devsw access functions [un]register_cdev() and
getmajorbyname() which were a better (sigh) temporary interface to
the going-away devswitches.

Note that SYSINIT()s to initialize the devswitches would be fatal
in syscons.c and pcvt_drv.c (and are bogus elsewhere) because they
get called independently of whether the device is attached; thus
devices that share a major clobber each other's devswitch entries
until the last one wins.

conf.c:
Removed stale #includes and comments.
1995-12-14 22:03:12 +00:00
..
blank Delete obnoxious uprintf()s in load/unload procedures. 1995-11-29 20:10:33 +00:00
fade Delete obnoxious uprintf()s in load/unload procedures. 1995-11-29 20:10:33 +00:00
green Delete obnoxious uprintf()s in load/unload procedures. 1995-11-29 20:10:33 +00:00
snake Delete obnoxious uprintf()s in load/unload procedures. 1995-11-29 20:10:33 +00:00
star Delete obnoxious uprintf()s in load/unload procedures. 1995-11-29 20:10:33 +00:00
syscons.c Removed my devsw access functions [un]register_cdev() and 1995-12-14 22:03:12 +00:00
syscons.h Staticize and cleanup. 1995-12-10 13:40:44 +00:00