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
/
cam
Commit message (
Expand
)
Author
Age
Files
Lines
*
Run a revision of the devstat interface:
phk
2003-03-15
1
-2
/
+2
*
Don't use the devstat->busy_count for state decisions in the device
phk
2003-03-15
2
-8
/
+13
*
Call devstat_start_transaction_bio() instead of devstat_start_transaction()
phk
2003-03-15
3
-3
/
+3
*
Quirk for SanDisk ImageMate II compact flash reader
njl
2003-03-11
1
-0
/
+8
*
Quirk for Pentax Optio 230 USB camera. Note that other products probably
njl
2003-03-11
1
-0
/
+9
*
Allocate the devstat structure with devstat_new_entry().
phk
2003-03-08
5
-64
/
+64
*
Centralize the devstat handling for all GEOM disk device drivers
phk
2003-03-08
5
-38
/
+11
*
Make nokqfilter() return the correct return value.
phk
2003-03-03
1
-1
/
+0
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
8
-105
/
+56
*
msg
phk
2003-02-26
1
-1
/
+0
*
NO_GEOM cleanup:
phk
2003-02-25
1
-46
/
+21
*
NO_GEOM cleanup:
phk
2003-02-21
1
-3
/
+5
*
NO_GEOM cleanup:
phk
2003-02-21
1
-1
/
+1
*
Fix ATAPI/USB/Firewire CDROM drive handling in cd(4) and hopefully fix
ken
2003-02-21
5
-308
/
+1117
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
9
-38
/
+38
*
Announce our ability to do DFLTPHYS sized transfers.
phk
2003-02-11
1
-0
/
+1
*
Quirk for Lexar Media Jumpdrive
njl
2003-02-09
1
-0
/
+8
*
Rename bio_linkage to the more obvious bio_parent.
phk
2003-02-07
1
-0
/
+1
*
Consolidate MIN/MAX macros into one place (param.h).
alfred
2003-02-02
3
-10
/
+0
*
NO_GEOM cleanup: retire disk_invalidate()
phk
2003-01-30
1
-1
/
+0
*
Remove redundant printf from targbhasync() since all places that return an
njl
2003-01-23
1
-4
/
+0
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
9
-38
/
+38
*
Add definitions for the task management codes sent in SPI4
gibbs
2003-01-20
1
-0
/
+8
*
Close the remaining user address mapping races for physical
dillon
2003-01-20
1
-3
/
+23
*
kernel:
njl
2003-01-16
1
-1
/
+1
*
Quirk for Sony USB disk-on-key device.
njl
2003-01-13
1
-0
/
+8
*
Back out last commit.
peter
2003-01-06
1
-1
/
+1
*
Move dashutdown from SHUTDOWN_PRI_DEFAULT to SHUTDOWN_PRI_FIRST.
peter
2003-01-06
1
-1
/
+1
*
Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/
schweikh
2002-12-30
1
-1
/
+1
*
Quirk for Memorybird pen drive
njl
2002-12-18
1
-0
/
+8
*
The HP DAT 40 tape drive should be able to handle variable block sizes.
trhodes
2002-12-16
1
-0
/
+4
*
Clear the "device open" flag in daopen() before returning a error,
yar
2002-12-12
1
-0
/
+1
*
Release the reference to the peripheral if returning a error.
yar
2002-11-29
1
-0
/
+2
*
Remove unnecessary includes and add sys/{lock,mutex}.h
njl
2002-11-25
1
-6
/
+2
*
Whitespace cleanup that was missed by quirks commit 1.114
njl
2002-11-23
1
-4
/
+4
*
Allow acd(4) and cd(4) to support old behavior for CDRIOC*SPEED ioctls.
njl
2002-11-23
1
-0
/
+6
*
Update quirks, adding PR references and fixing a capitalization mismatch.
njl
2002-11-23
1
-3
/
+5
*
New SCSI target emulator code
njl
2002-11-22
2
-2103
/
+922
*
Panic message strings do not need a trailing \n.
imp
2002-11-14
1
-1
/
+1
*
Panic message should end with \n.
imp
2002-11-14
2
-12
/
+12
*
Fix instances of macros with improperly parenthasized arguments.
alfred
2002-11-09
1
-2
/
+2
*
* Add CDRIOC{READ,WRITE}SPEED ioctls to cd(4). Units are in KB/sec.
njl
2002-10-18
2
-0
/
+58
*
Backout my previous "brain cramp" commit.
pirzyk
2002-10-18
1
-11
/
+9
*
Changed the scsi mode command to use 10 bytes scsi commands instead
pirzyk
2002-10-17
1
-9
/
+11
*
Quirk for HP 315 USB Digital Camera
njl
2002-10-17
1
-0
/
+8
*
Trapdoor access to cd%da and cd%c so they still work, but do not let them
phk
2002-10-11
1
-0
/
+24
*
Use malloc(9)'s M_ZERO rather than explicit bzero(9) call.
phk
2002-10-11
1
-2
/
+2
*
Fix the location of the length bytes in the 12-byte read/write CDB
ken
2002-10-08
1
-1
/
+1
*
Correctly convert to appropriate blocksize.
phk
2002-10-07
1
-1
/
+2
*
Unhook the SCSI CD driver from the disk "mini-layer" and/or GEOM.
phk
2002-10-04
1
-117
/
+23
[next]