dyson
5f6f44df5a
More b_flags fixes.
1996-03-02 01:49:51 +00:00
wollman
6430272759
Convert BOUNCE_BUFFERS and BOUNCEPAGES to new option scheme.
1996-01-05 20:12:53 +00:00
phk
9cb413a93c
Another mega commit to staticize things.
1995-12-14 09:55:16 +00:00
dg
328c8a79cb
Set B_BUSY on the private buffer to avoid a panic in biodone when the
...
I/O completes. Bug apparantly seen when attempting to format SCSI disks.
Submitted by: Peter Dufault <dufault@hda.com>
1995-11-10 14:54:16 +00:00
rgrimes
c86f0c7a71
Remove trailing whitespace.
1995-05-30 08:16:23 +00:00
dyson
46e02306e2
Added bounce support for user scsi requests.
...
Reviewed by: David Greenman
1995-05-09 02:38:15 +00:00
dufault
9d5087634a
Moved unit definitions out of scsiconf.h;
...
Added CONTROL device that only does user-ioctl and nothing else;
Added protection so user-ioctl requires write access;
Clean up scsiconf.h a little. It needs more work.
1995-05-03 18:09:20 +00:00
dufault
a644aba501
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
caa91d7b29
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
c022092526
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
dufault
05d6c07611
Remove dup biodone and no more SCSIUSER option.
1995-01-19 12:41:36 +00:00
dufault
3cf1ff13e3
Reviewed by: gibbs@estienne.CS.Berkeley.EDU
...
Reenabled "SCIOCOMAND" ioctl.
Restructured so low level drivers can easily request retries.
Added preliminary fixed SCSI devices (should be revisited before 2.1)
Added "ssc" device that can have its' (HBA, ID, LUN) set via ioctl.
1995-01-08 13:38:38 +00:00
phk
be4fdf00a8
Removed unused vars. Silenced gcc -Wall. Some of this stuff is virtually
...
type-less. Everything is "u_int32" :-(
1994-10-08 22:26:40 +00:00
dg
8d205697aa
Added $Id$
1994-08-02 07:55:43 +00:00
rgrimes
2469c867a1
The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.
...
Reviewed by: Rodney W. Grimes
Submitted by: John Dyson and David Greenman
1994-05-25 09:21:21 +00:00
wollman
70a49d0c9c
Get rid of a nagging call to sleep() which crept back in.
1994-03-20 00:30:59 +00:00
dg
fff1da2aba
"New" VM system from John Dyson & myself. For a run-down of the
...
major changes, see the log of any effected file in the sys/vm
directory (swap_pager.c for instance).
1994-01-14 16:25:31 +00:00
wollman
71b67e5a56
Make everything compile with -Wtraditional. Make it easier to distribute
...
a binary link-kit. Make all non-optional options (pagers, procfs) standard,
and update LINT to reflect new symtab requirements.
NB: -Wtraditional will henceforth be forgotten. This editing pass was
primarily intended to detect any constructions where the old code might
have been relying on traditional C semantics or syntax. These were all
fixed, and the result of fixing some of them means that -Wall is now a
realistic possibility within a few weeks.
1993-12-19 00:55:01 +00:00
wollman
8e24073a9b
Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, and
...
add same (sans -Werror) to Makefile for future compilations.
1993-11-25 01:38:01 +00:00
rgrimes
73dd2628a2
New version of scsi code from Julian
1993-11-18 05:03:27 +00:00