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
/
dpt
/
dpt_scsi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Implement a simple PIO driven function for retreiving the onboard
mdodd
1999-10-09
1
-0
/
+106
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Clean up after removing sys/eventhandler.h from sys/systm.h at the last
msmith
1999-08-21
1
-1
/
+2
*
Implement a new generic mechanism for attaching handler functions to
msmith
1999-08-21
1
-5
/
+6
*
Properly set the alignment argument to bus_dma_tag_create(). If we
gibbs
1999-08-16
1
-4
/
+4
*
Add a number of interrelated CAM feature enhancements and bug fixes.
ken
1999-05-06
1
-1
/
+2
*
Error check is not necessary - this function cannot fail in this
eivind
1998-12-22
1
-8
/
+4
*
Better error checking and more complete struct initialization.
eivind
1998-12-22
1
-5
/
+13
*
-Wunused cleanup.
gibbs
1998-10-15
1
-9
/
+3
*
Honor CAM_TAG_ACTION_NONE.
gibbs
1998-10-15
1
-2
/
+3
*
Call dpt_intr from our timeout routine to clear any pending commands before
gibbs
1998-10-09
1
-3
/
+11
*
Remove a spurious, but benign statement.
gibbs
1998-10-02
1
-6
/
+4
*
dpt.h:
gibbs
1998-09-22
1
-12
/
+14
*
Drop the maximum SG count to 32 from 1024. We can't make use of all of
gibbs
1998-09-20
1
-18
/
+23
*
Correct printf format bugs.
gibbs
1998-09-15
1
-4
/
+5
*
Conver the DPT driver to CAM. The dpt_control interface is not yet
gibbs
1998-09-15
1
-2958
/
+1637
*
Fix an spl protection botch.
gibbs
1998-08-26
1
-3
/
+3
*
Fixed printf format and spelling errors. Didn't fix related
bde
1998-08-16
1
-3
/
+3
*
Hide compiler warnings for casting from a long to a pointer of a
bde
1998-08-10
1
-2
/
+2
*
Fix some things Simon had broken, basically making LINT compile again.
eivind
1998-08-06
1
-9
/
+3
*
Update DPT driver from 1.4.3 to 1.4.5
eivind
1998-08-05
1
-89
/
+234
*
Fixed printf format errors (only 1 left in GENERIC now).
bde
1998-07-13
1
-18
/
+18
*
o Return error when the controller can't accept commands.
eivind
1998-06-02
1
-7
/
+5
*
Add EISA support for DPT drivers
julian
1998-03-11
1
-6
/
+12
*
Fixed a syntax error. Strange but correct code was broken by recent
bde
1998-02-25
1
-2
/
+2
*
Removed unused #includes.
bde
1998-02-20
1
-11
/
+1
*
Staticize. (Diffs by me & and Simon in cooperation.)
eivind
1998-02-10
1
-17
/
+17
*
Add Simon Shapiro's DPT driver
julian
1998-01-26
1
-0
/
+3700