freebsd-skq/sys/gnu
Julian Elischer 53ac6efbd8 OK, that's it..
That's EVERY SINGLE driver that has an entry in conf.c..
my next trick will be to define cdevsw[] and bdevsw[]
as empty arrays and remove all those DAMNED defines as well..

Each of these drivers has a SYSINIT linker set entry
that comes in very early.. and asks teh driver to add it's own
entry to the two devsw[] tables.

some slight reworking of the commits from yesterday (added the SYSINIT
stuff and some usually wrong but token DEVFS entries to all these
devices.

BTW does anyone know where the 'ata' entries in conf.c actually reside?
seems we don't actually have a 'ataopen() etc...

If you want to add a new device in conf.c
please  make sure I know
so I can keep it up to date too..

as before, this is all dependent on #if defined(JREMOD)
(and #ifdef DEVFS in parts)
1995-11-29 10:49:16 +00:00
..
ext2fs Correct some serious porting errors. The worst one was that the 1995-11-19 20:24:15 +00:00
fs/ext2fs Correct some serious porting errors. The worst one was that the 1995-11-19 20:24:15 +00:00
i386 OK, that's it.. 1995-11-29 10:49:16 +00:00
isdn OK, that's it.. 1995-11-29 10:49:16 +00:00
misc John Aycock's BSD copyrighted sequencer assembler and sequencer code. This 1995-04-15 21:45:56 +00:00
scsi Julian E. says the code is out of date, but I can at least make the 1995-02-14 22:33:10 +00:00