freebsd-skq/sys/dev
bde 4cf50d85ee First attempt at creating devfs entries for sliced devices. Doesn't
quite work yet, so the heart of it is disabled.

Added bdev and cdev args to dsopen().

drivers:
Fixed device names, links, minor numbers and modes.

wd.c:
Started actually supporting devfs.

diskslice.h:
Added devfs tokens to structs (currently 576 of them per disk! :-().

subr_diskslice.c:
Create devfs entries in dsopen() and (unsuccessfully) attempt to make
them go away at the right times.  DEVFS is #undefed at the start so
that this shouldn't cause problems.
1996-01-27 04:18:15 +00:00
..
aic7xxx Take a different approach to the SPIORDY race condition. Simply clear 1996-01-11 06:17:49 +00:00
ar Completed function declarations and/or added prototypes and/or added 1995-12-15 00:54:32 +00:00
bktr Newest version of the Matrox Meteor driver. Tested with various MBONE 1996-01-21 10:26:54 +00:00
ccd Prepare to add support for parity. Report the post-parity size, 1996-01-02 23:32:54 +00:00
cy Avoid local sprintfs and other printf'isms. 1996-01-25 07:21:50 +00:00
de The last part of the ether_sprint -> %6D change. 1996-01-26 09:29:29 +00:00
dgb Fixed erroneous resending of the output buffer. 1995-12-29 13:21:10 +00:00
ed Use new printf features rather than local kludges. 1996-01-24 21:12:23 +00:00
eisa The long awaited stability patch set for the aic7xxx driver: 1996-01-03 06:28:01 +00:00
ep The last part of the ether_sprint -> %6D change. 1996-01-26 09:29:29 +00:00
fdc First attempt at creating devfs entries for sliced devices. Doesn't 1996-01-27 04:18:15 +00:00
fe The last part of the ether_sprint -> %6D change. 1996-01-26 09:29:29 +00:00
fxp The last part of the ether_sprint -> %6D change. 1996-01-26 09:29:29 +00:00
ic Oops, this should have been committed with the other Hayes ESP changes. 1995-12-29 13:18:58 +00:00
ie The last part of the ether_sprint -> %6D change. 1996-01-26 09:29:29 +00:00
joy Completed function declarations and/or added prototypes and/or added 1995-12-15 00:54:32 +00:00
kbd Change RUKEYMAP sligtly 1996-01-25 16:37:20 +00:00
lnc The last part of the ether_sprint -> %6D change. 1996-01-26 09:29:29 +00:00
mcd Hide the probe warnings behind `bootverbose'. 1996-01-23 22:55:08 +00:00
mse Completed function declarations and/or added prototypes and/or added 1995-12-15 00:54:32 +00:00
pci Add support for multi-function devices. 1996-01-25 18:32:00 +00:00
ppbus Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
rc Add more disc_optim calls to track line disc changes 1995-12-28 11:58:35 +00:00
scd Make bin2bcd and bcd2bin global macroes instead of having local 1996-01-15 10:28:44 +00:00
si Avoid local sprintfs and other printf'isms. 1996-01-25 07:21:50 +00:00
sio Avoid local sprintfs and other printf'isms. 1996-01-25 07:21:50 +00:00
snp A Major staticize sweep. Generates a couple of warnings that I'll deal 1995-12-14 08:32:45 +00:00
speaker Completed function declarations and/or added prototypes and/or added 1995-12-15 00:54:32 +00:00
syscons Convert DDB to new-style option. 1996-01-04 21:13:23 +00:00
vn First attempt at creating devfs entries for sliced devices. Doesn't 1996-01-27 04:18:15 +00:00