freebsd-dev/sys/fs
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
..
cd9660 Added prototypes. 1995-12-03 17:14:38 +00:00
deadfs staticize. 1995-12-02 17:14:34 +00:00
fdescfs Pass 3 of the great devsw changes 1995-12-08 11:19:42 +00:00
fifofs Completed function declarations and/or added prototypes. 1995-11-21 12:55:26 +00:00
msdosfs Untangled the vm.h include file spaghetti. 1995-12-07 12:48:31 +00:00
nullfs Added prototypes. 1995-12-03 14:54:48 +00:00
portalfs Added prototypes. 1995-12-03 14:54:48 +00:00
procfs Untangled the vm.h include file spaghetti. 1995-12-07 12:48:31 +00:00
specfs Pass 3 of the great devsw changes 1995-12-08 11:19:42 +00:00
umapfs Added prototypes. 1995-12-03 14:54:48 +00:00
unionfs Added prototypes. 1995-12-03 14:54:48 +00:00