summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2004-09-14two more icensemble codecs. now they are via really...Michael Shalayeff
2004-08-23Fix license. ok krw@, deraadt@ tedu@ & Milos Urbanek <urbanek at zoom-int.cz>Marco Peereboom
2004-08-23Fix license. ok krw@, deraadt@ tedu@ & Milos Urbanek <urbanek at zoom-int.cz>Marco Peereboom
2004-08-16crank wi_cmd_count to 2000 for the time being; should help avoidTodd C. Miller
2004-08-13Fix issue with auto request sense handling for both ahc and ahd.Kenneth R Westerback
2004-08-09remove old arc stuff and add sgi support.Per Fogelstrom
2004-08-08do not reset the chip (and subsequently the phy) when unnecessary; that is,Brad Smith
2004-08-06Easy one! Remove two redundant assignments.Per Fogelstrom
2004-08-06Remove __static inline to make the kernel ~24k smaller on i386 and make the d...Marco Peereboom
2004-08-05remove some separate per driver constants and useBrad Smith
2004-08-05compile before you commit damnitTheo de Raadt
2004-08-05use ETHER_MAX_LEN.Brad Smith
2004-08-05remove some separate per driver constants and useBrad Smith
2004-08-05Remove forgotten debug code which does not compile on alpha.Miod Vallat
2004-08-05allocate a cluster on rx after all possible failures had been checked for; re...Michael Shalayeff
2004-08-04interrupt coalescing on post 82557 chips; from freebsd via Dmitry Bogdan <dsb...Michael Shalayeff
2004-08-04interrupt mitigation bitsMichael Shalayeff
2004-08-02Use some horrible macros to uninline a few functions that are expensiveArtur Grabowski
2004-08-01Fold in relevant bits of the most recent two updates fromKenneth R Westerback
2004-07-31Save a couple of hundred bytes (on i386) by putting the definition ofKenneth R Westerback
2004-07-30Do not negotiate or use non-async transfer rates until probing (i.e.Kenneth R Westerback
2004-07-26Typos in comments.Miod Vallat
2004-07-25Begin conditioning device configuration on revision number. Three typesTodd C. Miller
2004-07-25Fix IBSS merges in atw(4). From NetBSD (dyoung)Todd C. Miller
2004-07-25Improve register definitions and slightly demystify some magicTodd C. Miller
2004-07-25Here is the serial bus format for the RF3000. From NetBSD (dyoung)Todd C. Miller
2004-07-25The RSSI field in the Rx descriptor is the unadulterated contentTodd C. Miller
2004-07-24provide proper ip header alignment (and repair big endian archs again from af...Michael Shalayeff
2004-07-22Spell reserved correctly; ok from copyright holders when in licence blocks.Miod Vallat
2004-07-21remove hppa workarounds; from jkunz@ pr3861Michael Shalayeff
2004-07-19Delete the AP scan timeout in atw_detach. Fixes a panic on detach if theTodd C. Miller
2004-07-18#ifdef SMALL_KERNEL -> #define ISP_STRIPPEDTheo de Raadt
2004-07-15Remove an errant ATW_CLR() that was the result of a merge error.Todd C. Miller
2004-07-15Simplify receive descriptor setup; from NetBSD (dyoung).Todd C. Miller
2004-07-15Insist that callers use atw_write_sram to copy even-length buffersTodd C. Miller
2004-07-15Totally revamp/re-organize device initialization using clue from theTodd C. Miller
2004-07-15Refine some register definitions. From NetBSD (dyoung)Todd C. Miller
2004-07-15Totally revamp device resets using clue from the reference driver.Todd C. Miller
2004-07-15kill sc_intr_ackTodd C. Miller
2004-07-15Take the paranoia out of the code for writing baseband registers.Todd C. Miller
2004-07-15missing bits from last commitTodd C. Miller
2004-07-15Simplify the Rx filter setup. From NetBSD (dyoung)Todd C. Miller
2004-07-15Countdown correctly to the Target Beacon Transmission Time.Todd C. Miller
2004-07-15Simplify IBSS merge code.Todd C. Miller
2004-07-15Re-synchronize TSFT after an IBSS merge.Todd C. Miller
2004-07-15In the transmit interrupt handler, do not unnecessarily synchronizeTodd C. Miller
2004-07-15Delete some dead code and a less-than-helpful comment.Todd C. Miller
2004-07-15Don't send data packets until the interface is in state RUN. ThisTodd C. Miller
2004-07-15Do not treat the lost beacon count specially any more. It is kind ofTodd C. Miller
2004-07-15In ad hoc mode, don't set the mysterious EA bit in the Network AccessTodd C. Miller