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
/
scsi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Default the CD-ROM devices to a single LUN only. Too many of them are
joerg
1996-12-07
1
-1
/
+5
*
Removed all references to b_cylinder (aka b_cylin). It was evil and
bde
1996-12-01
2
-4
/
+4
*
This update adds the support for != 512 byte sector SCSI devices to
sos
1996-12-01
2
-12
/
+129
*
Add the Quantum DLT drives. All of them grok SC_MORE_LUS, so the tape
joerg
1996-11-30
1
-1
/
+5
*
Rogue entry for DEC DLT2700
phk
1996-11-28
1
-1
/
+5
*
Back out my previous change.
max
1996-11-09
1
-2
/
+2
*
Typo, MATSHITA -> MATSUSHITA.
max
1996-11-07
1
-2
/
+2
*
Fix the sequence at odopen() time so the driver actually notices if a
joerg
1996-11-06
1
-12
/
+8
*
Updates and bugfixes to the worm driver:
joerg
1996-11-06
2
-13
/
+21
*
Try number two. Add missing paren in MSG_IDENTIFY macro.
gibbs
1996-10-07
1
-1
/
+1
*
Bring in bug fix from 'SCSI' branch.
gibbs
1996-10-06
1
-2
/
+2
*
Bring this over from the SCSI branch. I need it to bring in the fixes to
gibbs
1996-10-06
1
-0
/
+37
*
Changed cncheckc() interface so that it is 8-bit clean - return -1
bde
1996-09-14
1
-3
/
+3
*
Restored a non-devconf comment that was removed with devconf.
bde
1996-09-10
1
-1
/
+5
*
Removed more devconf leftovers.
bde
1996-09-10
1
-2
/
+1
*
Various cleanups for remanents of devconf.
phk
1996-09-08
5
-30
/
+5
*
Remove devconf, it never grew up to be of any use.
phk
1996-09-06
9
-174
/
+11
*
Second phase of merge, get rid of more machine-independent-dependencies.
asami
1996-09-03
1
-1
/
+4
*
Do not test_unit_ready() before starting the unit...
joerg
1996-08-17
1
-7
/
+7
*
The sd and od drivers didn't check for negative block numbers (like wd.c
peter
1996-08-02
2
-6
/
+6
*
Make a "DWIM" function for adding [bc]devsw entries for bdev drivers.
phk
1996-07-23
4
-50
/
+12
*
Turn SCSIDEBUG into a new-style option.
joerg
1996-07-14
10
-11
/
+28
*
Don't use NULL in non-pointer contexts.
bde
1996-07-12
1
-5
/
+1
*
Ensure that media protection is released before attempting to eject the
gibbs
1996-06-24
2
-13
/
+25
*
Forward-declare a struct tag so that this doesn't depend on a side effect
bde
1996-06-23
1
-1
/
+2
*
Dump the timeout for st_erase().
joerg
1996-06-22
1
-2
/
+2
*
Miscellaneous cleanup and minor fixes by Shunsuke and by me.
joerg
1996-06-16
1
-95
/
+142
*
Make sure to update the SDEV_MEDIA_LOADED flag also when working on
joerg
1996-06-16
1
-1
/
+4
*
The Great PC98 Merge.
asami
1996-06-14
3
-4
/
+74
*
Clean up -Wunused warnings.
gpalmer
1996-06-12
2
-2
/
+8
*
Append a * to the model field of the Archive Viper quirk entry.
jfieber
1996-06-03
1
-2
/
+12
*
Correct a few mode page definitions according to the SCSI-2 specs.
joerg
1996-05-19
1
-6
/
+11
*
This patch updates sys/scsi/od.c:
joerg
1996-05-19
1
-58
/
+144
*
Another sweep over the pmap/vm macros, this time with more focus on
phk
1996-05-03
1
-3
/
+3
*
Don't fiddle page tables by hand, use pmap_enter.
phk
1996-05-02
1
-4
/
+4
*
removed:
phk
1996-05-02
1
-2
/
+2
*
Don't depend on <sys/types.h> including <sys/cdefs.h>.
bde
1996-04-19
2
-3
/
+3
*
Removed now-unused #includes of <machine/cpu.h>. They were for bootverbose
bde
1996-04-07
2
-5
/
+2
*
Change dev_link() to devfs_link()
scrappy
1996-04-02
1
-4
/
+4
*
Changed use of devfs_add_devsw() to devfs_add_devswf()
scrappy
1996-04-01
1
-96
/
+39
*
Implement the XS_SELTIMEOUT error code. This causes the SCSI code to
gibbs
1996-03-31
2
-3
/
+5
*
Fixed devfs group and permissions of some more disk devices.
bde
1996-03-29
1
-7
/
+12
*
Fixed missing variable 'name' for DEVFS code
scrappy
1996-03-29
1
-1
/
+4
*
Fixed a Typo
scrappy
1996-03-28
1
-2
/
+2
*
Using devfs_add_devswf() instead of devfs_add_devsw()
scrappy
1996-03-28
5
-42
/
+32
*
Fixed name of pt device (it has a unit number). devfs still only creates
bde
1996-03-27
1
-7
/
+14
*
Fixed group of disk devices (was wheel or games, now operator).
bde
1996-03-27
4
-42
/
+69
*
Fixed some missing int32 -> int32_t
dg
1996-03-10
2
-4
/
+4
*
u_int8 -> u_int8_t
jkh
1996-03-10
1
-6
/
+6
*
Cleanse the SCSI subsystem of its internally defined types
gibbs
1996-03-10
14
-354
/
+348
[next]