summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
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
2008-11-17Use new isp_library.c rather than isp_inline.h. No functional change.Kenneth R Westerback
2008-11-16Add new style replacement for isp_inline.h.Kenneth R Westerback
2008-11-14Revert the reduction in the delays in the miibus read/write routines,Christian Weisgerber
2008-11-10remove unused variable 'error' from two functions; llvm/clang; ok dlgConstantine A. Murenin
2008-11-09Introduce bpf_mtap_ether(), which for the benefit of bpf listenersChristian Weisgerber
2008-11-08Reduce the delay's a bit in the miibus read/write routines.Brad Smith
2008-11-08Reduce the number of TX descriptors to 512, such a large number is notBrad Smith
2008-11-07Try recollecting RX/TX descriptors if we are going to switch back to TX/RXBrad Smith
2008-11-07Simplify the interface flag handling in the ioctl handler.Brad Smith
2008-11-07Remove storing the Ethernet header in the receve interrupt handler, theBrad Smith
2008-11-07Add more initialisation steps (read reset register; pause; set burst sizeBrad Smith
2008-11-07- According to the Apple GMAC driver, the GEM ASIC specification andBrad Smith
2008-11-03Don't attach bio unless we do RAID.Marco Peereboom
2008-11-02Start updating isp. Just new defines, comments, whitespace, anything thatKenneth R Westerback
2008-11-02Start updating isp. Just new defines, comments, whitespace, anything thatKenneth R Westerback
2008-11-02Start updating isp. Just new defines, comments, whitespace, anything thatKenneth R Westerback
2008-11-01Add sensorsMarco Peereboom
2008-11-01Fix bogus shift.Marco Peereboom
2008-11-01Start updating isp. Just new defines, comments, whitespace, anything thatKenneth R Westerback