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
/
dev
/
ciss
/
ciss.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
o ciss.ko depends on cam and pci.
maxim
2006-11-30
1
-0
/
+2
*
2nd and final commit that moves us to CAM_NEW_TRAN_CODE
mjacob
2006-11-02
1
-9
/
+0
*
The first of 3 major steps to move the CAM layer forward to using
mjacob
2006-10-31
1
-3
/
+21
*
Spin until a request structure is available in the ioctl path.
ps
2006-05-30
1
-2
/
+2
*
Since DELAY() was moved, most <machine/clock.h> #includes have been
phk
2006-05-16
1
-1
/
+0
*
Free another memory leak when dealing with disk notification.
ps
2006-04-20
1
-1
/
+4
*
Free some previously leaked memory on module unload.
ps
2006-04-19
1
-2
/
+9
*
It seems ciss should ignore overrun and underrun on a SCSI INQUIRY
ps
2005-12-16
1
-1
/
+4
*
Update PCI ids to add the E200, E200i, P400, and P400i storage
ps
2005-11-11
1
-3
/
+8
*
There's no reason to check the valence. This allows ciss to work
ps
2005-08-09
1
-6
/
+0
*
Remove bus_{mem,p}io.h and related code for a micro-optimization on i386
nyan
2005-05-29
1
-1
/
+0
*
Support passthru ioctl commands from 32bit binaries.
ps
2005-05-18
1
-1
/
+17
*
Add support for the P600 and name the E400.
ps
2005-04-28
1
-1
/
+2
*
Provide a way to soft reset a proxy controller such as an MSA20 or
ps
2005-04-19
1
-0
/
+55
*
handle ciss_lookup failure
sam
2005-03-29
1
-0
/
+5
*
Use BUS_PROBE_DEFAULT for pci probe return value
imp
2005-03-05
1
-1
/
+1
*
- Remove dead code.
scottl
2005-02-21
1
-3
/
+2
*
Remove 6422, V100 and add the P600.
ps
2005-01-20
1
-2
/
+1
*
ciss's interrupt handler was missing the INTR_ENTROPY flag.
peter
2004-08-16
1
-1
/
+2
*
Name non-physical devices.
ps
2004-07-28
1
-1
/
+1
*
Reset the update flag when scanning for new devices.
ps
2004-06-22
1
-0
/
+1
*
Use the maximum physical bus when rescanning those targets. This
ps
2004-06-22
1
-1
/
+1
*
on media exchange, update/rescan the drives. This allows a volume
ps
2004-06-21
1
-0
/
+4
*
There is no need to call ciss_media_accept async anymore since all
ps
2004-06-21
1
-42
/
+16
*
Add SCSI passthrough support to CISS. This allows devices like tape drives
scottl
2004-06-21
1
-22
/
+260
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-3
/
+3
*
If a device is not ONLINE, do not attempt to submit any commands
ps
2004-06-15
1
-23
/
+4
*
Add pci id's for the SmartArray 6422 and V100 controllers. Also
ps
2004-06-05
1
-0
/
+17
*
Turn SCSI pre-fetch ON. This is mainly for 64XX and 64X based
ps
2004-05-17
1
-0
/
+4
*
make this compile/work with CISS_DEBUG defined.
ps
2004-04-26
1
-8
/
+10
*
There's no need to call ciss_report_request in the passthru ioctl
ps
2004-04-19
1
-3
/
+1
*
Report only new new events when initially attaching to the controller.
ps
2004-04-19
1
-1
/
+4
*
move the cleanup of the control device into ciss_free and add some
ps
2004-04-18
1
-2
/
+10
*
Add support for the HP Modular Smart Array 20 & 500 storage arrays.
ps
2004-04-16
1
-124
/
+435
*
Whitespace cleanup.
ps
2004-04-16
1
-48
/
+46
*
Don't allow the driver to be unloaded if the device node is open.
ps
2004-04-14
1
-1
/
+4
*
Do not catch signals when waiting for a request. This fixes a nasty
ps
2004-04-14
1
-14
/
+2
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-6
/
+6
*
Device megapatch 4/6:
phk
2004-02-21
1
-1
/
+2
*
Device megapatch 1/6:
phk
2004-02-21
1
-2
/
+0
*
Fixed a memory leak.
ru
2004-01-18
1
-0
/
+1
*
White space cleanup
ps
2003-12-13
1
-70
/
+66
*
Define RAID 5+1 and RAID ADG fault tolerances
ps
2003-12-08
1
-0
/
+4
*
Add PCID for 6i controller
ps
2003-11-07
1
-0
/
+1
*
Print the correct logical drive lun number returned by the controller.
ps
2003-10-15
1
-1
/
+2
*
Quiet down boot verbose and allow commands to be submitted to a target
ps
2003-09-08
1
-2
/
+1
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-2
/
+2
*
Support EINPROGRESS and properly deal with 64bit physical addressing.
ps
2003-08-12
1
-24
/
+59
*
Check the status of the user command and return the proper error
ps
2003-07-12
1
-2
/
+10
[next]