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
/
cam_xpt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Slight cleanup - this is logically equivalent code but means one less
peter
2000-10-15
1
-6
/
+6
*
- Heavyweight interrupt threads on the alpha for device I/O interrupts.
jhb
2000-10-05
1
-1
/
+1
*
- Remove the inthand2_t type and use the equivalent driver_intr_t type from
jhb
2000-09-13
1
-1
/
+1
*
CAM, the module: scbus, da, cd, and st wrapped in one module.
n_hibma
2000-08-13
1
-1
/
+24
*
The Yamaha CDR100 doesn't seem to like multi-LUN probing.
ken
2000-08-08
1
-0
/
+4
*
cam_ccb.h:
gibbs
2000-07-18
1
-0
/
+9
*
Whoops- forgot to commit this other pearl from Justin- only set or
mjacob
2000-07-17
1
-8
/
+12
*
Quirk entry for TeraSolutions TRC-22 RAID controller to keep mintags
dg
2000-07-13
1
-0
/
+5
*
Disable multi-lun probing on Hitachi DK31* drives.
ken
2000-06-04
1
-0
/
+12
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
1
-16
/
+15
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
1
-15
/
+16
*
*sigh* I must have been on something that night. Make xpt_periph an
n_hibma
2000-05-07
1
-0
/
+2
*
Add a hack to cam that makes the cam_xpt available to the rest of the
n_hibma
2000-04-03
1
-2
/
+0
*
Various typo's.
n_hibma
2000-03-15
1
-1
/
+1
*
Redo the SHORT INQUIRY length stuff to be a bit cleaner.
mjacob
2000-01-25
1
-32
/
+27
*
A minimal update to the device wiring code so that it looks at the
peter
2000-01-23
1
-38
/
+32
*
Remove garbage collected tags from their usage in the ccb_getdev
mjacob
2000-01-17
1
-12
/
+39
*
Clean up the xpt_sim creation to mirror how HBA drivers perform this task.
gibbs
2000-01-14
1
-73
/
+126
*
Make sure we don't look at an edt entry that could go away when we try
mjacob
1999-12-20
1
-7
/
+15
*
minor comment update
mjacob
1999-12-13
1
-0
/
+1
*
Convert the xpt, pass, pt and target drivers to use the new
ken
1999-11-17
1
-1
/
+1
*
Fix Bus Device Resets from userland, and specifically from camcontrol.
ken
1999-10-31
1
-1
/
+1
*
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
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
1
-5
/
+1
*
Implement the guts of the XPT_ABORT function code.
gibbs
1999-08-16
1
-31
/
+111
*
Put in a limit (8) for lun width- do not exceed probing this unless a device
mjacob
1999-08-16
1
-3
/
+9
*
disable tag queing for the MICROP 4421-07 drive. It's an old 2gig drive.
jmg
1999-07-11
1
-2
/
+8
*
Quirk NOLUNS cabletron device.
mjacob
1999-06-20
1
-16
/
+15
*
Simplify cdevsw registration.
phk
1999-05-31
1
-5
/
+2
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-22
/
+21
*
Run xpt_action at splsoftcam() so that it cannot be re-entered by our SWI.
gibbs
1999-05-25
1
-1
/
+5
*
Rely on the statistics in XPT_GDEV_STATS instead of the versions still
gibbs
1999-05-23
1
-1
/
+9
*
Add the XPT_PATH_STATS and XPT_GDEV_STATS function codes. These ccb
gibbs
1999-05-22
1
-111
/
+162
*
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
*
Quirk NOLUNS CALIPER CP150.
mjacob
1999-05-11
1
-1
/
+11
*
Add a number of interrelated CAM feature enhancements and bug fixes.
ken
1999-05-06
1
-23
/
+45
*
Release bus entries in the EDT when a path is released.
gibbs
1999-04-23
1
-4
/
+14
*
Stage 1 of a cleanup of the i386 interrupt registration mechanism.
peter
1999-04-21
1
-3
/
+1
*
cam_periph.c:
gibbs
1999-04-19
1
-23
/
+22
*
Well folks, this is it - The second stage of the removal for build support
peter
1999-04-17
1
-2
/
+2
*
Remove camq_regen(). We already perform modular comparisons
gibbs
1999-04-07
1
-22
/
+20
*
Disable tagged queueing for the IBM DCAS drives. These drives have poor
ken
1999-03-14
1
-1
/
+30
*
People who wanted the "tagged opening" message can boot -v. The rest
jkh
1999-03-11
1
-2
/
+2
*
The 4 gig version of the Seagate Medalist Pro seems to have the same
ken
1999-03-07
1
-5
/
+21
*
Protect access to the EDT with splcam() to protect against corruption
gibbs
1999-03-05
1
-35
/
+96
[next]