freebsd-dev/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 Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
kbdtables.h Change fkey 63 from ^[[K to ^[[~. 1995-03-28 21:30:13 +00:00
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 Added missing semi-colon in the XT_KEYBOARD code. W/out it the code 1995-08-16 22:36:43 +00:00
syscons.h Fix races in scstart(). q_to_b() wasn't called at spltty(), so there 1995-07-11 18:34:30 +00:00
timerreg.h