summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2017-05-31Add missing function prototype for iwm_rx_bmiss().Stefan Sperling
2017-05-31Implement support for iwm(4) firmware's missed beacon notification.Stefan Sperling
2017-05-31Optimize virtio_enqueue_trim() a bit by nuking unneededKenneth R Westerback
2017-05-31add some details relating to SATA device power managementJonathan Matthew
2017-05-31fix SATA_SStatus_DET_OFFLINE value and add newer SStatus bitsJonathan Matthew
2017-05-31avoid going outside array boundsJonathan Gray
2017-05-31Add support for Ralink RT5360. From Kevin Lo who tested with aJonathan Gray
2017-05-31regenJonathan Gray
2017-05-31Add Ralink RT5360. From Kevin Lo.Jonathan Gray
2017-05-30Use the CD bit (Cursor Disable) in the cursor start register to properlyFrederic Cambus
2017-05-30More minor virtio tweaksStefan Fritsch
2017-05-30Replace nifty DBGPRINT() with a more familiar DPRINTF() and adjustKenneth R Westerback
2017-05-30Improve the new ieee80211_{min,max}_rates() APIs and fix regressions.Stefan Sperling
2017-05-30Remove comments about implementing FIS-based switching with port multipliers,Jonathan Matthew
2017-05-30Remove qvss8x15, vt220l8x8, and vt220l8x10 fonts.Frederic Cambus
2017-05-30Statically allocate resource to requests, and only create requestsKenneth R Westerback
2017-05-30virtio: Put entries in freelist in reverse orderStefan Fritsch
2017-05-30Use ieee80211_{min,max}_basic_rate() in iwn(4).Stefan Sperling
2017-05-30Remove lucida16x29.h and omron12x20 fonts.Frederic Cambus
2017-05-30virtio: Do LIFO in the freelistStefan Fritsch
2017-05-30Remove the unused pcdisplay_mapchar_simple function in pcdisplay(4).Frederic Cambus
2017-05-30Introduce ipv{4,6}_input(), two wrappers around IP queues.Martin Pieuchot
2017-05-30Use memmove() instead of memcpy(), buffers are overlapping.Martin Pieuchot
2017-05-29Add an ioctl to tell storage devices to flush their internal cachesStefan Fritsch
2017-05-29Add hibernate support for nvme(4). This creates a separate IO queue that isJonathan Matthew
2017-05-28Remove a redundant assignment introduced in revision 1.219 but favor theanton
2017-05-28Fix some spurious fatal firmware errors in iwm(4).Stefan Sperling
2017-05-28Remove unused flag IWM_FLAG_STOPPED.Stefan Sperling
2017-05-27nvme: Don't set prp1 for DEL_IOCQStefan Fritsch
2017-05-27remove #ifdef HIBERNATE section that declares stuff that lives in ahci.cJonathan Matthew
2017-05-27nvme: Add suspend/resume codeStefan Fritsch
2017-05-27Add missing comments for CAN and SUB, for consistency.Frederic Cambus
2017-05-27virtio: remove unused vq_maxsegsizeStefan Fritsch
2017-05-27virtio: Remove MINSEG_INDIRECTStefan Fritsch
2017-05-27Move error path to end of function where god intended itKenneth R Westerback
2017-05-26Get rid of the DELAY() hack in the firmware loader for 8000 familyStefan Sperling
2017-05-26virtio: minor tweakStefan Fritsch
2017-05-26vioblk: set VIOBLK_DONE from vioblk_vq_done1Stefan Fritsch
2017-05-26The Linux code really isn't up to the same standard as our other code, andMark Kettenis
2017-05-26Prepare ohci_intr1() for IPL_MPSAFE.Martin Pieuchot
2017-05-26Move vioblk and vioscsi more fully into the world of iopool andKenneth R Westerback
2017-05-25Add a header with EFI/UEFI-related definitions for use by the kernel. ForMark Kettenis
2017-05-25tweak sparc64 membars as a step toward making them usable in userland.David Gwynne
2017-05-21Add support for the SD/MMC controller found on Samsuung Exynos5.Mark Kettenis
2017-05-21Actually wait on auto command done (ACD) as was the intention.Mark Kettenis
2017-05-21Enable radeondrm(4) on loongson to get accelerated graphicsVisa Hankala
2017-05-21Rockchip SoCs needs some additional register twiddling when the link speedMark Kettenis
2017-05-21Add dwmmc(4), a driver for the Synopsis Designware SD/MMC controller as foundMark Kettenis
2017-05-20More SD/MMC controller-related clocks.Mark Kettenis
2017-05-20Accept baud rates up to 2 Mbps as these are supported by CP2104 and laterMark Kettenis