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
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
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-22
Only let unused disks be marked hot spares. ok deraadt@
Marco Peereboom
2005-08-18
Add "create hot spare" ok dlg@
Marco Peereboom
2005-08-17
Add additional paramter to ami_mgmt so that we can start support "set hdd sta...
Marco Peereboom
2005-08-17
KNF
Marco Peereboom
2005-08-17
Cleanup up hot spare and unsused disk code. ok deraadt@
Marco Peereboom
2005-08-17
Move WRITE_BUFFER to appropriate spot. Bad dlg@
Marco Peereboom
2005-08-17
WRITE_BUFFER is a valid command to make it to the passthru busses. make
David Gwynne
2005-08-17
Add support for unused disks.
Marco Peereboom
2005-08-17
ARGH! undo commit because i used the wrong tree.
Marco Peereboom
2005-08-17
Add support for unused disks.
Marco Peereboom
2005-08-16
Fix a few retardos. Yelled at by deraadt@
Marco Peereboom
2005-08-15
Add global hot spare support.
Marco Peereboom
2005-08-09
Provide HDD serial numbers to bio. Requested deraadt@ ok dlg@
Marco Peereboom
2005-08-08
Add ses link. Tested and ok deraadt@
Marco Peereboom
2005-08-08
rename a bunch of bio/raid APIs to stop the bleeding in dlg and
Theo de Raadt
[next]