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
*
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
*
Merge the cons.c and cons.h to the best of my ability. alpha may or
phk
1999-08-09
1
-2
/
+2
*
disable tag queing for the MICROP 4421-07 drive. It's an old 2gig drive.
jmg
1999-07-11
1
-2
/
+8
*
Fix my complete botch. I hope. Tested this time
mjacob
1999-07-07
1
-5
/
+5
*
suggestions from bde to clean up last checkin slighty
mjacob
1999-07-06
1
-4
/
+4
*
Make the change similar to that suggested by Nick Hibma to avoid divide by
mjacob
1999-07-03
1
-3
/
+4
*
A minor tweak to shut up gcc (on the Alpha) for two (false) warnings.
peter
1999-07-03
1
-2
/
+5
*
int/long printf format problems on the Alpha.
peter
1999-07-01
1
-4
/
+4
*
Convert buffer locking from using the B_BUSY and B_WANTED flags to using
mckusick
1999-06-26
1
-3
/
+3
*
Quirk Tandberg 4100 like Tandberg 4200.
mjacob
1999-06-24
1
-1
/
+5
*
Quirk NOLUNS cabletron device.
mjacob
1999-06-20
1
-16
/
+15
[next]