freebsd-skq/sys/i386/isa/matcd
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
..
audio.c o Support for CDIOCPREVENT and CDIOCALLOW ioctls that xcdplayer 1995-09-28 13:15:49 +00:00
creative.h Release summary: (detailed descriptions in Edit History in matcd.c) 1995-07-11 03:03:47 +00:00
matcd.c OK, that's it.. 1995-11-29 10:49:16 +00:00
matcd.h Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
matcddrv.h Bring in version 1(26) - considerably less memory usage (and may bring us 1995-10-25 16:41:22 +00:00
options.h Bring in version 1(26) - considerably less memory usage (and may bring us 1995-10-25 16:41:22 +00:00
TODO Release summary: (detailed descriptions in Edit History in matcd.c) 1995-07-11 03:03:47 +00:00