aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* The iw_cxgb and iw_cxgbe drivers should not use a FreeBSD device_t whereNavdeep Parhar2017-01-102-2/+2
* sfxge(4): avoid unnecessary mbuf data prefetchAndrew Rybchenko2017-01-101-0/+14
* Add an ACPI attachment to the existing ahci_generic driver. This is usedAndrew Turner2017-01-101-14/+74
* Add copywrite notices, 2-clause BSD.Sean Bruno2017-01-104-0/+104
* Use the post-reset hook to force the controller to host mode. This willIan Lepore2017-01-101-2/+19
* Migrate e1000 to the IFLIB framework:Sean Bruno2017-01-108-16114/+3085
* cxgbe(4): Attach to the 2x25 debug card. This is for internal use only.Navdeep Parhar2017-01-101-0/+1
* Allow udbp(4) to claim Belkin "Windows Easy Transfer Cable" for Netgraph use.Bruce M Simpson2017-01-101-0/+1
* cxgbe(4): Refresh t4_msg.h, mainly for definitions related to the cryptoNavdeep Parhar2017-01-101-1/+594
* rtwn_pci(4): fix possible race while accessing 'matched_chip' variable.Andriy Voskoboinyk2017-01-101-11/+23
* Add PID for Belkin F5U258 "Windows Easy Transfer Cable", a udbp-like device.Bruce M Simpson2017-01-101-0/+1
* rtwn_usb(4): do not try to modify global static structure.Andriy Voskoboinyk2017-01-091-1/+7
* cxgbe(4): Enable automatic cidx flush for all control queues.Navdeep Parhar2017-01-091-1/+2
* cxgbe(4): The wraparound logic in start_wrq_wr() should not get involvedNavdeep Parhar2017-01-091-1/+1
* [rsu] add support for the "green" rsu NICs.Adrian Chadd2017-01-091-0/+6
* Add sdhci_handle_card_present_locked() that can be called from the interruptIan Lepore2017-01-091-4/+11
* - Add support for Intel Apollo Lake and Bay Trail eMMC controllers.Marius Strobl2017-01-093-8/+37
* In mmcsd_task(), bio_resid was not being set to 0 on a successful readMarius Strobl2017-01-091-0/+2
* hyperv: Add method to read 64bit Hyper-V specific time value.Sepherosa Ziehau2017-01-095-17/+50
* Use the new sdhci_fdt_gpio helper functions to add full support for FDTIan Lepore2017-01-091-24/+21
* Add new helper routines for sdhci bridge drivers that use gpio pins forIan Lepore2017-01-092-0/+325
* Add support for non-removable media, and a quirk to use polling to detectIan Lepore2017-01-092-29/+77
* rtwn_usb(4): fix Rx buffer size calculation.Andriy Voskoboinyk2017-01-084-4/+8
* Convert gpioc to use the make_dev_s(9) KPI. This fix a possible race whereLuiz Otavio O Souza2017-01-081-5/+12
* Convert etherswitch to use the make_dev_s(9) KPI. This fix a possible raceLuiz Otavio O Souza2017-01-081-6/+13
* Now that the PRESENT_STATE register is only used for the inhibit bits loopIan Lepore2017-01-081-5/+2
* mmc: Accept even lower voltage for CherryviewConrad Meyer2017-01-081-1/+1
* Add a new sdhci interface method, get_card_present().Ian Lepore2017-01-083-5/+18
* Only write to *active once, even when GPIO_ACTIVE_LOW is set.Ian Lepore2017-01-071-2/+3
* cxgbe/t4_tom: Fix tid accounting. An offloaded IPv6 connection uses 2Navdeep Parhar2017-01-074-12/+18
* Restore priority value for OGIO_KEYMAPNikolai Lifanov2017-01-071-1/+1
* sfxge(4): allow DMA descs to cross 4k boundary on EF10Andrew Rybchenko2017-01-077-10/+41
* sfxge(4): treat EFX_LINK_UNKOWN as link downAndrew Rybchenko2017-01-071-1/+3
* sfxge(4): use SFXGE_LINK_UP() to report link up stateAndrew Rybchenko2017-01-071-2/+1
* Fix comment in t4_tom. No functional change.Navdeep Parhar2017-01-071-1/+4
* Add new USB device ID.Kevin Lo2017-01-062-0/+2
* Merge ACPICA 20161222.Jung-uk Kim2017-01-052-2/+8
* Improve ports handling in e6000sw driverZbigniew Bodek2017-01-052-80/+286
* [ath_hal] mad, mad hacks to get some semblence of correct HT/40 channels popu...Adrian Chadd2017-01-051-3/+55
* In the same vein as r311350, fix whitespace in handling of XPT_PATH_INQ inRavi Pokala2017-01-0510-38/+38
* Fix whitespace in handling of XPT_PATH_INQ in adw(4).Ravi Pokala2017-01-051-4/+4
* In rtl8188eu, read R92C_HSSI_PARAM2(0)) register to detect whether it needsKevin Lo2017-01-053-8/+3
* Move bogus_page declaration to vm_page.h and initialization to vm_page.c.Gleb Smirnoff2017-01-041-2/+0
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-0447-144/+144
* Fix PMC architecture check to handle later IPAs including SkylakeGeorge V. Neville-Neil2017-01-041-1/+1
* rtwn: fix possible buffer overrun.Andriy Voskoboinyk2017-01-041-1/+1
* cxgbe(4): Update T4, T5 and T6 firmwares to 1.16.26.0. Changelog forNavdeep Parhar2017-01-0310-29280/+29319
* misc minor fixes in mpr(4)Alan Somers2017-01-032-8/+14
* In the netfront_rxq struct, we should use NET_RX_RING_SIZE, notOlivier Houchard2017-01-031-1/+1
* Restore r302384 that was dropped when r303816 updated the driver to 1.6.6.-kSean Bruno2017-01-031-1/+2