Date: Wed, 19 Aug 1998 23:10:42 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern subr_xxx.c src/sys/scsi su.c src/sys/sys conf.h Message-ID: <199808200610.XAA29119@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1998/08/19 23:10:42 PDT Modified files: sys/kern subr_xxx.c sys/scsi su.c sys/sys conf.h Log: Moved `nx' functions to the one place where they are used (su.c). They shouldn't be used there either. They should have gone away about 3 years ago when the statically initialized devswitches went away, but su.c unfortunately still frobs the cdevswitch in the old way. Revision Changes Path 1.11 +1 -78 src/sys/kern/subr_xxx.c 1.21 +82 -3 src/sys/scsi/su.c 1.44 +1 -14 src/sys/sys/conf.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808200610.XAA29119>