phk
d614fd226a
Various cleanups for remanents of devconf.
1996-09-08 10:44:18 +00:00
phk
6eb6a7debf
Remove devconf, it never grew up to be of any use.
1996-09-06 23:09:20 +00:00
gibbs
7bcff6c308
Cleanse the SCSI subsystem of its internally defined types
...
u_int32, u_int16, u_int8, int32, int16, int8.
Use the system defined *_t types instead.
1996-03-10 07:13:15 +00:00
bde
1bc5fa9c2e
Moved prototypes for devswitch functions from conf.c and driver sources
...
to <machine/conf.h>. conf.h was mechanically generated by
`grep ^d_ conf.c >conf.h'. This accounts for part of its ugliness. The
prototypes should be moved back to the driver sources when the functions
are staticalized.
1995-11-04 13:25:33 +00:00
rgrimes
b6f07b22b2
Remove trailing whitespace.
1995-05-30 08:16:23 +00:00
dufault
cdd7abf61a
Added "scsi target" device that can act as a target for scsi transfers
...
from an initiator
Added Julian's support for residuals.
Added Julian's fixes to the tape driver
Made compile cleanly with -Wall
Reduce boot up output
1995-04-14 15:10:44 +00:00
dufault
9900bd79b3
1. Change driver signatures to full signature for slice support.
...
2. Add "pt" (processor type) driver.
3. Add "worm" (Write Once) driver for Jordan.
1995-03-04 20:51:10 +00:00
dufault
325be5ffa7
Reviewed by: gibbs@freefall.cdrom.com julian@freefall.cdrom.com
...
1. Support for fixed device configuration
2. Hoisted common code to scsi_driver
3. SCSI busses dynamically allocated at boot
4. Reorg'd for LKMs
1995-03-01 22:24:47 +00:00