summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2017-01-31Configure rtwn's ACMHWCTRL register correctly. Bits in this registerStefan Sperling
2017-01-31Fix links to USB audio specs.Jeremie Courreges-Anglas
2017-01-31Issue a pause instruction in the busy-wait loop on SP kernels as wellMike Belopuhov
2017-01-31Update the struct iwm_scan_results_notif to FW Api version 3, and removeStefan Sperling
2017-01-31Clean up code in rtwn(4)/urtwn(4) which handles EDCA parameters:Stefan Sperling
2017-01-30Make urtwn(4) run slot time updates from a USB task.Stefan Sperling
2017-01-30Make rtwn(4) and urtwn(4) tell the hardware about short preamble andStefan Sperling
2017-01-30Fix size passed to free(9)Jeremie Courreges-Anglas
2017-01-30Stop athn(4) 11n hostap from applying HT protection to non-11n clients.Stefan Sperling
2017-01-30Prevent athn(4) from using RTS for non-data frames.Stefan Sperling
2017-01-29In dwctwo(4), fix an off-by-one in frame interval calculation.Stefan Sperling
2017-01-29The iwm_get_active_dwell() and iwm_get_passive_dwell() functions areStefan Sperling
2017-01-29Remove a couple of definitions from if_iwmreg.h which were neverStefan Sperling
2017-01-29In iwm(4), remove old deprecated scan API definitions which have beenStefan Sperling
2017-01-26Fix rtwn(4) IQ calibration code (affects PCI devices only).Stefan Sperling
2017-01-26The only difference between armv7 and arm64 fdt virtio attachments is anJonathan Gray
2017-01-25Move psci(4) and plrtc(4) so arm64 can use them.Jonathan Gray
2017-01-24add support for multiple transmit ifqueues per network interface.David Gwynne
2017-01-24Use header <sys/atomic.h> rather than <machine/atomic.h> in MI code.Visa Hankala
2017-01-23Add bcmdog(4), a watchdog timer for the Raspberry Pi.Mark Kettenis
2017-01-23rework how we address physical disks on the second scsibus.David Gwynne
2017-01-23Only allow change-setting ioctls when FWRITE is set on the descriptor.Theo de Raadt
2017-01-23store the full 64bits of the sense bufers dva.David Gwynne
2017-01-23add the mfii opcode for passthru commandsDavid Gwynne
2017-01-23massage some event related details.David Gwynne
2017-01-23represent the mbox layout with union instead of an array of bytes.David Gwynne
2017-01-23Build firmware for usb devices on arm64.Jonathan Gray
2017-01-22define virtio in conf/filesReyk Floeter
2017-01-22Remove sony8x16 and sony12x24 fonts.Frederic Cambus
2017-01-22move counting if_opackets next to counting if_obytes in if_enqueue.David Gwynne
2017-01-21non-PCI virtio files have been moved to sys/dev/pvReyk Floeter
2017-01-21Switch include of virtio header from dev/pci/ to dev/pv/Reyk Floeter
2017-01-21Switch include of virtio header from dev/pci/to dev/pv/Reyk Floeter
2017-01-21Move vmmci.c to sys/dev/pv/vmmci.cReyk Floeter
2017-01-21Move virtiovar.h to sys/dev/pv/virtiovar.hReyk Floeter
2017-01-21Move virtioreg.h to sys/dev/pv/virtioreg.hReyk Floeter
2017-01-21Move virtio.c to sys/dev/pv/virtio.cReyk Floeter
2017-01-21Move vioscsireg.h to sys/dev/pv/vioscsireg.hReyk Floeter
2017-01-21Move vioscsi.c to sys/dev/pv/vioscsi.cReyk Floeter
2017-01-21Move viornd.c to sys/dev/pv/viornd.cReyk Floeter
2017-01-21Move viomb.c to sys/dev/pv/viomb.cReyk Floeter
2017-01-21Move viocon.c to sys/dev/pv/viocon.cReyk Floeter
2017-01-21Move vioblkreg.h to sys/dev/pv/vioblkreg.hReyk Floeter
2017-01-21Move vioblk.c to sys/dev/pv/vioblk.cReyk Floeter
2017-01-21In iwm(4), cancel mira timeouts in iwm_stop() and iwm_newstate() instead ofStefan Sperling
2017-01-21Move if_vio.c to sys/dev/pv/if_vio.cReyk Floeter
2017-01-21Move virtio config from files.pci to files.pciReyk Floeter
2017-01-21Add support for the Allwinner A64 PIO controller clock.Patrick Wildt
2017-01-21Move Allwinner drivers that will soon be used by OpenBSD/arm64Patrick Wildt
2017-01-21p_comm is the process's command and isn't per thread, so move it fromPhilip Guenther