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
Age
Commit message (
Expand
)
Author
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-27
fixes interrupts processing.
Damien Bergamini
2006-03-27
in detach, mark device with COM_SW_DEAD, so that close() will not go
Theo de Raadt
2006-03-25
allow bpf(4) to ignore packets based on their direction (inbound or
Damien Miller
2006-03-22
incorrect check for end of array; ok jsg
Theo de Raadt
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-16
Comment out tekram_sync_table and only degine {,dt_}scf_period[] for
Miod Vallat
2006-03-15
Correct checks against cd_ndevs - valid numbers are strictly inferior to
Miod Vallat
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
repair commands w/ no scsi_xfer but the affected code was currently dead anyw...
Michael Shalayeff
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-03-05
Use more queue macros rather than doing it by hand; ok otto@ krw@
Miod Vallat
2006-03-04
remove extraneous brackets.
Brad Smith
2006-03-04
Typos grab bag of the month, eyeballed by jmc@
Miod Vallat
2006-03-04
All CAM_* values stored in xs->error must be 'interpreted' by
Kenneth R Westerback
2006-03-04
remove the colon between "address" and the MAC address.
Brad Smith
2006-03-04
some defines for PHY detection.
Brad Smith
2006-03-04
do not set the chip type in re_attach_common() as this is already
Brad Smith
2006-03-04
remove vlan header.
Brad Smith
2006-02-28
Switch to software WEP in a way mostly similiar to what David Young
Jonathan Gray
2006-02-25
comment code that is currently unused (radar detection and dynamic rx
Damien Bergamini
[prev]
[next]