summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2009-01-28Add support for next generation megaraid sas raid controllers.Marco Peereboom
2009-01-28If the rom contains a monitor table, look for an entry matching ourMiod Vallat
2009-01-27make drivers tell the mclgeti allocator what their maximum ring size isDavid Gwynne
2009-01-26I changed the IEEE80211_QOS_ACK_POLICY_* definitions to be more in lineDamien Bergamini
2009-01-26Add some initial HT bits (not enabled yet) based on 802.11n Draft 7.01:Damien Bergamini
2009-01-21Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs).Alexander Yurchenko
2009-01-18Put ccb back on free list if we bail out because we can't map theKenneth R Westerback
2009-01-18Don't lose ccb's if there are problems allocating the structures neededKenneth R Westerback
2009-01-15const void foo() makes no sense. No binary change.Alexander Yurchenko
2009-01-11Actual final round of timeout_add(to, n * hz) -> timeout_add_sec(to, n)Bret Lambert
2009-01-07declare bwi_modtype enum before it is used in function prototypes.Jonathan Gray
2009-01-07Don't attempt to use gcc __builtin_abs, abs is not usedJonathan Gray
2009-01-06- fix reading from E-FUSE ROM (some RT3070 adapters have an E-FUSE ROMDamien Bergamini
2009-01-05- do TX radiotap later in run_tx() such that the duration field isDamien Bergamini
2008-12-29properly update RT2860_TX_RTS_CFGDamien Bergamini
2008-12-29move the 802.11 header out of the TXWI structure.Damien Bergamini
2008-12-22I swapped MGETHDR arguments in my m_defrag removal commit.Damien Bergamini
2008-12-21Undo m_defrag().Damien Bergamini
2008-12-15in rt2860_rx_intr(), rely on RT2860_FS_DRX_IDX instead of the RX_DMA DDONEDamien Bergamini
2008-12-14Switch gem(4) over to using MCLGETI when allocating mbufs for the rx ring.Mark Kettenis
2008-12-14Disable TX_DMA writing back DDONE into TXD.Damien Bergamini
2008-12-14- properly handle RT2860_TX_RX_COHERENT interrupts.Damien Bergamini
2008-12-13use the hardware general-purpose timer interrupt instead of timeout(9).Damien Bergamini
2008-12-13clear the WCID, pairwise keys, shared keys, IV/EIV tables in NIC memoryDamien Bergamini
2008-12-12fix a bug that slipped through my last commit.Damien Bergamini
2008-12-12- fix HW crypto using group keys (this should fix the "ExtIV bit not set"Damien Bergamini
2008-12-10Replace m_free() with m_freem() in foo_start() to ensure that upon errorBrad Smith
2008-11-30Add initial 8168D/8111D support.Brad Smith
2008-11-29Iain Hibbert (plunky@netbsd) removed clauses 3 and 4 from hisRay Lai
2008-11-28Eliminate the redundant bits of code for MTU and multicast handlingBrad Smith
2008-11-26Stop maintaining internal queues of received scsi_xfer structures.Kenneth R Westerback
2008-11-26Use m_defrag instead of collapsing mbufs ourselves.Mark Kettenis
2008-11-26dont have bpf.h expose the kernel ticks variable wherever it is includeing.David Gwynne
2008-11-26Stop maintaining internal queues of received scsi_xfer structures.Kenneth R Westerback
2008-11-26Stop maintaining internal queues of received scsi_xfer structures.Kenneth R Westerback
2008-11-26Use bus_dmamap_load_mbuf instead of loading mbuf fragments ourselves, andMark Kettenis
2008-11-25use shiny new m_defrag() and nitems() instead of rolling our own.Damien Bergamini
2008-11-25dontqueue is set but never used. garbage collect it.Kenneth R Westerback
2008-11-24die die dieTheo de Raadt
2008-11-24Return NO_CCB instead of TRY_AGAIN_LATER when ccb's run out.Kenneth R Westerback
2008-11-23pccom can finally die; ok kettenis dlg drahn, tested by okanTheo de Raadt
2008-11-23enable bioMarco Peereboom
2008-11-23sizeofa -> nitemsDavid Gwynne
2008-11-23sizeofa is now nitems in param.h, so dont declare my own in mpi.c it wasDavid Gwynne
2008-11-23Don't use ifp->if_xname if you can use the sc_dev.dv_xname instead.Claudio Jeker
2008-11-19Make sure to check that the TX queue is empty before clearing theBrad Smith
2008-11-19Do not reset TX threshold value whenever xl_init() is called. InsteadBrad Smith
2008-11-18Remove dup proto from <alexey.suslikov@gmail.com>Marco Peereboom
2008-11-17Sprinkle a few more tabs.Brad Smith
2008-11-17NETBSD -> OPENBSD in #endif comment.Kenneth R Westerback