summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* Disable all clocks and put PHY into COMA before entering intoyongari2011-12-072-2/+21
* Consistently use a tab character instead of using either a space oryongari2011-12-072-372/+372
* Protect SIOCSIFMTU ioctl handler with driver lock.yongari2011-12-071-3/+7
* Implement hardware MAC statistics counter. Counters could beyongari2011-12-073-4/+283
* Rework link state tracking and TX/RX MAC configuration.yongari2011-12-072-106/+124
* Remove et_enable_intrs(), et_disable_intrs() functions andyongari2011-12-071-24/+11
* Controller does not require TX start command for every frame. Soyongari2011-12-072-10/+30
* Overhaul bus_dma(9) usage in et(4) and clean up TX/RX path. Thisyongari2011-12-072-615/+579
* Correct some bInterval USB template descriptor values.hselasky2011-12-064-10/+10
* Fix compile warning when using clang to compile the code.hselasky2011-12-061-1/+1
* Catch up with Bryan Venteicher's virtio Hg repo:grehan2011-12-0610-79/+196
* Make et_probe() return BUS_PROBE_DEFAULT such that allow otheryongari2011-12-061-15/+11
* et(4) supports VLAN oversized frame so correctly set header length.yongari2011-12-061-2/+4
* Fix alt(4) support. Also add check for number of available TXyongari2011-12-051-18/+22
* Implement suspend/resume methods. Driver has no issue withyongari2011-12-051-0/+30
* Remove NetBSD license. r199548 removed all bit macros that wereyongari2011-12-051-35/+0
* - In mii_attach(9) just set the driver for a newly added miibus(4) instancemarius2011-12-051-3/+3
* Fix off by one error in mbuf access. Previously it caused panic.yongari2011-12-051-6/+13
* add netmap support for "em", "lem", "igb" and "re".luigi2011-12-054-0/+347
* revise the implementation of the rings connected to the host stackluigi2011-12-051-27/+46
* 1. Fix the handling of link reset while in netmap more.luigi2011-12-058-582/+827
* Modify the GPIO i2c bus code to allow for arbitrary data/clockadrian2011-12-041-14/+22
* Allow the i2c node requirements to be slightly relaxed.adrian2011-12-043-4/+12
* Add quirk for Micron RealSSD eUSB failing on unsupported SCSI commandemaste2011-12-032-0/+5
* Fix a compile warning with clang.hselasky2011-12-031-1/+1
* Fix OF_finddevice error return value in case of FDT.jchandra2011-12-026-9/+11
* Add hw.ahci.force tunable to control whether AHCI drivers should attachmav2011-12-023-3/+31
* Update Westmere uncore event exception list.fabient2011-12-021-0/+8
* Fix checks for error return from urtw_alloc_rx_data_list() andkevlo2011-12-021-2/+2
* Add a constant for the Advisory Non-Fatal Error bit in AER corrected errorjhb2011-11-301-0/+1
* Announce flow control capability to PHY drivers and enable flowyongari2011-11-282-11/+43
* Reuse flag variable to represent driver internal states rather thanyongari2011-11-282-19/+19
* sfxge: Add $FreeBSD$ tags to common code files.philip2011-11-2834-7/+96
* This commit marks the beginning of a new internal USBhselasky2011-11-281-0/+114
* Prevent a division by zero with some broken batteriesdumbbell2011-11-261-0/+8
* Deorbit the broken amd(4) (see PR 124667), which was superseded by esp(4)marius2011-11-252-3124/+0
* To save more power, switch to 10/100Mbps link when controller isyongari2011-11-231-4/+76
* Make sure to stop TX MAC before freeing queued TX frames.yongari2011-11-231-5/+37
* Wrap BCM5785 in #ifdef notyet for now. According to yongari@ there aremarius2011-11-231-0/+2
* - Just use cam_calc_geometry(9) on newer version of FreeBSD rather thanmarius2011-11-234-14/+34
* Use DEVMETHOD_END.marius2011-11-2332-36/+33
* Probe the BCM5785.marius2011-11-231-0/+1
* Sync with NetBSD rev. 1.104marius2011-11-231-1/+14
* fix formatting warning using casts. The numbers involvedluigi2011-11-231-4/+4
* Re-lock the ath lock after ath_reset() has been called.adrian2011-11-231-0/+1
* Remove unused variable mii.kevlo2011-11-231-2/+0
* Flesh out the TX aggregation completion statistics.adrian2011-11-233-5/+16
* Disable accepting frames in re_stop() to put RX MAC into idle state.yongari2011-11-231-3/+15
* Perform media change after setting IFF_DRV_RUNNING flag. Without it,yongari2011-11-221-2/+2
* Writing access to RL_CFG5 register also requires EEPROM writeyongari2011-11-221-5/+6
OpenPOWER on IntegriCloud