summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Free cluster if we fail to create the dmamap.kmacy2007-04-201-3/+1
* Eliminate CID 1842 by comparing against (type != EXT_MBUF) => refcnt != NULLkmacy2007-04-201-1/+2
* Fix memory leak in m_collapse (CID 1843)kmacy2007-04-201-4/+7
* Unbreak module / driver attach breakage. Both snd_envy24 and snd_envy24htariff2007-04-202-2/+2
* Up until now, the free SCB pool received only a small initial allocation,scottl2007-04-195-18/+24
* - AC97 quirk / patch cleanups. Most quirks doesn't work in general senseariff2007-04-194-20/+59
* - Fix mbuf/node leakage in drivers' raw_xmit().sephe2007-04-194-14/+39
* Fix witness(4) warnings about mutex use.jkoshy2007-04-193-20/+30
* sndbuf_alloc() now accept dmaflags argument which will be forwarded toariff2007-04-1828-35/+38
* Break ABI / module compatibility for the upcoming sndbuf_alloc() changes.ariff2007-04-181-3/+3
* Revert a driver API change to xpt_alloc_ccb that isn't necessary. Fix ascottl2007-04-182-6/+4
* Don't reinitialize the hardware if only PROMISC flag was changed.yongari2007-04-181-4/+12
* Add support for hw-assisted checksums on 6105M.phk2007-04-172-17/+72
* No need to throw tag+handle around on the stack.phk2007-04-172-18/+7
* Improve the if_vr driver ever so slightly.phk2007-04-172-87/+110
* Basic MPSAFE locking for the AHC and AHD drivers.scottl2007-04-1713-336/+72
* Don't use spinlocks here. The iicbus transactions can take a longimp2007-04-171-3/+3
* s/destory/destroy/ (except for the code in contrib/).pjd2007-04-162-2/+2
* PHYS_TO_VM_PAGE requires explicit vm_page.h include on sparc64kmacy2007-04-151-0/+1
* Use %j and args cast to uintmax_t to print bus_addr_t && length args.mjacob2007-04-151-2/+2
* Add pmap includes needed by i386kmacy2007-04-151-0/+3
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willscottl2007-04-1531-37/+62
* suck in more of busdma to enable more efficient mappingskmacy2007-04-151-58/+164
* Add sysctl for disabling/enabling mbuf chain collapsingkmacy2007-04-152-11/+8
* Implement ZERO_COPY_SOCKETS check in a way that doesn't make LINT unhappykmacy2007-04-151-5/+6
* Add support for mbuf iovec in the TX pathkmacy2007-04-142-40/+87
* add reference count pointer to mbuf ioveckmacy2007-04-142-161/+381
* o Extend the list of supported CDMA-2000 terminals.maxim2007-04-131-2/+2
* restore sense to get_imm_packetkmacy2007-04-121-6/+4
* switch over to per-txq dma tag to facilitate parallelism on TXkmacy2007-04-121-12/+12
* explicitly check TSO flagkmacy2007-04-121-12/+8
* Add ETHER_HDR_LEN to hardware accepted mtukmacy2007-04-121-3/+3
* Fix m_freem_vec() to actually traverse the mbuf chain. This avoidsjhb2007-04-111-0/+1
* Add work around for hardware Tx checksum offload bug in Yukon II.yongari2007-04-111-5/+25
* Let brgphy(4) attach for the Broadcom BCM5755 ASIC based chipsetsmarius2007-04-102-0/+2
* Remove unnecessary suser() check in the sysctl to set up ath_halrwatson2007-04-101-10/+7
* throw sun4v into the check while we're at itkmacy2007-04-091-1/+1
* busdma tags are opaque on all architectures except sparc64kmacy2007-04-091-1/+2
* Add missing parenkmacy2007-04-081-4/+4
* OK, this is not my day, fix the former fix :/sos2007-04-081-2/+1
* Hopefully unbreak the 64bit DMA support this time.sos2007-04-083-11/+9
* remove stale variable referencekmacy2007-04-081-2/+2
* add busdma function for mapping mbuf iovecskmacy2007-04-082-14/+121
* Dont zero out 64BIT flag on DMA ops.sos2007-04-081-2/+3
* Convert driver RX path over to using mbuf ioveckmacy2007-04-084-123/+107
* Add driver private mbuf iovec support routineskmacy2007-04-082-0/+363
* Disable cmi_midiattach(). The implementation is incomplete, and causingariff2007-04-081-1/+2
* Hide bus reset announcements within bootverbose.mjacob2007-04-071-2/+7
* Add 64bit addressing support to SiI 3132/3124sos2007-04-061-0/+2
* Remove debug gunk.sos2007-04-061-1/+0
OpenPOWER on IntegriCloud