freebsd-dev/sys/i386
Julian Elischer 87f6c6625d Pass 3 of the great devsw changes
most devsw referenced functions are now static, as they are
in the same file as their devsw structure. I've also added DEVFS
support for nearly every device in the system, however
many of the devices have 'incorrect' names under DEVFS
because I couldn't quickly work out the correct naming conventions.
(but devfs won't be coming on line for a month or so anyhow so that doesn't
matter)

If you "OWN" a device which would normally have an entry in /dev
then search for the devfs_add_devsw() entries and munge to make them right..
check out similar devices to see what I might have done in them in you
can't see what's going on..
for a laugh compare conf.c conf.h defore and after... :)
I have not doen DEVFS entries for any DISKSLICE devices yet as that will be
a much more complicated job.. (pass 5 :)

pass 4 will be to make the devsw tables of type (cdevsw * )
rather than (cdevsw)
seems to work here..
complaints to the usual places.. :)
1995-12-08 11:19:42 +00:00
..
apm Pass 3 of the great devsw changes 1995-12-08 11:19:42 +00:00
bios Pass 3 of the great devsw changes 1995-12-08 11:19:42 +00:00
boot Removed bogus padding that wasted 0x500 bytes. 1995-11-18 05:25:24 +00:00
conf GENERIC - Add a commented out line for adding support for IBM ThinkPad 1995-11-29 20:07:49 +00:00
eisa Untangled the vm.h include file spaghetti. 1995-12-07 12:48:31 +00:00
i386 Pass 3 of the great devsw changes 1995-12-08 11:19:42 +00:00
ibcs2 Untangled the vm.h include file spaghetti. 1995-12-07 12:48:31 +00:00
include Pass 3 of the great devsw changes 1995-12-08 11:19:42 +00:00
isa Pass 3 of the great devsw changes 1995-12-08 11:19:42 +00:00
linux Include <vm/vm.h> explicitly to avoid breaking when vnode_if.h doesn't 1995-12-06 19:14:16 +00:00
pci Make CONF1_ENABLE_MSK1 even less restriktive: Ignore slot ID ... 1995-10-17 23:30:11 +00:00
scsi Untangled the vm.h include file spaghetti. 1995-12-07 12:48:31 +00:00
Makefile Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some 1993-10-16 19:17:18 +00:00