1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00
freebsd/sys/isa
Julian Elischer 8af5d536ff 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..
1995-09-03 05:43:50 +00:00
..
ic
atrtc.c Remove extra args from the calls to getit(). The bug was benign with the 1995-08-25 19:24:56 +00:00
fd.c devfs changes.. 1995-09-03 05:43:50 +00:00
fdc.h
fdreg.h
joy.c
kbdtables.h
rtc.h
sio.c Andrew McRae's pcmcia/pccard code, the kernel part. 1995-08-24 08:56:20 +00:00
sioreg.h
syscons.c
syscons.h
timerreg.h