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-16
Add interrupt handler. Idea borrowed from FreeBSD since it is much nicer
Marco Peereboom
2006-04-16
Correctly computed the mac address checksum on big-endian platforms.
Miod Vallat
2006-04-16
Add skeleton ccb structure.
Marco Peereboom
2006-04-15
check for IFF_RUNNING being set before calling gem_init().
Brad Smith
2006-04-10
fix the macro so gem recognizes the Intrepid 2 GMAC.
Brad Smith
2006-04-10
recognize the Intrepid 2 GMAC
Brad Smith
2006-04-10
under some cases some wi(4) cards freak out and then do not recover.
Theo de Raadt
2006-04-07
Replace bus_space functions with generic ones that do barriers.
Marco Peereboom
2006-04-07
Add memory allocator functions.
Marco Peereboom
2006-04-07
Print state in debug. Change return vales to 1 instead of ENXIO.
Marco Peereboom
2006-04-07
Make a better debug mechanism.
Marco Peereboom
2006-04-07
Enable mfi_transition_fw() original code from FreeBSD.
Marco Peereboom
2006-04-07
Add DEVNAME.
Marco Peereboom
2006-04-07
Add register offsets. Borrowed from FreeBSD.
Marco Peereboom
2006-04-06
Add fw transition logic.
Marco Peereboom
2006-04-06
Add structures and defines.
Marco Peereboom
2006-04-06
Add skeleton driver for MegaRAID SAS.
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
Add support for big endian archs. tested by jaredy@ and ok jsg@
Kurt Miller
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-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
[prev]
[next]