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
*
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
*
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
bde
1995-03-16
1
-9
/
+8
*
1. Add text for ASC/ASCQ
dufault
1995-03-15
1
-2
/
+5
*
Remove some of my old debugging junk that somehow slipped in under my nose.
dg
1995-03-06
1
-9
/
+1
*
1. Change driver signatures to full signature for slice support.
dufault
1995-03-04
1
-13
/
+19
*
Reviewed by: gibbs@freefall.cdrom.com julian@freefall.cdrom.com
dufault
1995-03-01
1
-189
/
+104
*
Split byte packing functions into signed and unsigned versions.
dufault
1995-01-31
1
-4
/
+4
*
Reviewed by: gibbs@estienne.CS.Berkeley.EDU
dufault
1995-01-08
1
-17
/
+72
*
Really fix the "byte" count stat. `wd's are actually blocks of 32 16-bit
bde
1994-12-24
1
-2
/
+2
*
Revert last patch - it's wrong.
dg
1994-12-23
1
-2
/
+2
*
Fixed byte count stat.
dg
1994-12-23
1
-2
/
+2
*
Added SCSI_DATA_OUT to flags passed to the device driver in sd_dump()
se
1994-12-22
1
-2
/
+2
*
Allocate all scsi-devices on the fly, not just CDs.
phk
1994-12-16
1
-36
/
+71
*
added a missing '\n' in both files.
phk
1994-12-03
1
-2
/
+2
*
Remove bogus declaration of Debugger(). Change the macro for Debugger()
bde
1994-11-15
1
-7
/
+1
*
Avoid a division by zero if the actual sector size isn't known during the
joerg
1994-11-07
1
-1
/
+7
*
|Both, the wd and the sd driver do not reject invalid request of odd
joerg
1994-11-03
1
-1
/
+8
*
Changed RAW_PART to RAWPART so it comes from disklabel.h.
phk
1994-10-31
1
-12
/
+14
*
Julian Elischer's disklabel fixes.
jkh
1994-10-27
1
-3
/
+6
*
Finished device configuration database work for all ISA devices (except `ze')
wollman
1994-10-23
1
-3
/
+7
*
Peter Dufaults comconsole changes.
phk
1994-10-20
1
-3
/
+4
*
all: register devices
wollman
1994-10-19
1
-1
/
+51
*
Removed unused vars. Silenced gcc -Wall. Some of this stuff is virtually
phk
1994-10-08
1
-10
/
+12
*
In sd_get_params() the timeout for the MODE_SENSE command was too
rgrimes
1994-10-04
1
-2
/
+2
*
Pull in 1.1.5.1 changes to sd.c from 1.23 to 1.27 (basically the fixes for
rgrimes
1994-10-04
1
-2
/
+5
*
Reviewed by: Julian Elischer / Jordan K. Hubbard
se
1994-09-28
1
-2
/
+6
*
Removed all vestiges of tlbflush(). Replaced them with calls to pmap_update().
dg
1994-09-02
1
-2
/
+2
*
Rather than exclude bounce buffers support with NOBOUNCE, include it
dg
1994-08-31
1
-4
/
+2
*
Change RAW_PART back to 3, too early step right now, disklabels need more
ache
1994-08-30
1
-5
/
+5
*
Make decl/define for Debugger() match reality.
jkh
1994-08-30
1
-3
/
+3
*
RAW_PART=2
ache
1994-08-29
1
-2
/
+2
*
1) Changed ddb into a option rather than a pseudo-device (use options DDB
dg
1994-08-27
1
-9
/
+1
*
The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.
rgrimes
1994-05-25
1
-17
/
+34
*
Bug fixes and performance improvements from John Dyson and myself:
dg
1994-04-20
1
-5
/
+4
*
from John Dyson:
dg
1994-04-05
1
-1
/
+5
*
Bounce buffers. From John Dyson with help from me.
dg
1994-03-23
1
-1
/
+9
*
Catch the divide by zero bug earlier. If the drive give back
ats
1994-03-15
1
-3
/
+12
*
Put a safety check in for the secsiz divide for the MB printf. Else
ats
1994-03-14
1
-2
/
+2
*
Fixed bug in dump code that caused the wrong physical page to be dumped.
dg
1994-01-29
1
-2
/
+2
*
Patch from Julian. Commit message by me.
rgrimes
1994-01-29
1
-2
/
+2
*
Remove bogus and missleading comment, this has been fixed.
rgrimes
1994-01-22
1
-2
/
+1
*
sddump code is now standard, no more options SDDUMP needed in the kernel
rgrimes
1994-01-06
1
-35
/
+13
[next]