freebsd_amp_hwpstate/sys/i386
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
..
apm Don't include <sys/tty.h> in drivers that aren't tty drivers or in general 1995-07-16 10:13:08 +00:00
bios Don't include <sys/tty.h> in drivers that aren't tty drivers or in general 1995-07-16 10:13:08 +00:00
boot Cosmetic changes to make a comment more nearly reflect reality 1995-09-03 05:36:13 +00:00
conf Something got spammed in my 2.2 work tree (don't know how :( ) and 1995-09-01 20:53:44 +00:00
eisa Remove hard coded assumption that SCSI busses have 7 targets. 1995-08-23 23:03:34 +00:00
i386 devfs changes.. 1995-09-03 05:43:50 +00:00
ibcs2 Reviewed by: julian with quick glances by bruce and others 1995-08-28 09:19:25 +00:00
include devfs changes.. 1995-09-03 05:43:50 +00:00
isa devfs changes.. 1995-09-03 05:43:50 +00:00
linux Reviewed by: julian with quick glances by bruce and others 1995-08-28 09:19:25 +00:00
pci The PCI config mechanism 1 test failed for the Intel Aries. 1995-06-30 16:11:42 +00:00
scsi Remove hard coded assumption that SCSI busses have 7 targets. 1995-08-23 23:03:17 +00:00
Makefile