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
/
amivar.h
Age
Commit message (
Expand
)
Author
2020-07-22
Nuke unused struct scsi_link members of adapter softc's where the
Kenneth R Westerback
2020-07-11
Cache a pointer to the scsibus_softc rather than hoping the copy in
Kenneth R Westerback
2010-06-23
cut ami over to iopools.
David Gwynne
2010-06-23
switch ami over to using mutexes instead of splbio to protect itself. this
David Gwynne
2010-06-21
protect the ccb free list with its own mutex.
David Gwynne
2010-06-04
gc unused variable
David Gwynne
2008-10-28
Major overhaul of bio.
Marco Peereboom
2008-04-10
the success of a command is reported in the mbox, but not passed on to the
David Gwynne
2007-03-22
split userland & kernel struct sensor/sensordev so that the addition
Theo de Raadt
2007-01-27
convert to our locks to rwlocks.
David Gwynne
2006-12-23
adapt to new two-level sensor api; Constantine A. Murenin
Theo de Raadt
2006-06-28
rewrite how the sensors are created. previously they would wait for io to
David Gwynne
2006-05-21
the maximum possible number of ccbs that a megaraid can use (126 of them)
David Gwynne
2006-04-20
get rid of the ccb list typedef. while here switch to TAILQ_HEAD instead
David Gwynne
2006-04-20
this is the proper fix for krws bug. i feel kinda bad taking the commit
David Gwynne
2006-04-18
Display logical disk status in sysctl. Now one can use sensorsd to
Marco Peereboom
2006-03-29
we never use what the ccb completion functions return, so make them all
David Gwynne
2006-03-20
finer grained use of splbio in the ioctl paths. only use it when dealing
David Gwynne
2006-03-20
shrink the ccb even more. instead of having a "wakeup" member to say when
David Gwynne
2006-03-20
remove the bits in the ccb for generalised handling of dmaable memory.
David Gwynne
2006-03-19
this is a really large reworking of how ami works in terms of submitting
David Gwynne
2006-03-17
split the completion path up. its now the responsibility of the the path
David Gwynne
2006-03-17
remove the last remnants of AMI_POLLING
David Gwynne
2005-12-13
use consistent naming for members of the softc struct
David Gwynne
2005-12-12
knf
David Gwynne
2005-12-10
another go at cleaning up bus_dma usage.
David Gwynne
2005-11-26
Move bus_dma from pa to dva. I wrote the initial diff with an ok from dlg@
Marco Peereboom
2005-11-23
make this easier for me to read by changing the locking to use the bare
David Gwynne
2005-10-02
replace the two separate dmamem allocations for the passthrough commands
David Gwynne
2005-09-30
spacing
David Gwynne
2005-09-30
remove the dmamap used for iocmds since they were only copied into the
David Gwynne
2005-09-26
allocate and map the mbox separately to the iocmds used by the ccbs.
David Gwynne
2005-09-25
1.82 again; dont use the scsi xfer to decide if we should dma_sync.
David Gwynne
2005-09-22
revert 1.82 and 1.83 of ami.c and 1.26 of amivar.h since it seems to be
David Gwynne
2005-09-21
dont use the scsi xfer in ami_done to figure out if we have to sync a
David Gwynne
2005-09-21
remove the bits in the ccb that were needed to support scsi commands on
David Gwynne
2005-09-21
allocate space in each ccb to store a passthrough command
David Gwynne
2005-09-19
replace the pointer mess used to handle wakeups on ccbs with a real flag
David Gwynne
2005-09-15
Don't fake MODE SENSE page 4 info inside raid drivers, just let sd
Kenneth R Westerback
2005-08-31
Fix some tsleep magic. Code done by krw@
Marco Peereboom
2005-08-31
Make ioctls stop polling for completion. This enhances the responsiveness
Marco Peereboom
2005-08-30
unfortunately large fixes to memleaks caused by abuse of incomplete
David Gwynne
2005-08-15
Add global hot spare support.
Marco Peereboom
2005-08-08
Add ses link. Tested and ok deraadt@
Marco Peereboom
2005-08-08
Add devices to structures.
Marco Peereboom
2005-08-05
Add support for SCSI pass-through commands for enclosure and processor devices
Marco Peereboom
2005-07-29
Redo bioctl because initial implementation was too complex.
Marco Peereboom
2005-07-18
revert marcos bio changes, mickey not ok
David Gwynne
2005-07-18
Rip out all previous bio code because it sucked. Replaced all ioctl code in
Marco Peereboom
2005-06-28
NBIO > 0 the bioctl code.
Marco Peereboom
[next]