freebsd-dev/sys/miscfs/fdesc
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
..
fdesc_vfsops.c Fixed the type of fdesc_sync(). Trailing args were missing. 1995-11-16 10:58:35 +00:00
fdesc_vnops.c Pass 3 of the great devsw changes 1995-12-08 11:19:42 +00:00
fdesc.h Introduced a type `vop_t' for vnode operation functions and used 1995-11-09 08:17:23 +00:00