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
Commit message (
Expand
)
Author
Age
Files
Lines
*
In camperiphdone(), make sure we check for fatal errors and bail out
ken
2003-10-27
1
-14
/
+0
*
Use bio_offset instead of bio_blkno
phk
2003-10-18
1
-2
/
+2
*
(dacleanup, dasysctlinit): Defend against calling sysctl_ctx_free on
thomas
2003-10-08
1
-2
/
+5
*
(cdcleanup): Defend against calling sysctl_ctx_free before the sysctl_ctx
thomas
2003-10-07
1
-12
/
+15
*
Add disk_destroy() call to detach processing.
phk
2003-10-06
1
-0
/
+15
*
Be kind to 64bit architectures.
simokawa
2003-10-02
1
-5
/
+5
*
- Pick up a correct path_id for the bus on AC_PATH_REGISTERED.
simokawa
2003-09-30
1
-6
/
+12
*
GEOMify.
phk
2003-09-30
1
-78
/
+39
*
Detach black hole device on AC_PATH_DEREGISTERED.
simokawa
2003-09-25
1
-19
/
+20
*
(scsi_request_sense): Set allocation length in REQUEST_SENSE CCB.
thomas
2003-09-21
1
-0
/
+1
*
I forgot whom I got this from- only set single initiator buffered mode
mjacob
2003-09-13
1
-2
/
+4
*
Disable the use of cloning use in floppy and CD drivers.
phk
2003-09-11
1
-4
/
+4
*
Put the device cloning functions for disk-drivers under #ifndef BURN_BRIDGES.
phk
2003-09-05
1
-0
/
+8
*
Calling KNOTE with locks held may result in recursion when it calls back
njl
2003-09-04
1
-2
/
+13
*
Upon receiving a CCB for a LUN that is not enabled, be sure to unlock the
njl
2003-09-04
1
-0
/
+1
*
Remove the quirk for the FujiFilm camera. Submitter indicates it is now
njl
2003-09-04
1
-8
/
+0
*
Unbreak buildworld. sys/taskqueue.h is a kernel-only include.
ken
2003-09-03
1
-1
/
+1
*
Move dynamic sysctl(8) variable creation for the cd(4) and da(4) drivers
ken
2003-09-03
2
-43
/
+93
*
Remove quirk for Apacer Handydrive. Kevin Oberman <oberman@es.net> reports
njl
2003-08-25
1
-8
/
+0
*
Sort quirks into sections.
njl
2003-08-25
1
-19
/
+20
*
Add the DA_Q_NO_PREVENT quirk which keeps da(4) from sending PREVENT/ALLOW
njl
2003-08-22
1
-6
/
+15
*
Quirk for Jungsoft NEXDISK USB flash key. Fails to mount without
njl
2003-08-22
1
-0
/
+8
*
Add quirks for the EXATELECOM i-Bead mp3 player.
njl
2003-08-22
1
-0
/
+8
*
Remove all USB quirks that only specify DA_Q_NO_6_BYTE. They are no longer
njl
2003-08-06
1
-158
/
+0
*
Remove unused cmd6workaround() calls.
njl
2003-08-06
1
-15
/
+2
*
Fix the new DA_OLD_QUIRKS option for normal and module compiles.
njl
2003-07-29
1
-0
/
+1
*
Deprecate USB and Firewire quirks. We should now never send 6 byte commands
njl
2003-07-29
1
-18
/
+23
*
Add a PATH_INQ flag, PIM_NO_6_BYTE, which indicates the SIM never wishes to
njl
2003-07-28
2
-0
/
+16
*
Reference PR for IntelligentStick quirk entry.
thomas
2003-07-18
1
-1
/
+1
*
Add quirk entry for IntelligentStick disc-on-key USB devices.
thomas
2003-07-17
1
-0
/
+8
*
Merge common XPT_CALC_GEOMETRY functions into a single convenience function.
njl
2003-06-14
1
-20
/
+1
*
Use __FBSDID().
obrien
2003-06-10
12
-24
/
+40
*
Check in some months long pending minor debug output changes.
mjacob
2003-06-02
1
-26
/
+47
*
Remove unused variables.
phk
2003-06-01
1
-11
/
+1
*
Add /* FALLTHROUGH */
phk
2003-05-31
1
-1
/
+1
*
Add /* FALLTHROUGH */
phk
2003-05-31
1
-7
/
+4
*
Use symbolic constants instead of "4".
phk
2003-05-31
2
-15
/
+9
*
Don't use return(foo(...)); in a function returning void.
phk
2003-05-31
1
-6
/
+8
*
Add a quirk for OTi USB flash key.
njl
2003-05-15
1
-0
/
+8
*
Fix three problems in large (>2TB) device handling:
ken
2003-05-03
1
-2
/
+2
*
Fix compile errors on ia64 in dagetcapacity. Set block_len and maxsector
ken
2003-05-01
1
-0
/
+2
*
Use %j instead of %q in printf to unbreak sparc64.
phk
2003-04-30
1
-3
/
+4
*
Add support to CAM for devices with more than 2^32 blocks. (2TB if you're
ken
2003-04-30
3
-85
/
+344
*
Deprecate machine/limits.h in favor of new sys/limits.h.
kan
2003-04-29
1
-1
/
+1
*
SCSI Quirks for:
njl
2003-04-27
1
-1
/
+35
*
Remove the unused ioctl routine.
phk
2003-04-12
1
-32
/
+0
*
Use bioq_flush() to drain a bio queue with a specific error code.
phk
2003-04-01
4
-54
/
+12
*
Clean up dynamically allocated sysctl variables when we run dacleanup() and
ken
2003-03-26
2
-0
/
+14
*
Don't use the devstat->busy_count for state decisions in the device
phk
2003-03-15
2
-8
/
+13
*
Call devstat_start_transaction_bio() instead of devstat_start_transaction()
phk
2003-03-15
3
-3
/
+3
[next]