summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* - Use ppb_assert_locked() rather than using explicit mtx_assert callattilio2011-11-224-34/+12
* Use the correct lock when calling msleep().adrian2011-11-211-1/+1
* The DC calibration result obtained during initialization can't bebschmidt2011-11-212-1/+29
* Fix some whitespace pollution.adrian2011-11-211-3/+1
* Add new USB IDs to RUN driver.hselasky2011-11-212-0/+4
* Introduce macro stubs in the mutex implementation that will be alwaysattilio2011-11-201-4/+1
* - Add support for Add LOGITECH Webcam C100miwi2011-11-201-2/+3
* Add some (totally untested!) code to correctly set the RF half/quarteradrian2011-11-191-0/+14
* Begin breaking apart the receive setup/stop path in preparation for moreadrian2011-11-191-20/+20
* Initial version of cesa(4) driver for Marvell crypto engine and securityraj2011-11-192-0/+1964
* Simplify the usb_pause_mtx() function by factoring out the generic partshselasky2011-11-191-20/+8
* Move the device_delete_all_children() function from usb_util.chselasky2011-11-1912-102/+21
* sfxge: Remove interrupt self-test codephilip2011-11-192-25/+3
* sfxge: Fix if_baudrate reportsphilip2011-11-191-9/+10
* There's no need export the device interface methods of miibus(4).marius2011-11-182-7/+6
* - Add a hint.miibus.X.phymask hint, allowing do individually exclude PHYmarius2011-11-181-39/+111
* There's no need to read DC_10BTSTAT twice in dcphy_status().marius2011-11-181-6/+5
* - There's no need to ignore the return value of mii_attach(9) when attachingmarius2011-11-181-7/+5
* Partially revert r218788. r218788 removed calling dc_setcfg() foryongari2011-11-182-14/+3
* Make some XHCI command timeouts less strict.hselasky2011-11-181-9/+9
* Import virtio base, PCI front-end, and net/block/balloon drivers.grehan2011-11-1816-0/+7654
* Flesh out some slightly dirty reset/channel change serialisation codeadrian2011-11-183-29/+383
* - be more precise about the unit of measurementeadler2011-11-171-1/+1
* Implement prefetch_read_{many,once}() for sparc64 and fix compilation onmarius2011-11-171-1/+35
* Fix compilation on ILP32.marius2011-11-173-8/+8
* Add preliminary support for RTL8168/8111F PCIe Gigabit ethernet.yongari2011-11-171-1/+3
* Add preliminary support for second generation RTL8105E PCIeyongari2011-11-171-0/+2
* Change the way how "not implemented" AHCI channels handled. Instead ofmav2011-11-171-5/+6
* - be more precise about the unit of measurementeadler2011-11-171-1/+1
* Bring in support for netmap, a framework for very efficient packetluigi2011-11-178-0/+4533
* Quirk all of ALCOR's mass storage devices instead ofhselasky2011-11-172-4/+3
* Disable PCIe ASPM (Active State Power Management) for allyongari2011-11-161-1/+21
* Add missing driver lock in SIOCSIFCAP handler.yongari2011-11-161-1/+3
* Add preliminary support for RTL8411 PCIe Gigabit ethernet withyongari2011-11-161-0/+2
* Add preliminary support for RTL8402 PCIe FastEthernet withyongari2011-11-161-0/+2
* Enable 64bit DMA addressing support for all msk(4) controllers.yongari2011-11-162-67/+177
* The sys/sysctl.h header is needed when MFI_DEBUG is defined.kib2011-11-161-0/+1
* Add the sfxge(4) device driver, providing support for 10Gb Ethernet adaptersphilip2011-11-1645-0/+38269
* Add single-message MSI support to mfi(4). It is disabled by default butjhb2011-11-165-10/+28
* Was chasing down a failure to load f/w on a 2400. It turns out that the cardmjacob2011-11-162-11/+58
* The maximum TSO frame size should be:bz2011-11-161-1/+1
* Some brands of XHCI controllers needs more time to reset.hselasky2011-11-151-3/+3
* As it turns out, r186347 actually is insufficient to avoid the use of themarius2011-11-151-1/+1
* - add support for Titan VScom PCIex-800Headler2011-11-151-0/+12
* - add support for Broadcom 802.11bg/EDGE/GPRS CardBus (Serial)eadler2011-11-151-1/+2
* Overhaul bus_dma(9) usage in driver:yongari2011-11-142-403/+604
* Export sysctl node for various interrupt moderation parameters andyongari2011-11-141-14/+62
* It's bad idea to allocate large memory, 4KB, from stack.yongari2011-11-142-29/+35
* Remove a few bits of FreeBSD 2.x compatibility code.rmh2011-11-141-4/+0
* Disable writing to the extension CYCPWR1 register.adrian2011-11-122-11/+0
OpenPOWER on IntegriCloud