summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
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
2005-10-21tidy up dmesg printing a bit, makes PCI hme only take 2 linesBrad Smith
2005-10-21Zap return at the end of a void function. No binary change.Alexander Yurchenko
2005-10-20defintion -> definition;Jason McIntyre
2005-10-20add arrays of initial rf register values.Reyk Floeter
2005-10-19add support to change the channel from ifconfig; tested by some,Federico G. Schwindt
2005-10-18remove wrong definition since result really belongs to stat (which isFederico G. Schwindt
2005-10-17define a mask to extract the result from status.Federico G. Schwindt
2005-10-17Start using the unused sc_variant to identify the GMAC vendor and chipsetBrad Smith
2005-10-15correctly parse the supported data rates. needed by wi@usb.Federico G. Schwindt
2005-10-13be sure to always set fifolen to at least 1 and if the code probes a 0 byteFederico G. Schwindt
2005-10-13Over the years, different UARTs have appeared in the market.Federico G. Schwindt
2005-10-13first thing found by the fifo tester; pxa2x0 uarts are actually 64 bytesFederico G. Schwindt
2005-10-12unconflict (one day legacy) wavelan ioctl's from the vlan ioctl'sTheo de Raadt
2005-10-11have gem strip off the Ethernet FCS before passing it to bpf.Brad Smith
2005-10-11Eliminate use of M_HASFCS.Brad Smith
2005-10-11ansi and a sprinkle of knf. i'll do anything to avoid doing assignments.David Gwynne
2005-10-10Add handling for IGNORE WIDE RESIDUE messages. Actually calculateKenneth R Westerback
2005-10-10do { } while (0) wrapper for the debug statementDavid Gwynne
2005-10-08More trailing whitespace removal (perry via NetBSD).Kenneth R Westerback
2005-10-08'dma' -> 'DMA' (wiz via NetBSD), save a test after TAILQ_FOREACH() byKenneth R Westerback
2005-10-08If SF_CHIP_AAIP is set then disable AIP to avoid confusingKenneth R Westerback