aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* pci: fix write order when sizing BARsRoger Pau Monné2017-08-011-1/+9
* Add explicit check for PCI bus to r321720.Alexander Motin2017-08-011-1/+4
* Add a driver for the Intersil ISL12xx family of i2c RTC chips.Ian Lepore2017-08-011-0/+354
* hyperv/hn: Add comment about ether_ifattach event subscription.Sepherosa Ziehau2017-08-011-0/+6
* hyperv/hn: Renaming and minor cleanupSepherosa Ziehau2017-08-012-48/+55
* Bugfixes and enhancements...Ian Lepore2017-07-312-49/+102
* No need to call getnanotime() now that the waiting is done by the centralIan Lepore2017-07-311-10/+13
* Fix a logic bug in the split PCI interrupt code that slipped throughScott Long2017-07-312-2/+4
* Restore a few rather important lines of code that got fumbled in r321746.Ian Lepore2017-07-311-0/+4
* Check the clock-halted flag every time the clock is read, not just onceIan Lepore2017-07-311-0/+4
* Add a detach() method.Ian Lepore2017-07-311-2/+11
* Switch from using iic_transfer() to iicdev_readfrom/writeto(), mostly soIan Lepore2017-07-311-49/+41
* Remove some dead statistics related code and a structure field from theHans Petter Selasky2017-07-315-67/+0
* Make sure on-stack buffer is properly aligned.Hans Petter Selasky2017-07-311-1/+1
* Fix broken usage of the mlx4_read_clock() function:Hans Petter Selasky2017-07-313-6/+6
* Remove now-unused variable.Ian Lepore2017-07-311-1/+0
* Use the new clock_schedule() to arrange for clock_settime() to be calledIan Lepore2017-07-312-25/+14
* Don't re-parse PCI IDs in order to set card-specific flags, useScott Long2017-07-311-22/+18
* rtwn_usb: add support for fragmented Rx.Andriy Voskoboinyk2017-07-305-29/+214
* Change from using underbar function names to normal function names forScott Long2017-07-308-135/+57
* zyd: code cleanup + drop unneeded cast.Andriy Voskoboinyk2017-07-301-5/+5
* rtwn: drop unnecessary / wrong conversion.Andriy Voskoboinyk2017-07-301-1/+1
* Fix AM/PM mode handling. The bits to mask off in the hours register changesIan Lepore2017-07-301-8/+22
* Bugfixes and enhancements...Ian Lepore2017-07-302-70/+74
* Properly range check length of parsed information elements in RSU driver.Hans Petter Selasky2017-07-301-8/+16
* Switch from using iic_transfer() to iicdev_readfrom/writeto(), mostly soIan Lepore2017-07-301-51/+28
* Attach ichwd(4) only to ISA bus of the LPC bridge.Alexander Motin2017-07-301-19/+20
* Split the interrupt setup code into two parts: allocation and configuration.Scott Long2017-07-306-17/+69
* Fix building this driver on non-FDT platforms.Ian Lepore2017-07-301-0/+2
* Replace the pcf8563 i2c RTC driver with a new nxprtc driver which handlesIan Lepore2017-07-293-305/+787
* Add inline functions to convert between sbintime_t and decimal time units.Ian Lepore2017-07-291-2/+2
* vtnet: Support jumbo frames without TSO/GSOKristof Provost2017-07-291-1/+1
* cxgbe/iw_cxgbe: Log the end point's history and flags to the traceNavdeep Parhar2017-07-281-0/+2
* Merge ACPICA 20170728.Jung-uk Kim2017-07-281-8/+9
* Fix style bugs in ksyms.c.Mark Johnston2017-07-281-160/+138
* Restrict permissions on /dev/ksyms to 0400.Mark Johnston2017-07-281-1/+1
* Drop IXL RX lock during TCP_LRO, fixes LOR mahem while holding the RXSean Bruno2017-07-271-3/+4
* Deprecate unused int isc_max_txqsets and int isc_max_rxqsets as theySean Bruno2017-07-271-4/+4
* Remove duplicate assignments from r321622.Kenneth D. Merry2017-07-271-2/+0
* Fix probing FC targets with hard addressing turned on.Kenneth D. Merry2017-07-271-21/+35
* uart: add AX99100 chipset supportEd Maste2017-07-271-0/+2
* Fix the port vlan support in e6000 based switches.Luiz Otavio O Souza2017-07-272-92/+85
* - Check the slot type capability, set SDHCI_SLOT_{EMBEDDED,NON_REMOVABLE}Marius Strobl2017-07-264-10/+36
* Correctly use the size of a pointer rather than that of a pointer to aMarius Strobl2017-07-261-2/+2
* Add support for tracking nested calls to iicbus_request/release_bus().Ian Lepore2017-07-262-34/+28
* Add a pair of convenience routines for doing simple "register" read/writesIan Lepore2017-07-262-0/+62
* cxgbe(4): Some updates to the common code.Navdeep Parhar2017-07-264-257/+430
* [iwm] Sync rs (rate-selection) API definitions from Linux iwlwifi.Adrian Chadd2017-07-261-23/+60
* [iwm] Add iwm_mvm_send_lq_cmd() from Linux iwlwifi to if_iwm_util.c.Adrian Chadd2017-07-263-11/+31
* [iwm] Sync statistics API definitions with Linux iwlwifi.Adrian Chadd2017-07-263-67/+84