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-05-09
remove the internal wrapper functions for ieee80211_mhz2ieee and
Reyk Floeter
2007-05-08
backout while the amd64 puc situation is rethought
Theo de Raadt
2007-05-08
non-static inline functions waste space
Theo de Raadt
2007-05-08
move com_activate() to where it belongs
Theo de Raadt
2007-05-08
put more foo_detach() routines where they are used
Theo de Raadt
2007-05-08
rl_detach() is only used for cardbus case
Theo de Raadt
2007-05-08
wdcrestart() is never used
Theo de Raadt
2007-05-08
atapi_print() is never used
Theo de Raadt
2007-05-08
ami chips have no mechanism to take commands off them once we've submitted
David Gwynne
2007-05-08
turn off SIOP_STATS; ok krw
Theo de Raadt
2007-05-08
dc_detach() is only used by cardbus code, so move it there; ok jsg
Theo de Raadt
2007-05-07
floating unused variable (except in debug case)
Theo de Raadt
2007-05-05
malo_hexdump() is only used by code under MALO_DEBUG, so ifdef it
Jonathan Gray
2007-05-05
move xl_detach() -- which is only used by cardbus -- to the cardbus code.
Theo de Raadt
2007-05-05
Properly ifdef debug bits to save a bit of space.
Jonathan Gray
2007-05-03
Add monitor mode. Add fast channel switching. Do some simplifications
Marcus Glocker
2007-05-03
Enable fast channel switching in monitor mode, which makes apps like
Marcus Glocker
2007-05-02
Eliminate unused inline functions and replace ahc_lock() which
Kenneth R Westerback
2007-04-28
missing splbio/splx pair (which splasserted me per-device probe) in
Theo de Raadt
2007-04-28
remove abstraction around splbio/splx; they just confuse things; ok dlg marco...
Theo de Raadt
2007-04-26
Improve debug statements. No binary change without AMI_DEBUG.
Alexander Bluhm
2007-04-23
Kill inlines to shave some bytes.
Artur Grabowski
2007-04-22
disable debug output here too. it's working fine (even on strange archs)
David Gwynne
2007-04-20
Increase the delay while uploading a firmware buffer in malo_load_firmware().
Claudio Jeker
2007-04-19
Cleanup phy selection code, simplifying the code considerably. Attach only
Mark Kettenis
2007-04-19
make it compile again if LMDEBUG is defined;
Robert Nagy
2007-04-17
The debug printf in malo_newstate() is too verbose so require debug level 2
Claudio Jeker
2007-04-16
During the drives detection only check the status register to be not
Alexander Yurchenko
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
[prev]
[next]