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
*
Add a quirk for my pen-drive.
pjd
2005-06-09
1
-0
/
+8
*
Add quirk for TEAC USB floppy drives.
dwhite
2005-05-05
1
-0
/
+7
*
Make sure we look at the correct sub op codes when
mjacob
2005-04-14
1
-3
/
+22
*
Take constructive advice from njl && reformat
mjacob
2005-04-14
1
-0
/
+6
*
Quirk for ZICPlay USB MP3 Player.
njl
2005-04-14
1
-0
/
+8
*
Apply quirk.
mjacob
2005-04-14
1
-0
/
+4
*
Applied conservative version of suggested quirk.
mjacob
2005-04-14
1
-0
/
+7
*
Apply quirk suggested by submitter.
mjacob
2005-04-14
1
-1
/
+1
*
The divide by zero panic must have been due to a bogus
mjacob
2005-04-14
1
-0
/
+9
*
avoid use after free
sam
2005-03-31
1
-8
/
+8
*
Explicitly hold a reference to the cdev we have just cloned. This
phk
2005-03-31
1
-0
/
+1
*
Fix a problem with the cd(4) driver -- the CAMGETPASSTHRU ioctl wouldn't
ken
2005-03-26
1
-1
/
+7
*
Fix a place where we were referencing a pointer after it had been freed.
ken
2005-03-26
1
-0
/
+2
*
Don't free the SIM object twice.
scottl
2005-03-19
1
-1
/
+0
*
Reference a pointer correctly when copying to it's location.
scottl
2005-02-21
1
-1
/
+1
*
Remove a shadow declaration of 'error' that caused certain tests to be
scottl
2005-02-12
1
-1
/
+0
*
Boot away another stackgap (one of the lest ones in linuxlator/i386) by
sobomax
2005-01-30
1
-3
/
+11
*
Don't pass unadulterated unit numbers to make_dev and its ilk- if you
mjacob
2005-01-22
2
-5
/
+6
*
Start each of the license/copyright comments with /*-
imp
2005-01-05
25
-29
/
+29
*
Remove references to the second byte of a CCB containing the LUN, as this
bms
2004-10-13
1
-4
/
+4
*
Add necessary data structures and definitions for the 12-byte SCSI
bms
2004-10-12
1
-0
/
+79
*
For removable devices without media we set a zero mediasize but a non-zero
phk
2004-09-05
1
-1
/
+1
*
Remove the HW_WDOG option; it serves no purpose.
des
2004-08-29
1
-4
/
+0
*
Add locking to the kqueue subsystem. This also makes the kqueue subsystem
jmg
2004-08-15
1
-21
/
+5
*
When printing out an unknown sense code we should print it in hex, not
mjacob
2004-08-13
1
-3
/
+1
*
add support Frontier Labs NEX IA+ Digital Audio Player with USB CF card reade...
sanpei
2004-08-12
1
-1
/
+9
*
Add support iRiver iFP MP3 player
sanpei
2004-08-08
1
-0
/
+8
*
Quirk for SEGRAND NP-900 USB MP3Player
sanpei
2004-07-18
1
-0
/
+8
*
Update for the KDB framework:
marcel
2004-07-10
1
-1
/
+2
*
Second half of the dev_t cleanup.
phk
2004-06-17
1
-1
/
+1
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
6
-35
/
+35
*
Quirk for Neuros USB audio device.
njl
2004-05-02
1
-0
/
+8
*
The opt_da.h file doesn't exist anymore since the DA_OLD_QUIRKS option
mux
2004-04-19
1
-1
/
+0
*
Add miscellaneous USB device quirks.
njl
2004-04-19
1
-5
/
+29
*
Remove all quirks hidden under DA_OLD_QUIRKS.
njl
2004-04-19
1
-120
/
+0
*
Check that periph is non-NULL before dereferencing it.
cperciva
2004-02-22
1
-1
/
+1
*
Device megapatch 4/6:
phk
2004-02-21
6
-1
/
+12
*
Device megapatch 1/6:
phk
2004-02-21
6
-14
/
+1
*
Change the disk(9) API in order to make device removal more robust.
phk
2004-02-18
2
-44
/
+50
*
Fix type in comment, 's/writtent/written/'
johan
2004-01-18
1
-1
/
+1
*
Move the ciss quirk to the right section, also update the comment
ps
2003-12-08
1
-8
/
+7
*
ciss doesn't like scsi SYNC CACHE. turn it off
ps
2003-12-08
1
-0
/
+8
*
SS_FATAL|ENXIO rather than SS_RDEF for illegal track mode.
obrien
2003-12-01
1
-1
/
+1
*
- Implement selwakeuppri() which allows raising the priority of a
tanimura
2003-11-09
1
-1
/
+1
*
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
[next]