aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix key delay and repeat, part 2.Bruce Evans2016-08-241-13/+27
* hyperv/ic: Redefine IC version negotiate message.Sepherosa Ziehau2016-08-246-30/+145
* hyperv/hn: Log a warning for RESET_CMPLT.Sepherosa Ziehau2016-08-241-13/+17
* Bring datasheet URL up to date.Kevin Lo2016-08-241-1/+1
* hyperv/hn: Remove the redundant rid setting for RNDIS HALT.Sepherosa Ziehau2016-08-241-7/+0
* net/rndis: Add canonical RNDIS major/minor version as of today.Sepherosa Ziehau2016-08-241-1/+1
* Fix key delay and repeat, part 1.Bruce Evans2016-08-231-11/+8
* bhndb(4): Fix unsigned integer underflow in dynamic register windowLandon J. Fuller2016-08-231-2/+3
* intpm: add support for SB800Andriy Gapon2016-08-231-9/+103
* net: Split RNDIS protocol structs/macros out of dev/usb/net/if_urndisreg.hSepherosa Ziehau2016-08-232-271/+34
* Don't separate the status stage of the XHCI USB control transfers intoHans Petter Selasky2016-08-221-0/+4
* Further fixes for translation of PrintScreen/SysRq.Bruce Evans2016-08-221-5/+31
* ioat(4): Allow callouts to be scheduled after hw resetConrad Meyer2016-08-221-0/+8
* ioat(4): Don't process events past queue headConrad Meyer2016-08-221-19/+8
* Increase the maximum RX/TX queue size. This allows for a RX/TX queueHans Petter Selasky2016-08-221-2/+2
* Fix for invalid use of bits in input context. Basically splitHans Petter Selasky2016-08-221-6/+8
* hyperv/hn: Factor out function to simplify NVS request sendingSepherosa Ziehau2016-08-221-8/+12
* hyperv/hn: Factor out function to execute NVS transactions.Sepherosa Ziehau2016-08-223-68/+55
* hyperv/hn: Get rid of netvsc_devSepherosa Ziehau2016-08-224-117/+31
* hyperv/hn: Move chimney sending buffer to hn_softcSepherosa Ziehau2016-08-225-161/+147
* Add a missing change in r304575.Pyun YongHyeon2016-08-221-1/+2
* Add Killer E2400 Gigabit Ethernet support.Pyun YongHyeon2016-08-223-5/+19
* Correct DMA channel number selection on AR816x family ofPyun YongHyeon2016-08-221-7/+11
* Make the UKBD USB transfers double buffered and set them up one by one,Hans Petter Selasky2016-08-211-8/+39
* Fix translation of the PrintScreen/SysRq and Pause/Break keys. AlmostBruce Evans2016-08-211-17/+8
* JMicron JMB361 has only a single SATA portAndriy Gapon2016-08-201-1/+1
* Remove the ie(4) driver for Intel 82586 ISA Ethernet adapters.John Baldwin2016-08-206-2893/+0
* ixlv(4): Fix ixlv(4) not loading when loaded as a kernel module and netmap is...Eric Joyner2016-08-201-0/+4
* Remove the wl(4) driver and wlconfig(8) utility.John Baldwin2016-08-193-3019/+0
* Remove the wds(4) driver for the WD700 ISA SCSI HBA.John Baldwin2016-08-191-1437/+0
* Remove the si(4) driver and sicontrol(8) for Specialix serial cards.John Baldwin2016-08-199-6681/+0
* Remove the scd(4) driver for Sony CDU31/33 CD-ROM drives.John Baldwin2016-08-194-1810/+0
* Reorder sysctls so that nodes shared with the VF driver are added first.John Baldwin2016-08-191-26/+26
* Adjust t4_port_init() to work with VF devices.John Baldwin2016-08-191-17/+20
* Add structures for VF-specific adapter parameters.John Baldwin2016-08-191-2/+42
* INTRNG: Rework handling with resources. Partially revert r301453.Michal Meloun2016-08-1911-95/+14
* Host controller is byte oriented. Fix wrong assumption on big-endianPyun YongHyeon2016-08-191-8/+2
* hyperv/hn: Move RXBUF to hn_softcSepherosa Ziehau2016-08-193-62/+68
* hyperv/hn: Remove the useless num_channelSepherosa Ziehau2016-08-194-34/+29
* hyperv/hn: Remove assign-only struct fieldSepherosa Ziehau2016-08-192-6/+0
* hyperv/hn: Move NVS version to softcSepherosa Ziehau2016-08-194-12/+15
* Fix build on big-endian systems.Pyun YongHyeon2016-08-191-6/+7
* vt: fix old keyboard release in CONS_SETKBDEd Maste2016-08-181-0/+1
* When device is detached make sure to stop the controller and makePyun YongHyeon2016-08-181-0/+18
* In axge_stop(), clear medium receive enable bit which will stop RXPyun YongHyeon2016-08-181-0/+5
* When usbd_transfer_setup() fails, don't callPyun YongHyeon2016-08-181-1/+2
* Introduce axge_rxfilter() which configures RX filtering and replacePyun YongHyeon2016-08-182-84/+101
* hyperv/kvp: Remove unnecessary function parameter.Sepherosa Ziehau2016-08-181-4/+3
* hyperv/hn: Get rid of the useless netvsc_packetSepherosa Ziehau2016-08-186-58/+33
* hyperv/hn: Constify RNDIS messages on RX path.Sepherosa Ziehau2016-08-181-9/+10