summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2005-11-21Move contents of sys/select.h to sys/selinfo.h in preparation for aTodd C. Miller
2005-11-20Un-revert backout to 20051009 and add patches from Martin Bouyer toKenneth R Westerback
2005-11-20Add support for GCT GRF5101 RF transceiver based hardware. Magic numbersJonathan Gray
2005-11-20fix dmesg printing so the adapter info has a proper dmesg entryBrad Smith
2005-11-20Reorder dma stuff so that it makes sense.Marco Peereboom
2005-11-19Add a few more Prism USB Component IDs.Jonathan Gray
2005-11-19Remove superfluous statement-ending semi-colons. i.e., "return foo;;" shouldAaron Campbell
2005-11-18do not devide by zeroMichael Shalayeff
2005-11-18Major improvements to the aac(4) device driver.Nathan Binkert
2005-11-16Synch up all .h mpi files with FreeBSD. These new files contain the latestMarco Peereboom
2005-11-15add IFQ_SET_MAXLEN().Brad Smith
2005-11-14register offsets [against bh] are expected bus_size_t and not bus_addr_tMichael Shalayeff
2005-11-14ep_w1_reg() returns int thus no need to stuff it into bus_addr_tMichael Shalayeff
2005-11-12splimp -> splvmBrad Smith
2005-11-11fix kgdb compilation; input and ok miod@.Federico G. Schwindt
2005-11-11more verbose error message for the "bogus xmit rate" problemReyk Floeter
2005-11-09Don't fall back to fake geometry if ata_get_params() fails.Uwe Stuehler
2005-11-09splimp -> splnetBrad Smith
2005-11-07splimp -> splnetBrad Smith
2005-11-07add bus_dma support.Brad Smith
2005-11-06clean up some early but unused work on bio support.David Gwynne
2005-11-05Don't tempt fate by TAILQ_REMOVE()'ing inside TAILQ_FOREACH(), even ifKenneth R Westerback
2005-11-05Move displaying rf/pa type to rtw_rf_attach to simplify code.Jonathan Gray
2005-11-05Eliminate 'Overlapping Command Attempted' errors on non-tagged drives byKenneth R Westerback
2005-11-04remove uneeded debug function.Jonathan Gray
2005-11-04Move access to RF tranceiver functions to be via callbacks.Jonathan Gray
2005-11-03revert to 20051009 for now, need to investigate strange behaviour withMartin Reindl
2005-11-03Don't remove elements inside TAILQ_FOREACH. Change to usual for()Kenneth R Westerback
2005-11-02change zaurus fifo lenght back to 32 until some issues are sorted out.Federico G. Schwindt
2005-11-02It is invalid to scsi_done(xs) and then return TRY_AGAIN_LATER.Kenneth R Westerback
2005-11-02sync mbuf before unloading in gem_rxdrain().Brad Smith
2005-11-02handle TX underrun and packet too long errors by resetting the chip.Brad Smith
2005-11-01Remove the call to ieee80211_ifattach() for the moment as itJonathan Gray
2005-10-31- some DEBUG should be GEM_DEBUGBrad Smith
2005-10-31ammount -> amountMiod Vallat
2005-10-31typoBrad Smith
2005-10-31Move from arpcom to ieee80211com in wi softc. This will beJonathan Gray
2005-10-29Correct type for dd_grid, so that we print the device id correctly forMiod Vallat
2005-10-25dont' -> don't in comments;Jason McIntyre
2005-10-24fix compilation for KGDB; looked by miod@.Federico G. Schwindt
2005-10-24change read/write callbacks to use a void * instead of struct rtw_regs.Reyk Floeter
2005-10-24two sc_anaparm registersReyk Floeter
2005-10-24fix RTW_DEBUGReyk Floeter
2005-10-24change RTW_ANAPARM to RTW_ANAPARM_0 for consistency with the rtl8225 code.Reyk Floeter
2005-10-24add a comma here.Brad Smith
2005-10-23Move rtw_attach error condition handling out of rtw_detach and intoJonathan Gray
2005-10-23use read/write/barrier callbacks, will be used laterReyk Floeter
2005-10-23knfReyk Floeter
2005-10-23Some additional rtl8185 specific defines.Jonathan Gray
2005-10-22shorten ne(4) dmesg entries from 2-3 lines to 1.Brad Smith