summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for 64bit addressing to AHCI and Marvell controllers.sos2007-04-065-15/+28
* Use strcasecmp() from libkern.pjd2007-04-061-4/+4
* If we've encountered unrecognized chipset don't access hardwareyongari2007-04-061-2/+2
* Add PCI IDs for the HP RMP3 serial port. This is often used asmarcel2007-04-051-0/+1
* Replace custom file descriptor array sleep lock constructed using a mutexrwatson2007-04-041-2/+2
* Make DMA tags per-queue to facilate parallel mappingskmacy2007-04-042-61/+110
* - Fix a bug in the TSO transmit routine where frames which hadgallatin2007-04-031-1/+3
* Since the driver uses mutexes, remove splusb() and splx().kevlo2007-04-031-5/+0
* Don't use a time-limiting loop that's defined in terms of the baudratemarcel2007-04-031-13/+7
* Don't expose the uart_ops structure directly, but instead havemarcel2007-04-0215-63/+165
* Enable MSI support on RELENG_6.jkim2007-04-021-3/+3
* Revert busy refcount back to int. As a side note, multiple openariff2007-04-021-1/+1
* Disable seq_modevent(). The implementation is incomplete, and causingariff2007-04-021-0/+4
* Use our own timer for watchdog instead of if_watchdog/if_timeryongari2007-04-022-8/+24
* No need to track every closing instance, and put busy counter to restariff2007-04-021-4/+4
* Freeze the simq, not the devq, if we run out of command slots. This fixesscottl2007-04-021-5/+4
* Provide hint / tunable for possible asynchronous USB execution. Asyncariff2007-04-021-3/+32
* - Don't wakeup() unnecessarily, so the behavior of dead interrupt orariff2007-04-021-8/+15
* Temporarily desupport simultaneous target and initiator mode.mjacob2007-04-026-18/+38
* Handle errors from bus_setup_intr().netchild2007-04-011-2/+4
* Tell a statistic checker that not checking the return value of the probingnetchild2007-04-011-1/+1
* Make it obvious that we don't care about the return value ofnetchild2007-04-011-1/+1
* Optimize sx locks to use simple atomic operations for the common cases ofjhb2007-03-314-0/+4
* Add constants for the fields in a BAR. Also, add two new macrosjhb2007-03-313-39/+45
* Fix compilation problem (add a const) for pre-7.0 compiles.mjacob2007-03-311-1/+1
* - Add missing constants for subclasses.jhb2007-03-314-11/+37
* Tell interested readers of the source that the return value is notnetchild2007-03-311-1/+5
OpenPOWER on IntegriCloud