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
2007-04-13
scsi_generic is now 16 bytes. Adjust padding so struct is still
Kenneth R Westerback
2007-04-13
scsi_generic is now 16 bytes. Adjust offsets into structure being
Kenneth R Westerback
2007-04-13
The integrated Atheros NICs found in IBM/Lenovo ThinkPads use the same
Reyk Floeter
2007-04-12
Oops, a code rearrangement meant that I didn't initialise the failed ccb
Christopher Pascoe
2007-04-11
Remove debug leftovers to make console output quite again in hostap mode.
Marcus Glocker
2007-04-11
Cleanup makros even more. Remove unused ones and reduce the amount of
Claudio Jeker
2007-04-11
As probe response mgmt frames are already handled by the firmware, ignore
Marcus Glocker
2007-04-10
``it's'' -> ``its'' when the grammar gods require this change.
Miod Vallat
2007-04-10
wrap reading of the error fis up into a func of its own, and use
David Gwynne
2007-04-08
Change the API to sili_port_intr so it can timeout a command and reuse the
Christopher Pascoe
2007-04-08
Add support for NCQ error recovery and enable NCQ command submission.
Christopher Pascoe
2007-04-08
Track the order that CCBs are submitted in, so that after an error we are
Christopher Pascoe
2007-04-08
sili uses one queue for NCQ and legacy commands. No need for the AHCI-style
Christopher Pascoe
2007-04-07
Always assume write commands had zero residual; the chip only counts
Christopher Pascoe
2007-04-07
Whitespace cleanup. No code change.
Christopher Pascoe
2007-04-07
Add transfer failure detection and recovery from non-fatal errors.
Christopher Pascoe
2007-04-07
Rework command issue/completion flow to be more like AHCI's and switch to
Christopher Pascoe
2007-04-07
Split command completion out into a separate function, working towards
Christopher Pascoe
2007-04-07
Permit PACKET command issue.
Christopher Pascoe
2007-04-07
Fill out control information for ATAPI commands.
Christopher Pascoe
2007-04-07
Helper macros to provide the port name in debug messages.
Christopher Pascoe
2007-04-07
Use the rx_count saved in the LRAM command slot entry to determine the
Christopher Pascoe
2007-04-07
Add some more device status related register definitions.
Christopher Pascoe
2007-04-07
Sync the command corresponding to our ccb, not slot 0.
Christopher Pascoe
2007-04-07
Add infrastructure to handle more than one ccb.
Christopher Pascoe
2007-04-07
Correct offset for global interrupt status register.
Christopher Pascoe
2007-04-07
this diff covers two changes, but theyre very tightly tied together.
David Gwynne
2007-04-07
sizeofa will give us the number of elements in an array. use it when
David Gwynne
2007-04-06
Correct order of bus_space_barrier() parameters.
Jonathan Gray
2007-04-06
white space fix
David Gwynne
2007-04-06
copy the dmamem wrapper into sili for use for allocating hba memory. this
David Gwynne
2007-04-05
After been attacked by Michael Buesch <mb@bu3sch.de> because we initially
Marcus Glocker
2007-04-05
this is a relatively big commit that implements a basic io path.
David Gwynne
2007-04-05
finish resetting the device by sending a soft reset via the post_direct
David Gwynne
2007-04-05
sili_post_direct lets you submit a prb without all the goop of a ccb and
David Gwynne
2007-04-05
rearrange the busywait funcs slightly
David Gwynne
2007-04-05
DPRINTF will be useful soon, so stick it in
David Gwynne
2007-04-05
control bits in the prb. shuffle things around a bit...
David Gwynne
2007-04-05
start defining the scatter/gather bits and the port request blocks (PRBs).
David Gwynne
2007-04-04
Activate interference mitigation.
Marcus Glocker
2007-04-04
Debugging. Fix a lot wrong registers. Fix a couple of /* XXX */ and
Marcus Glocker
2007-04-04
implement sili_pwait_{ne,eq} for busy waiting on register values.
David Gwynne
2007-04-04
interrupt enable set/clear defns
David Gwynne
2007-04-04
port control clear bits
David Gwynne
2007-04-04
do a global reset properly.
David Gwynne
2007-04-03
Really drop data packets if the station is not associated. It does not
Claudio Jeker
2007-04-03
modernise scsi_inquiry. the length field has grown and now theres pages to
David Gwynne
2007-04-02
Similar to other drivers call if_start() at the end of the rx interrupt because
Claudio Jeker
2007-04-01
Write MAC and BSSID into devices template RAM at init time.
Marcus Glocker
2007-04-01
Some sorting. More comments.
Marcus Glocker
[next]