summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2019-05-27spelling fixes in comments and one printf; from j sissonJason McIntyre
2019-05-27fix virtio_pci on 32bit archsStefan Fritsch
2019-05-27fix multitouch by properly reading multi-finger data on type4Joshua Stein
2019-05-26Support virtio 1.0 for virtio_pciStefan Fritsch
2019-05-26Rework virtio_negotiate_features()Stefan Fritsch
2019-05-26virtio_pci: Move msix vector config into functionsStefan Fritsch
2019-05-26virtio_pci: Split bus space handlesStefan Fritsch
2019-05-24Configure pins.Mark Kettenis
2019-05-24Remove redundant conditional. Inspecting flags is the correct way toanton
2019-05-24Match radeon_device.c rev 1.2 and return early in amdgpu_device_suspend()Jonathan Gray
2019-05-24implement support for SIOCGIFSFFPAGEJonathan Matthew
2019-05-23drop STUB() calls in paths frequently called when running xorgJonathan Gray
2019-05-23Inline 18 bytes of packet header so we can send vlan tagged packets.Jonathan Matthew
2019-05-23match radeondrm and switch DRM_INFO message with device id/asic name toJonathan Gray
2019-05-23Formatting fixes.Kevin Lo
2019-05-22Cleanup debug macros in wscons. Favor __func__ over spelling out the actualanton
2019-05-22A wscons device may only be opened in read/write mode once. However,anton
2019-05-22Print the bwfm(4)'s ethernet address on attach.Patrick Wildt
2019-05-22If we are SCANning and we want another SCAN, we don't need to purgePatrick Wildt
2019-05-21add amdgpu from linux 4.19.44 for recent AMD Radeon partsJonathan Gray
2019-05-21A problem fixed in wskbd is also present in wsmux. Repeating theanton
2019-05-21Fix NULL check with wrong pointer in xhci_event_xfer_isoc(); CID 1480287Stefan Sperling
2019-05-21Fix free(9) with wrong pointer in sili(4) attach error path; CID 1480295Stefan Sperling
2019-05-19During fuzzing, one or many fuzzing processes are often stuck waiting onanton
2019-05-18Correct free size. Fixes a panic when detaching crypto volumes.Tim van der Molen
2019-05-17Implement mcx_down() and use it to unwind unsuccessful mcx_up() attempts.Jonathan Matthew
2019-05-17For AR9271, use correct clock control register and add a macro to access it.Kevin Lo
2019-05-16Attach two dwiic-pci devices that didn't work before. That problem seemsMike Larkin
2019-05-15unrevert, i missed deraadt's commit with the proper fixTed Unangst
2019-05-15revert previous, since it makes jmc's machine print an extra newline.Ted Unangst
2019-05-15if \n is added in attach, then tpm_init() should skip it.Theo de Raadt
2019-05-15Fix free(9) sizes in softraid(4)jan
2019-05-15remove some use of uninitialized values pointed out by jsg@Jonathan Matthew
2019-05-15Rework tx path to allow using up to 13 segments per packet, so we don'tJonathan Matthew
2019-05-14Fix athn(4) 9280 1T2R devices; broken since my noisefloor calib commitStefan Sperling
2019-05-14Add free(9) sizes to ahc(4)jan
2019-05-14armv7 and arm64 also have ci_idepthJonathan Gray
2019-05-13print a newline for attach. from f holopTed Unangst
2019-05-13enable in_irq() based checkJonathan Gray
2019-05-13add in_irq() in_interrupt() in_task()Jonathan Gray
2019-05-13free(9) sizes.Martin Pieuchot
2019-05-13add idr_is_empty()Jonathan Gray
2019-05-13vmm: add host side pvclockpd
2019-05-12remove unused STUB definitionJonathan Gray
2019-05-12Fix 'ifconfig nwflags; These flags ended up overlapping with other flagsStefan Sperling
2019-05-12Make sure the extended PM register descriptions actually exist beforeMark Kettenis
2019-05-12Add support for mapping ACPI PM registers using the "extended" gasioMark Kettenis
2019-05-11Kill an unused done: label and the associated superfluous "return;"Kenneth R Westerback
2019-05-11implement dma_fence_arrayJonathan Gray
2019-05-11Fix incorrect error message.Lawrence Teo