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
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