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
*
Widen width of tag && initiator ids to u_int
mjacob
2000-01-03
1
-2
/
+2
*
Change error message make sense and add a missing
mjacob
1999-12-30
1
-1
/
+4
*
Restore this driver to a working state. The control device has
mjacob
1999-12-29
1
-7
/
+6
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
11
-26
/
+26
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
4
-20
/
+20
*
Make sure we don't look at an edt entry that could go away when we try
mjacob
1999-12-20
1
-7
/
+15
*
Add FAST-80 timing to the scsi syncrates table.
obrien
1999-12-16
1
-0
/
+1
*
minor comment update
mjacob
1999-12-13
1
-0
/
+1
*
Quirk all Pioneer changers as changers up front, instead of waiting for the
ken
1999-12-11
1
-7
/
+1
*
Revamp the devstat priority system. All disks now have the same priority.
ken
1999-12-08
2
-2
/
+2
*
Recognize the Pioneer CD-ROM DRM-6324X as a changer.
ken
1999-12-07
1
-1
/
+7
*
Add back in a prefatory TUR when the tape is *not* mounted. This seems
mjacob
1999-12-04
1
-0
/
+5
*
Correct some botched timeout defines. Allocate only 8KB for the test read
mjacob
1999-12-03
1
-97
/
+74
*
Don't clear the SA_FLAG_TAPE_LOCKED prior to calling
mjacob
1999-11-21
1
-13
/
+16
*
Add make_dev functions. Tested with only one changer (sigh- all my others
mjacob
1999-11-21
1
-3
/
+7
*
Fix a couple of boo-boos in the last delta.
mjacob
1999-11-17
1
-13
/
+15
*
Fix for 11815 (at mount time do a throwaway read of the front of the
mjacob
1999-11-17
1
-131
/
+321
*
Get rid of some trailing commas in enumerated types that cause gcc to
ken
1999-11-17
2
-6
/
+6
*
Convert the xpt, pass, pt and target drivers to use the new
ken
1999-11-17
4
-18
/
+27
*
Fix Bus Device Resets from userland, and specifically from camcontrol.
ken
1999-10-31
1
-1
/
+1
*
Change useracc() and kernacc() to use VM_PROT_{READ|WRITE|EXECUTE} for the
phk
1999-10-30
1
-4
/
+6
*
useracc() the prequel:
phk
1999-10-29
1
-1
/
+0
*
Mark path for deallocation only *after* you've successfully allocated it.
mjacob
1999-10-27
1
-2
/
+3
*
Put an upper bound on the number of BUSY status retries we'll do (use the
mjacob
1999-10-16
1
-8
/
+11
*
Protect xpt_run_dev_sendq in xpt_release_devq_device with splsoftcam. This
mjacob
1999-10-16
1
-3
/
+5
*
Removal of sys/device.h
n_hibma
1999-10-05
1
-1
/
+0
*
Another 1FM@EOD quirk (from mike@sentex.net for a Seagate STT20000),
mjacob
1999-10-02
1
-11
/
+9
*
Introduce the disk mini-layer and devstat_end_transaction_buf() in cam/scsi.
phk
1999-10-01
5
-220
/
+85
*
Ooops- forgot to commit this.
mjacob
1999-09-28
1
-1
/
+5
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
8
-40
/
+0
*
Remove unneeded disk-related includes.
phk
1999-09-12
2
-5
/
+0
*
Don't register a block major for tapes.
phk
1999-09-08
1
-2
/
+1
*
We don't need to pass the diskname argument all over the diskslice/label
phk
1999-08-28
2
-4
/
+4
*
$Id$ -> $FreeBSD$
peter
1999-08-28
32
-32
/
+32
*
Cast pointers to uintptr_t instead of casting them to u_long. Don't
bde
1999-08-24
1
-4
/
+5
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
3
-11
/
+4
*
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
*
Fix short timeout problems with the pt(4) driver:
ken
1999-08-20
1
-3
/
+66
*
Welcome devtoname(), to most likely be used when printing information
billf
1999-08-17
1
-2
/
+2
*
Bump CAM version number.
gibbs
1999-08-16
1
-2
/
+2
*
Checkpoint work on handling error conditions.
gibbs
1999-08-16
2
-73
/
+514
*
xpt_release_devq now takes a count.
gibbs
1999-08-16
1
-2
/
+3
*
Implement the guts of the XPT_ABORT function code.
gibbs
1999-08-16
1
-31
/
+111
*
Add another flag for debugging just peripheral drivers. The whole debugging
gibbs
1999-08-16
1
-6
/
+13
*
Add another command characteristic flag for commands that are queued
gibbs
1999-08-16
1
-11
/
+15
*
Put in a limit (8) for lun width- do not exceed probing this unless a device
mjacob
1999-08-16
1
-3
/
+9
*
Fix a long standing bug in the camq teardown code.
gibbs
1999-08-16
1
-3
/
+3
*
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
2
-23
/
+7
[next]