index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ic
/
ciss.c
Age
Commit message (
Expand
)
Author
2010-03-23
Change the scsi_cmd function member of scsi_adapter from int to
Kenneth R Westerback
2010-01-09
Zap all setting of ITSDONE in drivers that don't look at it. Nobody
Kenneth R Westerback
2010-01-09
Avoid mulitple calls to scsi_done() on the same xs by having
Kenneth R Westerback
2010-01-07
dont use the xs in the scsi_cmd routines after calling ciss_cmd, it might
David Gwynne
2010-01-07
CISS_UNLOCK before returning from the scsi_cmd handler when we hit NO_CCB.
David Gwynne
2009-12-17
Initialize ccb_xs to NULL when taking a ccb off the free list. This
Kenneth R Westerback
2009-11-15
Move ciss(4) to NO_CCB. Add some extra paranoia by always testing
Kenneth R Westerback
2009-04-29
Implement the 64bit FIFO modes (based on the OpenCISS Specification
Reyk Floeter
2009-02-16
Extend the scsi_adapter minphys() callback to take a struct scsi_link *
Miod Vallat
2008-11-10
remove unused variable 'error' from two functions; llvm/clang; ok dlg
Constantine A. Murenin
2008-09-10
Convert timeout_add() calls using multiples of hz to timeout_add_sec()
Bret Lambert
2008-04-24
some ciss(4) firmwares use different physical drive addressing, resulting
Jakob Schlyter
2007-10-20
Call scsi_done() at SPLBIO. 'looks olright' says mickey.
Kenneth R Westerback
2007-09-18
Only the most obvious bzero() -> M_ZERO changes. No cast changes, no
Kenneth R Westerback
2007-06-24
rework sensor tasks to use the kernels generic workq rather than a special
David Gwynne
2007-05-29
sprinkle some SMALL_KERNEL to permit bio/softraid to run on boot media
Todd T. Fries
2007-03-22
split userland & kernel struct sensor/sensordev so that the addition
Theo de Raadt
2007-01-18
do not freak out if cannot map physdrives into volumes and handle it proper e...
Michael Shalayeff
2006-12-23
adapt to new two-level sensor api; Constantine A. Murenin
Theo de Raadt
2006-11-28
give scsi controllers a real attach args to fill in when attaching scsibus.
David Gwynne
2006-09-15
Reserve some commands slot for bioctl/sensorsd so ciss doesn't crash
Kenneth R Westerback
2006-08-31
ciss can't do bio ioctl's when >1 logical device is defined. Bail out
Kenneth R Westerback
2006-08-28
make a define for dealing w/ the big bit (0x80); no func change
Michael Shalayeff
2006-08-28
properly detect failed drives and do not crash bioctl; krw@ testing
Michael Shalayeff
2006-08-28
set error and break -- not return an error before spl is set back in ioctl! f...
Michael Shalayeff
2006-08-27
display proper volume device name in the volume line (; krw@ testing
Michael Shalayeff
2006-08-27
basic monitoring and management support. there are a few more things to fix b...
Michael Shalayeff
2006-03-13
repair commands w/ no scsi_xfer but the affected code was currently dead anyw...
Michael Shalayeff
2006-02-02
make an exposed printf for debugging a debug printf and add a few commas
Brad Smith
2005-12-13
- Add a whole bunch of new PCI ids.
Brad Smith
2005-12-12
make printf debug-only so some people would just shuddup
Michael Shalayeff
2005-12-02
only poll if scsi_poll was requested
Michael Shalayeff
2005-11-23
hp sa p600 sas; from Srebrenko Sehic <haver@insecure.dk>
Michael Shalayeff
2005-11-18
do not devide by zero
Michael Shalayeff
2005-09-07
sync on shutdown
Michael Shalayeff
2005-08-20
handle timeouts and errors better
Michael Shalayeff
2005-08-03
if fw provides no max sgl len -- suggest some of our own
Michael Shalayeff
2005-08-03
in config loop: make delay longer and less iterations to make it run in a bet...
Michael Shalayeff
2005-08-02
apparently reading idb sometimes produces better results if prepend
Michael Shalayeff
2005-08-01
make compile again
Michael Shalayeff
2005-07-06
smartarray 5* raid controller; does io but needs more work; commented out in ...
Michael Shalayeff