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
2005-11-29
Fix bus_dma code to eliminate my busted logic, align usage with man
Kenneth R Westerback
2005-11-28
Correct parameter in bus_dmamem_alloc().
Kenneth R Westerback
2005-11-28
Correctly report channel. PR 4728.
Jonathan Gray
2005-11-27
Don't use dmamap->dm_nsegs after calling bus_dmamap_unload() on
Kenneth R Westerback
2005-11-27
Prevent scsi pass-through busses from attaching when a board is marked
Marco Peereboom
2005-11-27
Fix ami_freemem() by initializing segp before using it.
Kenneth R Westerback
2005-11-26
Move bus_dma from pa to dva. I wrote the initial diff with an ok from dlg@
Marco Peereboom
2005-11-25
FALLTHROUH -> FALLTHROUGH for lint.
Kenneth R Westerback
2005-11-24
dont need spls in attach
David Gwynne
2005-11-23
make this easier for me to read by changing the locking to use the bare
David Gwynne
2005-11-23
When defragmenting a mbuf chain before transmitting it, don't allocate a mbuf
Damien Bergamini
2005-11-23
Be more robust when handling Rx interrupts. If we can't allocate and DMA map
Damien Bergamini
2005-11-23
Optimize TXTIME and PLCP LENGTH field computation.
Damien Bergamini
2005-11-23
hp sa p600 sas; from Srebrenko Sehic <haver@insecure.dk>
Michael Shalayeff
2005-11-23
slight shuffle at the top of the file. dont include biovar.h if bio is not
David Gwynne
2005-11-23
use proper bus_size_t for register offsets and not bus_addr_t; uwe@ miod@ tes...
Michael Shalayeff
2005-11-23
assume vtophys(vaddr_t) just what all the other archs expect; no functional c...
Michael Shalayeff
2005-11-21
Do not dare dereferencing NULL pointers if OSIOP_DEBUG.
Miod Vallat
2005-11-21
contorl -> control
Miod Vallat
2005-11-21
Move contents of sys/select.h to sys/selinfo.h in preparation for a
Todd C. Miller
2005-11-20
Un-revert backout to 20051009 and add patches from Martin Bouyer to
Kenneth R Westerback
2005-11-20
Add support for GCT GRF5101 RF transceiver based hardware. Magic numbers
Jonathan Gray
2005-11-20
fix dmesg printing so the adapter info has a proper dmesg entry
Brad Smith
2005-11-20
Reorder dma stuff so that it makes sense.
Marco Peereboom
2005-11-19
Add a few more Prism USB Component IDs.
Jonathan Gray
2005-11-19
Remove superfluous statement-ending semi-colons. i.e., "return foo;;" should
Aaron Campbell
2005-11-18
do not devide by zero
Michael Shalayeff
2005-11-18
Major improvements to the aac(4) device driver.
Nathan Binkert
2005-11-16
Synch up all .h mpi files with FreeBSD. These new files contain the latest
Marco Peereboom
2005-11-15
add IFQ_SET_MAXLEN().
Brad Smith
2005-11-14
register offsets [against bh] are expected bus_size_t and not bus_addr_t
Michael Shalayeff
2005-11-14
ep_w1_reg() returns int thus no need to stuff it into bus_addr_t
Michael Shalayeff
2005-11-12
splimp -> splvm
Brad Smith
2005-11-11
fix kgdb compilation; input and ok miod@.
Federico G. Schwindt
2005-11-11
more verbose error message for the "bogus xmit rate" problem
Reyk Floeter
2005-11-09
Don't fall back to fake geometry if ata_get_params() fails.
Uwe Stuehler
2005-11-09
splimp -> splnet
Brad Smith
2005-11-07
splimp -> splnet
Brad Smith
2005-11-07
add bus_dma support.
Brad Smith
2005-11-06
clean up some early but unused work on bio support.
David Gwynne
2005-11-05
Don't tempt fate by TAILQ_REMOVE()'ing inside TAILQ_FOREACH(), even if
Kenneth R Westerback
2005-11-05
Move displaying rf/pa type to rtw_rf_attach to simplify code.
Jonathan Gray
2005-11-05
Eliminate 'Overlapping Command Attempted' errors on non-tagged drives by
Kenneth R Westerback
2005-11-04
remove uneeded debug function.
Jonathan Gray
2005-11-04
Move access to RF tranceiver functions to be via callbacks.
Jonathan Gray
2005-11-03
revert to 20051009 for now, need to investigate strange behaviour with
Martin Reindl
2005-11-03
Don't remove elements inside TAILQ_FOREACH. Change to usual for()
Kenneth R Westerback
2005-11-02
change zaurus fifo lenght back to 32 until some issues are sorted out.
Federico G. Schwindt
2005-11-02
It is invalid to scsi_done(xs) and then return TRY_AGAIN_LATER.
Kenneth R Westerback
2005-11-02
sync mbuf before unloading in gem_rxdrain().
Brad Smith
[prev]
[next]