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-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
2005-11-02
handle TX underrun and packet too long errors by resetting the chip.
Brad Smith
2005-11-01
Remove the call to ieee80211_ifattach() for the moment as it
Jonathan Gray
2005-10-31
- some DEBUG should be GEM_DEBUG
Brad Smith
2005-10-31
ammount -> amount
Miod Vallat
2005-10-31
typo
Brad Smith
2005-10-31
Move from arpcom to ieee80211com in wi softc. This will be
Jonathan Gray
2005-10-29
Correct type for dd_grid, so that we print the device id correctly for
Miod Vallat
2005-10-25
dont' -> don't in comments;
Jason McIntyre
2005-10-24
fix compilation for KGDB; looked by miod@.
Federico G. Schwindt
2005-10-24
change read/write callbacks to use a void * instead of struct rtw_regs.
Reyk Floeter
2005-10-24
two sc_anaparm registers
Reyk Floeter
2005-10-24
fix RTW_DEBUG
Reyk Floeter
2005-10-24
change RTW_ANAPARM to RTW_ANAPARM_0 for consistency with the rtl8225 code.
Reyk Floeter
2005-10-24
add a comma here.
Brad Smith
2005-10-23
Move rtw_attach error condition handling out of rtw_detach and into
Jonathan Gray
2005-10-23
use read/write/barrier callbacks, will be used later
Reyk Floeter
2005-10-23
knf
Reyk Floeter
2005-10-23
Some additional rtl8185 specific defines.
Jonathan Gray
2005-10-22
shorten ne(4) dmesg entries from 2-3 lines to 1.
Brad Smith
2005-10-21
tidy up dmesg printing a bit, makes PCI hme only take 2 lines
Brad Smith
2005-10-21
Zap return at the end of a void function. No binary change.
Alexander Yurchenko
2005-10-20
defintion -> definition;
Jason McIntyre
2005-10-20
add arrays of initial rf register values.
Reyk Floeter
2005-10-19
add support to change the channel from ifconfig; tested by some,
Federico G. Schwindt
2005-10-18
remove wrong definition since result really belongs to stat (which is
Federico G. Schwindt
2005-10-17
define a mask to extract the result from status.
Federico G. Schwindt
2005-10-17
Start using the unused sc_variant to identify the GMAC vendor and chipset
Brad Smith
2005-10-15
correctly parse the supported data rates. needed by wi@usb.
Federico G. Schwindt
2005-10-13
be sure to always set fifolen to at least 1 and if the code probes a 0 byte
Federico G. Schwindt
2005-10-13
Over the years, different UARTs have appeared in the market.
Federico G. Schwindt
[next]