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
/
dev
/
advansys
/
advansys.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r274819:
smh
2014-12-21
1
-5
/
+5
*
Reform the busdma API so that new types may be added without modifying
kib
2013-02-12
1
-52
/
+12
*
Add locking to adv(4) driver and mark it MPSAFE.
jhb
2012-10-12
1
-78
/
+83
*
Separate the parallel scsi knowledge out of the core of the XPT, and
scottl
2009-07-10
1
-1
/
+1
*
Prepare for future integration between CAM and newbus. xpt_bus_register
scottl
2007-06-17
1
-1
/
+1
*
Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM will
scottl
2007-04-15
1
-1
/
+1
*
Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.
mjacob
2006-12-11
1
-0
/
+2
*
2nd and final commit that moves us to CAM_NEW_TRAN_CODE
mjacob
2006-11-02
1
-106
/
+0
*
The first of 3 major steps to move the CAM layer forward to using
mjacob
2006-10-31
1
-5
/
+127
*
Remove some header polution.
scottl
2006-04-30
1
-1
/
+0
*
Remove bus_{mem,p}io.h and related code for a micro-optimization on i386
nyan
2005-05-29
1
-1
/
+0
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-2
/
+2
*
Use __FBSDID().
obrien
2003-08-24
1
-2
/
+3
*
Mega busdma API commit.
scottl
2003-07-01
1
-0
/
+6
*
Merge common XPT_CALC_GEOMETRY functions into a single convenience function.
njl
2003-06-14
1
-17
/
+1
*
Bring back bus_dmasync_op_t. It is now a typedef to an int, though the
scottl
2003-05-27
1
-2
/
+2
*
I deserve a big pointy hat for having missed all those references
mux
2003-04-10
1
-2
/
+2
*
Clean up argument comments for bus_dma_tag_create() calls.
mdodd
2003-03-29
1
-17
/
+27
*
Be consistent about "static" functions: if the function is marked
phk
2002-09-28
1
-1
/
+1
*
- Check if the ccb_infos in the softc is NULL before trying to free it in
jhb
2001-02-08
1
-1
/
+2
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Fix typo (accessable --> accessible).
alex
2000-06-14
1
-1
/
+1
*
Fixed return value of adv_attach function.
nyan
2000-05-23
1
-17
/
+18
*
Remove unneeded <sys/buf.h> includes.
phk
2000-04-18
1
-1
/
+0
*
Newbusify adv driver.
nyan
2000-04-07
1
-25
/
+7
*
Remove a spurious printf left in from debugging.
gibbs
2000-02-01
1
-1
/
+0
*
adv_pci.c:
gibbs
2000-01-14
1
-123
/
+221
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Properly set the alignment argument to bus_dma_tag_create(). If we
gibbs
1999-08-16
1
-3
/
+3
*
Add a number of interrelated CAM feature enhancements and bug fixes.
ken
1999-05-06
1
-7
/
+38
*
Handle the case when auto sense retrieval fails.
gibbs
1999-04-19
1
-2
/
+4
*
Beef up the error handling routine to handle more errors.
gibbs
1999-04-07
1
-25
/
+67
*
Return NULL on resource shortage instead of blindly continuing.
gibbs
1998-12-22
1
-2
/
+4
*
Examine all occurrences of sprintf(), strcat(), and str[n]cpy()
archie
1998-12-04
1
-2
/
+2
*
Correct the reporting of the queue full condition so that the XPT layer
gibbs
1998-10-29
1
-3
/
+10
*
-Wunused cleanup.
gibbs
1998-10-15
1
-16
/
+3
*
Don't set the active flag on a transaction resource until it has been
gibbs
1998-10-07
1
-24
/
+22
*
Correct compilation with option DIAGNOSTIC set.
gibbs
1998-09-20
1
-5
/
+6
*
Advance Systems SCSI Host Adapter driver for CAM. Currently only support
gibbs
1998-09-15
1
-0
/
+1281