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-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
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
fix ami_drv_inq so it uses ami_cmd's ability to use an arbitrary kernel
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
rename nsg to nsge in struct ami_passthrough to be consistent with the
David Gwynne
2005-09-21
use the ccbs passthrough command in the raw scsi path rather than
David Gwynne
2005-09-21
allocate space in each ccb to store a passthrough command
David Gwynne
2005-09-19
dont use htole32 to set up values to be assigned to an 8 bit field.
David Gwynne
2005-09-19
replace the pointer mess used to handle wakeups on ccbs with a real flag
David Gwynne
2005-09-19
Typo 'taget' -> 'target'.
Kenneth R Westerback
2005-09-15
Don't fake MODE SENSE page 4 info inside raid drivers, just let sd
Kenneth R Westerback
2005-08-31
Remove check that prevents disks that are not in the unused state to move to
Marco Peereboom
2005-08-31
Fix some tsleep magic. Code done by krw@
Marco Peereboom
[prev]
[next]