Date: Sat, 2 Sep 1995 22:43:52 -0700 From: Julian Elischer <julian> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/sys devfsext.h kernel.h Message-ID: <199509030543.WAA09199@freefall.FreeBSD.org>
next in thread | raw e-mail | index | archive | help
julian 95/09/02 22:43:51
Modified: sys/i386/i386 autoconf.c cons.c machdep.c mem.c
sys/i386/include md_var.h
sys/i386/isa fd.c pcaudio.c spkr.c
sys/kern init_main.c
sys/miscfs/devfs devfs_back.c devfs_proto.h devfs_vfsops.c
reproto.sh
sys/sys kernel.h
Added: sys/sys devfsext.h
Log:
devfs changes..
changes to allow devices that don't probe (e.g. /dev/mem)
to create devfs entries
this required giving 'configure' its own SYSINIT entry
so we could duck in just before it with a DEVFS init
and some device inits..
my devfs now looks like:
./misc
./misc/speaker
./misc/mem
./misc/kmem
./misc/null
./misc/zero
./misc/io
./misc/console
./misc/pcaudio
./misc/pcaudioctl
./disks
./disks/rfloppy
./disks/rfloppy/fd0.1440
./disks/rfloppy/fd1.1200
./disks/floppy
./disks/floppy/fd0.1440
./disks/floppy/fd1.1200
also some sligt cleanups.. DEVFS needs a lot of work
but I'm getting back to it..
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509030543.WAA09199>
