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
/
scsi
/
scsi_ch.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r316066:
bdrewery
2017-04-13
1
-0
/
+1
*
MFC r311636: Make 'camcontrol modepage' support subpages.
mav
2017-01-21
1
-3
/
+3
*
chdone(): Prevent returning uninitialized scalar value.
pfg
2016-04-07
1
-7
/
+5
*
chdone(): Prevent returning uninitialized scalar value.
pfg
2016-04-03
1
-0
/
+1
*
Small typo.
pfg
2016-04-02
1
-1
/
+1
*
Convert sys/cam to use make_dev_s().
kib
2016-01-07
1
-9
/
+15
*
Preserve the device queue status before retrying a sense request in
markj
2015-09-15
1
-3
/
+6
*
Attach pass driver to LUNs is OFFLINE state.
mav
2015-08-29
1
-1
/
+2
*
Merge CAM locking changes from the projects/camlock branch to radically
mav
2013-10-21
1
-34
/
+15
*
Unify periph invalidation and destruction reporting.
mav
2013-10-15
1
-5
/
+0
*
Bump up the default timeouts for move commands in the ch(4) driver
ken
2013-08-29
1
-4
/
+4
*
Fix an argument reversal in calls to scsi_read_element_status().
ken
2013-07-15
1
-2
/
+2
*
Fix a problem with READ ELEMENT STATUS that occurs on some
ken
2013-07-12
1
-8
/
+66
*
Added output of device QUIRKS for CAM and AHCI devices during boot.
smh
2013-05-18
1
-1
/
+8
*
Fix compilation.
ken
2013-04-20
1
-8
/
+4
*
Update chio(1) and ch(4) to support reporting element designators.
ken
2013-04-19
1
-26
/
+177
*
Fix a device departure bug for the the pass(4), enc(4), sg(4) and ch(4)
ken
2012-12-08
1
-5
/
+92
*
Remove 'periph == NULL' check from bunch of periph drivers.
mav
2012-10-10
1
-5
/
+0
*
Remove variables which are initialized but never used thereafter
eadler
2012-07-07
1
-6
/
+0
*
Work around a race condition in devfs by changing the way closes
ken
2012-05-27
1
-16
/
+4
*
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.
ed
2011-11-07
1
-1
/
+1
*
Make CAM report devices with ATA/SATA transport to devstat(9) as IDE.
mav
2011-04-14
1
-1
/
+8
*
MFp4: Large set of CAM inprovements.
mav
2010-01-28
1
-1
/
+1
*
MFp4:
mav
2009-11-14
1
-1
/
+2
*
Replace most of priority numbers with defines. No logical changes.
mav
2009-10-23
1
-7
/
+7
*
Separate the parallel scsi knowledge out of the core of the XPT, and
scottl
2009-07-10
1
-0
/
+3
*
Don't call destroy_dev(9) with a mutex held. While here, shuffle
trasz
2009-01-10
1
-1
/
+3
*
Add a helper function for registering async callbacks. Besides
scottl
2007-05-16
1
-32
/
+4
*
Eliminate the use of M_TEMP.
scottl
2007-05-14
1
-6
/
+8
*
Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM will
scottl
2007-04-15
1
-31
/
+38
*
Add an xpt_print function to reduce most of the xpt_print_path/printf
mjacob
2006-12-05
1
-18
/
+15
*
Fix a place where we were referencing a pointer after it had been freed.
ken
2005-03-26
1
-0
/
+2
*
Start each of the license/copyright comments with /*-
imp
2005-01-05
1
-2
/
+2
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-4
/
+4
*
Device megapatch 4/6:
phk
2004-02-21
1
-0
/
+2
*
Device megapatch 1/6:
phk
2004-02-21
1
-2
/
+0
*
Use __FBSDID().
obrien
2003-06-10
1
-2
/
+4
*
Use symbolic constants instead of "4".
phk
2003-05-31
1
-7
/
+7
*
Allocate the devstat structure with devstat_new_entry().
phk
2003-03-08
1
-14
/
+14
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-13
/
+5
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-3
/
+3
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-3
/
+3
*
Be consistent about "static" functions: if the function is marked
phk
2002-09-28
1
-1
/
+1
*
Remove usage of cam_extend.c, replace with dev->si_drv1
njl
2002-08-15
1
-25
/
+6
*
KSE Milestone 2
julian
2001-09-12
1
-3
/
+3
*
Check the void * argument in the AC_FOUND_DEV case against NULL. Whether
mjacob
2001-07-04
1
-0
/
+2
*
Rewrite of the CAM error recovery code.
ken
2001-03-27
1
-28
/
+27
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
Change the peripheral driver list from a linker set to module driven
peter
2001-02-07
1
-1
/
+1
*
Remove unused #includes
phk
2000-10-30
1
-2
/
+0
[next]