aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add ability to perform a firmware reset during driver initialization.Josh Paetzel2018-05-012-19/+58
* Retire lmc(4)Ed Maste2018-05-012-5917/+0
* Use M. Warner Losh everywhere on my copyrights.Warner Losh2018-05-016-7/+6
* Optionally panic when cxgbe encounters a fatal errorAndrew Gallatin2018-05-011-0/+4
* cxgbe(4): Destroy the cdev before disabling interrupts in driver detach.Navdeep Parhar2018-05-011-5/+5
* uart_snps: Add early printf supportEmmanuel Vadot2018-05-011-0/+38
* ixgb(4): Add deprecation notice for this old and busted 10GE adapter.Sean Bruno2018-05-011-0/+1
* Improve nvme(4) attach/detach sequences.Alexander Motin2018-04-301-29/+38
* cxgbe(4): Convert ACT_OPEN_RPL to a shared CPL.Navdeep Parhar2018-04-305-6/+33
* Fix use-after-free in nvme_qpair_destroy().Alexander Motin2018-04-301-7/+8
* Set si_drv1 for nvmeXnsY in a new race-free way.Alexander Motin2018-04-301-2/+1
* cxgbe/t4_tom: Use appropriate macros instead of magic math whileNavdeep Parhar2018-04-301-1/+1
* cxgbe(4): Use opaque cookies or tid range-checks to determine theNavdeep Parhar2018-04-307-148/+135
* uinput: Add FreeBSD specific ioctl to set unique identifier of input device.Vladimir Kondratyev2018-04-302-0/+16
* Improve fix in r304629 by allowing configuration of the behaviourHans Petter Selasky2018-04-303-5/+18
* if_smsc: set MII BUSY bit to read/write PHY regsEd Maste2018-04-301-2/+2
* if_smsc: fix reset checkEd Maste2018-04-301-1/+1
* smartpqi(4): Unbreak GCC buildConrad Meyer2018-04-284-24/+0
* Use the correct key address when renegotiating the transmit key.John Baldwin2018-04-271-1/+1
* clk: Put the sysctls under hw.clock instead of clockEmmanuel Vadot2018-04-271-1/+3
* cxgbe(4): Move release_tid to the base NIC driver for future consumers.Navdeep Parhar2018-04-264-27/+26
* cxgbe(4): Break up alloc_tid_tabs and move the atid routines to the baseNavdeep Parhar2018-04-264-72/+146
* martpqi(4):Sean Bruno2018-04-2621-0/+11674
* Fix Issue with adding MUltiCast Addresses. When multicast addresses areDavid C Somayajulu2018-04-251-41/+63
* Upgraded FW Related Files to version 5.4.67David C Somayajulu2018-04-255-148720/+148782
* Make it possible (controlled via sysctl, enabled by default) to markEdward Tomasz Napierala2018-04-253-9/+68
* Add deprecation notice for lmc(4)Ed Maste2018-04-241-0/+1
* uslcom: Both CP2104 and CP2105 can support up to 2Mbps baudrateEmmanuel Vadot2018-04-241-1/+16
* uslcom: Apply style(9) and be consistant with function namesEmmanuel Vadot2018-04-241-55/+54
* [amdsbwd] teach amdsbwd that it has optionsEitan Adler2018-04-241-0/+2
* add a new ACPI suspend debugging knob, debug.acpi.suspend_deep_bounceAndriy Gapon2018-04-241-0/+5
* Migrate to make_dev_s interface to populate /dev/nvmeX entriesWarner Losh2018-04-231-4/+11
* hda(4)Sean Bruno2018-04-232-0/+10
* Add driver for Cadence Quad SPI Flash Controller found onRuslan Bukin2018-04-235-0/+1473
* Remove unused definition bl_dfp; fix build with bktr compiled into kernelThomas Zander2018-04-211-4/+0
* regulator: Check status before disablingEmmanuel Vadot2018-04-201-3/+5
* cxgbe(4): Fix bugs in the handling of COP rules that match on VLAN tag.Navdeep Parhar2018-04-192-2/+2
* Reword comment to remove awkward constructs, including an "it's" thatWarner Losh2018-04-191-4/+3
* Intel drives have an optimal alignment for I/O. While they honor I/OsWarner Losh2018-04-191-3/+17
* Workaround fixed I/O port resources encoded as I/O port ranges in _CRS.John Baldwin2018-04-181-0/+18
* Restore SIOCGI2C functionality to ixgbeAndrew Gallatin2018-04-171-2/+21
* Add PNP info to the PCI attahement of the puc driver.Warner Losh2018-04-171-0/+3
* Add PNP info to the bce driver.Warner Losh2018-04-171-1/+2
* Moved opts-stack.h include before all other includes.Ram Kishore Vegesna2018-04-172-6/+6
* cxgbe(4): Add support for Connection Offload Policy (aka COP).Navdeep Parhar2018-04-1410-104/+605
* Remove support for the Arcnet protocol.Brooks Davis2018-04-134-1293/+0
* i386 4/4G split.Konstantin Belousov2018-04-135-4/+20
* Fix build on 32-bit systems.Brooks Davis2018-04-131-2/+2
* Convert atse(4) driver for Altera Triple-Speed Ethernet MegaCore to useRuslan Bukin2018-04-134-1048/+359
* Add driver for Altera SoftDMA® device.Ruslan Bukin2018-04-133-1/+865