aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* For IP1001 PHY, do not set multi-port device(MASTER). Ideally thisPyun YongHyeon2011-11-221-1/+2
* Announce flow control capability to underlying PHY driver.Pyun YongHyeon2011-11-221-4/+11
* Rework link establishment and link state detection logic.Pyun YongHyeon2011-11-221-18/+44
* Always start MII auto polling before accessing any MII registers.Pyun YongHyeon2011-11-221-0/+2
* Append unit number to the WMI status device name to allow attachingJaakko Heinonen2011-11-221-1/+1
* - Use ppb_assert_locked() rather than using explicit mtx_assert callAttilio Rao2011-11-224-34/+12
* Use the correct lock when calling msleep().Adrian Chadd2011-11-211-1/+1
* The DC calibration result obtained during initialization can't beBernhard Schmidt2011-11-212-1/+29
* Fix some whitespace pollution.Adrian Chadd2011-11-211-3/+1
* Add new USB IDs to RUN driver.Hans Petter Selasky2011-11-212-0/+4
* Introduce macro stubs in the mutex implementation that will be alwaysAttilio Rao2011-11-201-4/+1
* - Add support for Add LOGITECH Webcam C100Martin Wilke2011-11-201-2/+3
* Add some (totally untested!) code to correctly set the RF half/quarterAdrian Chadd2011-11-191-0/+14
* Begin breaking apart the receive setup/stop path in preparation for moreAdrian Chadd2011-11-191-20/+20
* Initial version of cesa(4) driver for Marvell crypto engine and securityRafal Jaworowski2011-11-192-0/+1964
* Simplify the usb_pause_mtx() function by factoring out the generic partsHans Petter Selasky2011-11-191-20/+8
* Move the device_delete_all_children() function from usb_util.cHans Petter Selasky2011-11-1912-102/+21
* sfxge: Remove interrupt self-test codePhilip Paeps2011-11-192-25/+3
* sfxge: Fix if_baudrate reportsPhilip Paeps2011-11-191-9/+10
* There's no need export the device interface methods of miibus(4).Marius Strobl2011-11-182-7/+6
* - Add a hint.miibus.X.phymask hint, allowing do individually exclude PHYMarius Strobl2011-11-181-39/+111
* There's no need to read DC_10BTSTAT twice in dcphy_status().Marius Strobl2011-11-181-6/+5
* - There's no need to ignore the return value of mii_attach(9) when attachingMarius Strobl2011-11-181-7/+5
* Partially revert r218788. r218788 removed calling dc_setcfg() forPyun YongHyeon2011-11-182-14/+3
* Make some XHCI command timeouts less strict.Hans Petter Selasky2011-11-181-9/+9
* Import virtio base, PCI front-end, and net/block/balloon drivers.Peter Grehan2011-11-1816-0/+7654
* Flesh out some slightly dirty reset/channel change serialisation codeAdrian Chadd2011-11-183-29/+383
* - be more precise about the unit of measurementEitan Adler2011-11-171-1/+1
* Implement prefetch_read_{many,once}() for sparc64 and fix compilation onMarius Strobl2011-11-171-1/+35
* Fix compilation on ILP32.Marius Strobl2011-11-173-8/+8
* Add preliminary support for RTL8168/8111F PCIe Gigabit ethernet.Pyun YongHyeon2011-11-171-1/+3
* Add preliminary support for second generation RTL8105E PCIePyun YongHyeon2011-11-171-0/+2
* Change the way how "not implemented" AHCI channels handled. Instead ofAlexander Motin2011-11-171-5/+6
* - be more precise about the unit of measurementEitan Adler2011-11-171-1/+1
* Bring in support for netmap, a framework for very efficient packetLuigi Rizzo2011-11-178-0/+4533
* Quirk all of ALCOR's mass storage devices instead ofHans Petter Selasky2011-11-172-4/+3
* Disable PCIe ASPM (Active State Power Management) for allPyun YongHyeon2011-11-161-1/+21
* Add missing driver lock in SIOCSIFCAP handler.Pyun YongHyeon2011-11-161-1/+3
* Add preliminary support for RTL8411 PCIe Gigabit ethernet withPyun YongHyeon2011-11-161-0/+2
* Add preliminary support for RTL8402 PCIe FastEthernet withPyun YongHyeon2011-11-161-0/+2
* Enable 64bit DMA addressing support for all msk(4) controllers.Pyun YongHyeon2011-11-162-67/+177
* The sys/sysctl.h header is needed when MFI_DEBUG is defined.Konstantin Belousov2011-11-161-0/+1
* Add the sfxge(4) device driver, providing support for 10Gb Ethernet adaptersPhilip Paeps2011-11-1645-0/+38269
* Add single-message MSI support to mfi(4). It is disabled by default butJohn Baldwin2011-11-165-10/+28
* Was chasing down a failure to load f/w on a 2400. It turns out that the cardMatt Jacob2011-11-162-11/+58
* The maximum TSO frame size should be:Bjoern A. Zeeb2011-11-161-1/+1
* Some brands of XHCI controllers needs more time to reset.Hans Petter Selasky2011-11-151-3/+3
* As it turns out, r186347 actually is insufficient to avoid the use of theMarius Strobl2011-11-151-1/+1
* - add support for Titan VScom PCIex-800HEitan Adler2011-11-151-0/+12
* - add support for Broadcom 802.11bg/EDGE/GPRS CardBus (Serial)Eitan Adler2011-11-151-1/+2