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_da.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
KSE Milestone 2
julian
2001-09-12
1
-3
/
+3
*
Add quirk entry for FujiFilm camera.
n_hibma
2001-09-02
1
-1
/
+8
*
Add quirks for Kingbyte USB Pen drive.
n_hibma
2001-09-02
1
-12
/
+12
*
Add quirks for the Olympus Digital Camera.
n_hibma
2001-08-21
1
-1
/
+16
*
Support for USB floppies based upon SMSC USB FDD controller.
n_hibma
2001-07-20
1
-0
/
+10
*
Add SYSCTL ints for default normal I/O timeout && retry counts.
mjacob
2001-07-09
1
-4
/
+20
*
Check the void * argument in the AC_FOUND_DEV case against NULL. Whether
mjacob
2001-07-04
1
-1
/
+3
*
Exploit recent improvements in the disk minilayer to simplify error
phk
2001-05-08
1
-13
/
+4
*
Actually biofinish(struct bio *, struct devstat *, int error) is more general
phk
2001-05-06
1
-8
/
+3
*
Fix up unit attention and selection timeout handling in various peripheral
ken
2001-05-01
1
-2
/
+2
*
Last commit was broken.. It always prints '[CTRL-C to abort]'.
ps
2001-03-28
1
-16
/
+3
*
Change the dump routines to only abort if control-c is pressed.
ps
2001-03-27
1
-1
/
+3
*
Rewrite of the CAM error recovery code.
ken
2001-03-27
1
-57
/
+62
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-2
/
+0
*
Change the peripheral driver list from a linker set to module driven
peter
2001-02-07
1
-1
/
+1
*
Another round of the <sys/queue.h> FOREACH transmogriffer.
phk
2001-02-04
1
-2
/
+1
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
1
-2
/
+1
*
Get rid of those pesky "driver mistake" messages... destroy the create_d dev_t
mjacob
2001-01-16
1
-1
/
+5
*
Add the 'No 6 byte commands' quirk for the Yano ATAPI USB bridge.
n_hibma
2001-01-08
1
-0
/
+4
*
Generalize quirk for Sony Memory Sticks. Any device that starts with
imp
2000-12-14
1
-1
/
+5
*
Add the quirk entry for the Sony Memory Stick Adapter.
n_hibma
2000-10-20
1
-1
/
+14
*
Quiet a silly warning.
jhb
2000-10-19
1
-1
/
+1
*
Implement write combining for crashdumps. This is useful when
ps
2000-10-17
1
-10
/
+17
*
Add a quirk entry for the USB Sony DSC drive.
n_hibma
2000-10-10
1
-1
/
+6
*
Add quirk entries from Andre Albsmeier to disable the sync cache command
ken
2000-08-29
1
-4
/
+21
*
Support for the Panasonic / Matshita USB FDD.
n_hibma
2000-07-31
1
-0
/
+6
*
Brucify the pmap_enter_temporary() changes.
dfr
2000-05-29
1
-5
/
+3
*
Add a new pmap entry point, pmap_enter_temporary() to be used during
dfr
2000-05-28
1
-3
/
+6
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
1
-4
/
+4
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
1
-4
/
+4
*
Implement a new camcontrol function, 'camcontrol format'.
ken
2000-05-21
1
-0
/
+51
*
Implement an optimization of the VM<->pmap API. Pass vm_page_t's directly
peter
2000-05-21
1
-4
/
+2
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
1
-1
/
+1
*
Complete the bio/buf divorce for all code below devfs::strategy
phk
2000-04-15
1
-44
/
+44
*
Move B_ERROR flag to b_ioflags and call it BIO_ERROR.
phk
2000-04-02
1
-7
/
+7
*
Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new
phk
2000-03-20
1
-1
/
+1
*
Add a quirk entry for Y-E Data USB floppy drive.
n_hibma
2000-03-15
1
-0
/
+10
*
Do the minor changes needed because of change to ccb_getdev structure.
mjacob
2000-01-17
1
-2
/
+3
*
Revamp the devstat priority system. All disks now have the same priority.
ken
1999-12-08
1
-1
/
+1
*
useracc() the prequel:
phk
1999-10-29
1
-1
/
+0
*
Introduce the disk mini-layer and devstat_end_transaction_buf() in cam/scsi.
phk
1999-10-01
1
-116
/
+46
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
We don't need to pass the diskname argument all over the diskslice/label
phk
1999-08-28
1
-2
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Use devtoname() to print dev_t's instead of casting them to long or u_long
bde
1999-08-23
1
-2
/
+2
*
Implement a new generic mechanism for attaching handler functions to
msmith
1999-08-21
1
-7
/
+8
*
Move initialization of announce_buf up to make
mjacob
1999-08-15
1
-2
/
+3
*
Spring cleaning around strategy and disklabels/slices:
phk
1999-08-14
1
-7
/
+4
*
Merge the cons.c and cons.h to the best of my ability. alpha may or
phk
1999-08-09
1
-2
/
+2
*
Fix my complete botch. I hope. Tested this time
mjacob
1999-07-07
1
-5
/
+5
[next]