freebsd-dev/sys/i386/isa/pcvt
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
..
pcvt_conf.h Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
pcvt_drv.c Removed my devsw access functions [un]register_cdev() and 1995-12-14 22:03:12 +00:00
pcvt_ext.c Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
pcvt_hdr.h Moved vm includes out of centralized headers again. 1995-12-10 02:53:07 +00:00
pcvt_kbd.c Completed function declarations and/or added prototypes. 1995-11-24 15:15:30 +00:00
pcvt_kbd.h Completed function declarations and/or added prototypes. 1995-11-21 12:55:26 +00:00
pcvt_out.c Moved vm includes out of centralized headers again. 1995-12-10 02:53:07 +00:00
pcvt_sup.c Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
pcvt_tbl.h Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
pcvt_vtf.c Remove trailing whitespace. 1995-05-30 08:16:23 +00:00