freebsd-skq/sys/miscfs
julian 1900eea896 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
..
deadfs staticize. 1995-12-02 17:14:34 +00:00
devfs Pass 3 of the great devsw changes 1995-12-08 11:19:42 +00:00
fdesc 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
kernfs Added prototypes. 1995-12-03 14:54:48 +00:00
nullfs Added prototypes. 1995-12-03 14:54:48 +00:00
portal 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
union Added prototypes. 1995-12-03 14:54:48 +00:00