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
*
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
*
Simplify cdevsw registration.
phk
1999-05-31
8
-30
/
+16
*
This commit should be a extensive NO-OP:
phk
1999-05-30
8
-174
/
+167
*
Add TDC 3800 to quirk list for fixed mode device.
mjacob
1999-05-25
1
-1
/
+5
*
Run xpt_action at splsoftcam() so that it cannot be re-entered by our SWI.
gibbs
1999-05-25
2
-3
/
+7
*
Fix the read/write permission checks in cam_periph_mapmem(). If we're
ken
1999-05-25
1
-4
/
+4
*
Rely on the statistics in XPT_GDEV_STATS instead of the versions still
gibbs
1999-05-23
3
-13
/
+30
*
Add a default async handler funstion to cam_periph.c to remove duplicated
gibbs
1999-05-22
8
-55
/
+46
*
Add the XPT_PATH_STATS and XPT_GDEV_STATS function codes. These ccb
gibbs
1999-05-22
4
-114
/
+280
*
Make xpt_path_comp work on wildcarded paths again.
gibbs
1999-05-18
1
-7
/
+7
*
Quirk this drive- all luns show up the same.
mjacob
1999-05-11
1
-1
/
+11
*
Add a SA_FLAG_COMP_SUPP flag (to quirk compression as
mjacob
1999-05-11
1
-454
/
+573
*
Quirk NOLUNS CALIPER CP150.
mjacob
1999-05-11
1
-1
/
+11
[next]