summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename device_delete_all_children() into device_delete_children().hselasky2011-11-2222-22/+22
* s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mentionmarius2011-11-2210-11/+11
* - There's no need to overwrite the default device method with the defaultmarius2011-11-22103-410/+157
* For IP1001 PHY, do not set multi-port device(MASTER). Ideally thisyongari2011-11-221-1/+2
* Announce flow control capability to underlying PHY driver.yongari2011-11-221-4/+11
* Rework link establishment and link state detection logic.yongari2011-11-221-18/+44
* Always start MII auto polling before accessing any MII registers.yongari2011-11-221-0/+2
* Append unit number to the WMI status device name to allow attachingjh2011-11-221-1/+1
OpenPOWER on IntegriCloud