summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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
2017-01-20Merge two conditional expressionsMike Belopuhov
2017-01-20sdmmc sd(4) devices should be marked SID_REMOVABLE, so that eject(1) canTheo de Raadt
2017-01-19No need for conditionals around free(9)Mike Belopuhov
2017-01-19Zero a return value variable at the start of hifn_process() to avoidJonathan Gray
2017-01-19Export the host time to the guest, add it as a timedelta sensor in vmmci(4)Reyk Floeter
2017-01-18Don't forget to free bounce buffer data when destroying the ringMike Belopuhov
2017-01-18Fixup typos reported by Adam Jeanguenat <avj at fig ! 6v6 ! org>, thanks!Mike Belopuhov
2017-01-17Add missing malloc(9) return value check in athn_node_alloc().Stefan Sperling
2017-01-16Let it compile with debugging enabledMike Belopuhov
2017-01-16Clean up SCSI operation status and state definesMike Belopuhov
2017-01-16Make sure we're producing a 64-bit value when shifting leftMike Belopuhov
2017-01-14Revert aml_rdpciaddr changes; breaks several machines that were workingMark Kettenis
2017-01-13Add vmmci(4) (VMM control interface), a simple guest-side driver for vmm(4) VMsReyk Floeter
2017-01-13syncReyk Floeter
2017-01-13Add PCI ID for vmm control interfaceReyk Floeter
2017-01-12Execute XenStore watch callbacks on a dedicated task queueMike Belopuhov
2017-01-12Rename ieee80211_mira_node_destroy() to ieee80211_mira_cancel_timeouts().Stefan Sperling
2017-01-12Finish initial 11n support for athn(4).Stefan Sperling
2017-01-11Increase the size of the buffers used for _HID and _CID strings to beJonathan Gray
2017-01-11Use explicit_bzero() to wipe copybuffer when logging out of the console.Frederic Cambus
2017-01-10Introduce pvbus_reboot() and pvbus_shutdown() to move the repeatedReyk Floeter
2017-01-10Hyper-V hosts make 64 bytes of entropy available to guests in the formJonathan Gray
2017-01-10Enable snooping on Braswell. Fixes audio distortion on Acer TravelMateJonathan Gray
2017-01-09Remove unneeded <sys/malloc.h> from Michael W. Bombardieri.Martin Pieuchot
2017-01-08Use a macro for the Tx timeout value.Visa Hankala
2017-01-08Make aml_rdpciaddr() work for for devices behind bridges. The code nowMark Kettenis
2017-01-08Display color depth alongside resolution when attaching inteldrm andFrederic Cambus
2017-01-08Make urtwn(4) use AMRR instead of letting the firmware handle rate scaling.Stefan Sperling
2017-01-07regenMike Larkin
2017-01-07Some newer Intel Xeon E5v4 PCI ids, from Hrvoje PopovskiMike Larkin