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-04-26
it turns out that a drivers interrupt handler is called at the spl it was
David Gwynne
2006-04-25
the error path for teh sync cache command should return, not try to blunder
David Gwynne
2006-04-23
Fix an embarrassing pasto that triggered a panic. Reported by henning.
Marco Peereboom
2006-04-22
Henning reported a crash I can't explain while using the new sensor code.
Marco Peereboom
2006-04-21
remove the ami_inquire prototype. the function doesnt exist and its not
David Gwynne
2006-04-20
return after goto wont be reached, so remove it. found by lint.
David Gwynne
2006-04-20
get rid of the ccb list typedef. while here switch to TAILQ_HEAD instead
David Gwynne
2006-04-20
remove some useless code found by lint.
David Gwynne
2006-04-20
this is the proper fix for krws bug. i feel kinda bad taking the commit
David Gwynne
2006-04-19
Make sure sc_first_poll is initialized to 0 so sensor_task_thread
Kenneth R Westerback
2006-04-18
Make output in sysctl pretier.
Marco Peereboom
2006-04-18
Display logical disk status in sysctl. Now one can use sensorsd to
Marco Peereboom
2006-04-06
the synchronise cache path is unique in ami in that it uses two megaraid
David Gwynne
2006-04-06
kudos to djm for finding an embarrassing bug. using the same variable
David Gwynne
2006-04-05
reintroduce ami_complete, a replacement for ami_poll that is built on top
David Gwynne
2006-04-03
Move scsi_done back under splbio.
Marco Peereboom
2006-04-03
Since we have a run-queue now lets check it in the isr and get io onto
Marco Peereboom
2006-04-03
Silly dlg hz/500 isnt a whole lot. Also removed busy-wait in
Marco Peereboom
2006-03-29
we never use what the ccb completion functions return, so make them all
David Gwynne
2006-03-29
fix the sync_cache scsi command up so it can run asynchronously using the
David Gwynne
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
[next]