index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
scsi
/
sd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove old code in #if 0, leftovers from the days before != 512byte
sos
1997-05-01
1
-29
/
+6
*
Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include
bde
1997-03-24
1
-2
/
+1
*
Removed nested #includes of <scsi/scsi_debug.h> and <scsi/scsi_driver.h>
bde
1997-03-23
1
-1
/
+3
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
1
-1
/
+2
*
Moved PC-98 routine in sd_get_parms() to pc98_machdep.c.
kato
1997-02-04
1
-34
/
+3
*
Removed `Debugger("no slices")'. It's normal and harmless to have no
bde
1997-01-29
1
-5
/
+2
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Removed all references to b_cylinder (aka b_cylin). It was evil and
bde
1996-12-01
1
-2
/
+2
*
This update adds the support for != 512 byte sector SCSI devices to
sos
1996-12-01
1
-7
/
+80
*
Changed cncheckc() interface so that it is 8-bit clean - return -1
bde
1996-09-14
1
-3
/
+3
*
Remove devconf, it never grew up to be of any use.
phk
1996-09-06
1
-24
/
+1
*
Second phase of merge, get rid of more machine-independent-dependencies.
asami
1996-09-03
1
-1
/
+4
*
The sd and od drivers didn't check for negative block numbers (like wd.c
peter
1996-08-02
1
-3
/
+3
*
Make a "DWIM" function for adding [bc]devsw entries for bdev drivers.
phk
1996-07-23
1
-12
/
+3
*
The Great PC98 Merge.
asami
1996-06-14
1
-2
/
+41
*
Don't fiddle page tables by hand, use pmap_enter.
phk
1996-05-02
1
-4
/
+4
*
removed:
phk
1996-05-02
1
-2
/
+2
*
Fixed group of disk devices (was wheel or games, now operator).
bde
1996-03-27
1
-8
/
+15
*
Cleanse the SCSI subsystem of its internally defined types
gibbs
1996-03-10
1
-23
/
+23
*
Add more options into the conf/options and i386/conf/options.i386 files
peter
1996-03-02
1
-1
/
+2
*
First attempt at creating devfs entries for sliced devices. Doesn't
bde
1996-01-27
1
-9
/
+10
*
Convert BOUNCE_BUFFERS and BOUNCEPAGES to new option scheme.
wollman
1996-01-05
1
-1
/
+3
*
Declared functions as static in their definitions as well as in their
bde
1995-12-14
1
-11
/
+10
*
Undo a change that should not have been committed with the 1Tb enhancements.
dyson
1995-12-11
1
-2
/
+1
*
Changes to support 1Tb filesizes. Pages are now named by an
dyson
1995-12-11
1
-1
/
+6
*
Restored used variable `name[32]' (used by DEVFS).
bde
1995-12-10
1
-2
/
+9
*
scsi_tape.h had some old cruft that looked like missing typedefs or
phk
1995-12-09
1
-3
/
+2
*
Julian forgot to make the *devsw structures static.
phk
1995-12-08
1
-3
/
+3
*
Pass 3 of the great devsw changes
julian
1995-12-08
1
-41
/
+45
*
Untangled the vm.h include file spaghetti.
dg
1995-12-07
1
-1
/
+3
*
If you're going to mechanically replicate something in 50 files
julian
1995-11-29
1
-2
/
+2
*
OK, that's it..
julian
1995-11-29
1
-2
/
+55
*
Mega commit for sysctl.
phk
1995-11-20
1
-5
/
+3
*
Trim #includes to those that are necessary; other cosmetic changes.
dg
1995-11-20
1
-15
/
+10
*
First set of changes to eliminate the ad-hoc device buffer queues,
dyson
1995-11-19
1
-11
/
+9
*
Initialize the 3 remaining elements of the scsi_cmd struct rather than
dg
1995-11-06
1
-2
/
+2
*
Make a lot of things static.
phk
1995-10-21
1
-12
/
+12
*
Ack!
julian
1995-10-12
1
-8
/
+13
*
Set bp->b_actf=NULL for paranoia sake.
dg
1995-08-07
1
-1
/
+2
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-19
/
+19
*
sdsize() didn't open a device often enough. This caused swap partitions on
bde
1995-05-08
1
-17
/
+4
*
Moved unit definitions out of scsiconf.h;
dufault
1995-05-03
1
-2
/
+2
*
Change dsioctl() interface to allow DIOCSYNCSLICEINFO to update the caller's
bde
1995-04-30
1
-3
/
+3
*
Submitted by: ache
dufault
1995-04-29
1
-2
/
+1
*
Set SCSI_NOSLEEP only when we really need to. This requires an additional
gibbs
1995-04-23
1
-5
/
+5
*
Added "scsi target" device that can act as a target for scsi transfers
dufault
1995-04-14
1
-23
/
+19
*
sdattach: print out cyl/hd/sec info in the same format as wd driver does
ache
1995-04-10
1
-4
/
+5
*
Support disk slices. This involves mainly replacing inline code with
bde
1995-03-23
1
-279
/
+116
*
cd.c: Julian's CD audio cleanup
dufault
1995-03-21
1
-22
/
+14
[next]