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
2010-07-06
move the last direct users of mpi_{get,put}_ccb over to using the scsi
David Gwynne
2010-07-02
Move common code for waking up writers on a tty into a function.
Nicholas Marriott
2010-07-02
timeout_add -> timeout_add_msec
Bret Lambert
2010-07-02
timeout_add -> timeout_add_msec
Bret Lambert
2010-07-02
Make the sensor setup loop less awkward by moving the call to
Matthew Dempsky
2010-07-02
cleanup and remove some #ifdef junk in the power hooks.
Reyk Floeter
2010-07-02
correctly init ppr_able in reset, and some others gcc complained about.
Ted Unangst
2010-07-02
m_copyback can fail to allocate memory, but is a void fucntion so gymnastics
Bret Lambert
2010-07-01
compile when SMALL_KERNEL is set
Theo de Raadt
2010-07-01
Change scsibus(4)'s scsi_link array to an SLIST to save memory on
Matthew Dempsky
2010-06-30
Use SLIST for the ccb free list.
Michael Knudsen
2010-06-30
Use SLIST instead of TAILQ for the ccb free list.
Michael Knudsen
2010-06-30
* use audio(9)'s DMA trigger methods instead of the init/start
Jacob Meuser
2010-06-28
Remove all adapter-specific 'struct scsi_device's. They are never used. First
Kenneth R Westerback
2010-06-28
fix typo; from Brad
Christian Weisgerber
2010-06-28
Add initial support for RTL8168E, brokenness reported by Joe Gidi.
Stuart Henderson
2010-06-28
Allow tty drivers to request larger buffers at attach time using a
Theo de Raadt
2010-06-28
add back the initialisation of a loop condition that
Jonathan Gray
2010-06-28
implement iopools in osiop to get rid of another use of XS_NO_CCB.
David Gwynne
2010-06-28
Use a more moderate fifo trigger level (4) for moderately quick
Chris Kuethe
2010-06-26
Don't #include <sys/user.h> into files that don't need the stuff
Philip Guenthe
2010-06-26
Grow COM_IBUFSIZE from 1024 to 8192 to be enough size for recent
YASUOKA Masahiko
2010-06-26
If you put CISS_LOCK()/CISS_UNLOCK() around a switch statement, you
Kenneth R Westerback
2010-06-26
xs->cmd[n] doesn't mean the n'th byte, because xs->cmd is a struct
Kenneth R Westerback
2010-06-23
cut ami over to iopools.
David Gwynne
2010-06-23
switch ami over to using mutexes instead of splbio to protect itself. this
David Gwynne
2010-06-22
cleanup/fix PA predistortion code.
Damien Bergamini
2010-06-21
use LE_READ_4/LE_READ_2 instead of hardcoding
Damien Bergamini
2010-06-21
Implement PA linearization on adapters with digital predistorters
Damien Bergamini
2010-06-21
allow Tx flags to be passed to the tx() routine.
Damien Bergamini
2010-06-21
use correct clock rate when computing the listen time for ANI
Damien Bergamini
2010-06-21
no delay is necessary on the AR9003 after writing an analog register.
Damien Bergamini
2010-06-21
protect the ccb free list with its own mutex.
David Gwynne
2010-06-20
update AR9380 ROM layout (add PA predistortion related fields.)
Damien Bergamini
2010-06-20
update 5GHz Tx gain tables for the Osprey (AR9380).
Damien Bergamini
2010-06-19
Remove more splbio/splx pairs from around scsi_done() calls.
Kenneth R Westerback
2010-06-15
rearrange attach so that the SDEV_VIRTUAL flag is set during scsi_probe,
David Gwynne
2010-06-15
dont pass the dev_t from the scsi device drivers into the midlayer for
David Gwynne
2010-06-12
Add missing arg to a printf call.
Jonathan Gray
2010-06-09
Do not set time 100 years in the future if the time read is before
Miod Vallat
2010-06-05
- fix athn_set_key() on big-endian machines (function is not used yet)
Damien Bergamini
2010-06-04
gc unused variable
David Gwynne
2010-06-03
enable async fifo for >=AR9287 1.3 only.
Damien Bergamini
2010-06-03
massage the code to avoid races in ami_mgmt.
David Gwynne
2010-06-03
Always initialize the ccb provided by the scsi layer into the proper
Kenneth R Westerback
2010-06-03
get rid of the kthread. it is unused and just bloats the kernel.
David Gwynne
2010-06-03
replace TAILQs with SLISTs for managing the ccb free list. theyre smaller.
David Gwynne
2010-06-03
useless abstraction is, by definition, useless.
David Gwynne
2010-06-02
convert ciss(4) over to using iopools. this is fairly easy after the recent
David Gwynne
2010-06-02
dont drop out of handling a command if ITSDONE is set. return a better
David Gwynne
[next]