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
/
ami.c
Age
Commit message (
Expand
)
Author
2006-03-20
remove kernel printfs that say "unable to allocate memory" just before
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-20
switch the mgmt ioctl path to use the ioctl completion function.
David Gwynne
2006-03-20
move the drv_inq ioctl path to its own completion routine. all the cleanup
David Gwynne
2006-03-20
get rid of the CCB_READY check in ami_start, it is subtly broken and slows
David Gwynne
2006-03-20
the command queues are important so wrap them up in splbio
David Gwynne
2006-03-20
shorten the setup of the xs timeout
David Gwynne
2006-03-19
this is a really large reworking of how ami works in terms of submitting
David Gwynne
2006-03-18
scsi completions never go via the generic done path now. xs is always set
David Gwynne
2006-03-18
use polling for the synchronise command while i move the xs setup and
David Gwynne
2006-03-18
rename ami_cmd to ami_start_xs
David Gwynne
2006-03-17
create a completion path for scsi commands without the cruft for waking
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
2006-03-15
switch the ioctl paths to using ami_start instead of ami_cmd. now the only
David Gwynne
2006-03-15
clean up ami_start and move the error handling for a failed command from
David Gwynne
2006-03-15
split the code in ami_cmd that does the polling commands out into a
David Gwynne
2006-03-15
sc->sc_dev.dv_xname converted to DEVNAME(sc). makes things a little easier
David Gwynne
2006-03-14
move the loading of the dmamaps for passthrough commands out of ami_cmd
David Gwynne
2006-03-14
move the loading of the dma maps for logical disk reads and writes from
David Gwynne
2006-03-14
knf
David Gwynne
2006-03-14
shuffle the switch statement around in scsi_cmd. do the io commands
David Gwynne
2006-03-13
make the dmseg printing look a little nicer.
Brad Smith
2006-03-13
finner grained use of splbio in scsi_raw_cmd.
David Gwynne
2006-03-13
finer use of splbio in scsi_cmd.
David Gwynne
2006-03-13
split the io and synchronise paths for scsi commands going to the logical
David Gwynne
2006-01-29
Don't ask bus_dmamem_alloc() for zero bytes. 'bioctl -H x:y amiz' no
Kenneth R Westerback
2005-12-21
shrink a bit
David Gwynne
2005-12-13
use consistent naming for members of the softc struct
David Gwynne
2005-12-11
cleanup some knr to ansi i missed, and some extra whitespace i accidentally
David Gwynne
2005-12-10
another go at cleaning up bus_dma usage.
David Gwynne
2005-12-09
back out 1.97. it was causing a freeze on boot with an older card. problem
David Gwynne
2005-12-03
The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER is
Kenneth R Westerback
2005-11-27
Prevent scsi pass-through busses from attaching when a board is marked
Marco Peereboom
2005-11-27
Fix ami_freemem() by initializing segp before using it.
Kenneth R Westerback
2005-11-26
Move bus_dma from pa to dva. I wrote the initial diff with an ok from dlg@
Marco Peereboom
2005-11-24
dont need spls in attach
David Gwynne
2005-11-23
make this easier for me to read by changing the locking to use the bare
David Gwynne
2005-11-23
slight shuffle at the top of the file. dont include biovar.h if bio is not
David Gwynne
2005-10-11
ansi and a sprinkle of knf. i'll do anything to avoid doing assignments.
David Gwynne
2005-10-10
do { } while (0) wrapper for the debug statement
David Gwynne
2005-10-03
Reduce the number of openings the logical devices have to play with so
Kenneth R Westerback
2005-10-02
replace the two separate dmamem allocations for the passthrough commands
David Gwynne
2005-09-30
unless AMI_DEBUG is defined, dont compile in if statements that only there
David Gwynne
2005-09-30
sync the dma mapping for the data buffer in the right direction when
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.83 again:
David Gwynne
[next]