Date: Thu, 14 Dec 1995 14:03:16 -0800 (PST) From: Bruce Evans <bde> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/sys conf.h Message-ID: <199512142203.OAA19103@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 95/12/14 14:03:14
Modified: sys/i386/i386 conf.c
sys/i386/isa/pcvt pcvt_drv.c
sys/i386/isa syscons.c
sys/sys conf.h
Log:
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.
Revision Changes Path
1.116 +4 -115 src/sys/i386/i386/conf.c
1.18 +8 -4 src/sys/i386/isa/pcvt/pcvt_drv.c
1.138 +9 -6 src/sys/i386/isa/syscons.c
1.29 +1 -4 src/sys/sys/conf.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512142203.OAA19103>
