summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
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
2004-07-13Replace _DEV_IC_MPT_NETBSD_H_ with _DEV_IC_MPT_OPENBSD_H_Marco Peereboom
2004-07-12Add detection of IM/IS/IME support in mpt_attach(). This is in preparation t...Marco Peereboom
2004-07-12rearrange config-time printfsTheo de Raadt
2004-07-07Only drain the transmit queue if we are idling the transmit section.Todd C. Miller
2004-07-07After we wait for the MAC's transmit section to idle, drain theTodd C. Miller
2004-07-07Check for ATW_C_BBPTYPE_RFMD in switch statement (not currently supported).Todd C. Miller
2004-07-07The ADM8211C uses a different BBP type-number for RFMD parts thanTodd C. Miller
2004-07-07Fix typo: change ATW_RFTYPE_RFMD and family to ATW_BBPTYPE_RFMD.Todd C. Miller
2004-06-30Force SCSI_POLL for commands issued during probe. Fixes problem with mpt onKenneth R Westerback
2004-06-27stop passing an empty enaddr around since we figure out theBrad Smith
2004-06-24This moves access to wall and uptime variables in MI code,Thorsten Lockert
2004-06-24ultra minor KNFJun-ichiro itojun Hagino
2004-06-23Make AHD_DEBUG compile. ok krw@Marco Peereboom
2004-06-23Missed this in the atw(4) commit.Todd C. Miller
2004-06-22atw(4) driver from NetBSD (dyoung). Based in part on a port byTodd C. Miller
2004-06-22Enable ahd interrupts and reset the channel before scanning the busKenneth R Westerback
2004-06-22Use SIOCSIFGENERIC and SIOCGIFGENERIC for SIOCSWAVELAN and SIOCGWAVELANTodd C. Miller
2004-06-22The Prism device driver's manual makes a distinction in naming ofTodd C. Miller
2004-06-22Remove all static functions. ok krw@Marco Peereboom
2004-06-21First step towards more sane time handling in the kernel -- this changesThorsten Lockert
2004-06-21Fix ahd_[get|set]_transaction_status vs ahd_[get|set]_scsi_status confusion.Kenneth R Westerback
2004-06-20take 2 times less room in dmesg, prettier tooPeter Valchev
2004-06-14Remove unused descriptive name strings. We use the names the devices return.Kenneth R Westerback
2004-06-12Add check for bp->b_bcount in siop_minphys() as other drivers have.Kenneth R Westerback
2004-06-06Multicast cleanupsRyan Thomas McBride
2004-06-05Make multicast ranges work.Ryan Thomas McBride
2004-06-05add multicast supportPeter Valchev
2004-06-05Add defines for RealTek 8139C+/8169/8169S/8110S; from FreeBSDPeter Valchev
2004-06-05another try to re-add itTheo de Raadt
2004-06-05Remove unused file. We use aic7xxxvar.h.Kenneth R Westerback