summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2020-05-22regenPatrick Wildt
2020-05-22Add Atheros QCA986x/988x PCI ID.Patrick Wildt
2020-05-22Add support for the Marvell Xenon SDHC. This is used on the ArmadaPatrick Wildt
2020-05-22Add pre/post hooks for bus clock changes to sdhc(4). These will bePatrick Wildt
2020-05-22Use the parsed address and interrupt information fromMark Kettenis
2020-05-22Attach mvpinctrl(4) to the Armada 3700's NB as well. As a consequencePatrick Wildt
2020-05-22Always defer attaching the mvneta(4) interfaces. Otherwise thisPatrick Wildt
2020-05-22And add the node to the struct. Sometimes I maybe shouldn't try splitingPatrick Wildt
2020-05-22Actually store the node in the softc. Missed chunk from the previousPatrick Wildt
2020-05-22Some sdhc(4) on FDT use a card-detect GPIO or have a non-removable flag.Patrick Wildt
2020-05-22Add mvkpcie(4), a driver for the Aardvark PCIe controller found onPatrick Wildt
2020-05-21regenPatrick Wildt
2020-05-21ASMedia ASM1182e PCIe switch.Patrick Wildt
2020-05-21Kill commented out czttypoll() routine.Martin Pieuchot
2020-05-21Make use of checksum offloads. Very little effort required from theJonathan Matthew
2020-05-20Open up a 4GB memory bus window for mvneta(4) on the MarvellPatrick Wildt
2020-05-20Extend drmkqfilter() to support EVFILT_READ and match drmpoll() behavior.Martin Pieuchot
2020-05-19We need to double the clock frequency for DDR modes.Mark Kettenis
2020-05-19Don't provide backlight control if the list returned by _BCL is empty.Mark Kettenis
2020-05-19Use static inline instead of inline; fixes ramdisk build.Mark Kettenis
2020-05-19Implement kqueue(2) support.Martin Pieuchot
2020-05-18Offload CCMP (WPA2) encryption and decryption to iwm(4) hardware.Stefan Sperling
2020-05-18During the rekey operation, we feedback 1 word to the lowest level.Theo de Raadt
2020-05-18Turn power domain on. Makes OpenBSD boot on the odroid c4.Mark Kettenis
2020-05-18Add some comments.Mark Kettenis
2020-05-18Add amlpwrc(4), a driver for the power domain controller found on variousMark Kettenis
2020-05-17Fix typo in comment.Mark Kettenis
2020-05-17Add support for the SM1 variant and (probably) fix support for the CPUMark Kettenis
2020-05-17restore VGA fonts on VT switchJonathan Gray
2020-05-17Add function for attaching RTC drivers, to reduce direct useVisa Hankala
2020-05-17Prevent kcov from collecting coverage after the kernel has panicked.anton
2020-05-17fix typo in a commentJonathan Gray
2020-05-16entropy_add_ptr and entropy_input_rotate are only used insideTheo de Raadt
2020-05-16be more consistant about with using sizeof(object) rather than the constantTheo de Raadt
2020-05-16Fix PHY_CONTEXT commands sent to iwx(4) firmware.Stefan Sperling
2020-05-16Don't attempt to reset the state of the flip-flop associated with theJonathan Gray
2020-05-16Use softintr to call selwakeup() in the mixer code code-pathAlexandre Ratchov
2020-05-16Implement kqueue(2) support.Martin Pieuchot
2020-05-16remove unused debug statementsanton
2020-05-16In preparation for stopping coverage collection once the kernel hasanton
2020-05-15Fix CCMP replay check with 11n Rx aggregation and CCMP hardware offloading.Stefan Sperling
2020-05-15Some newer bwfm(4) chips from Cypress hold their regulatoryPatrick Wildt
2020-05-15Describe the purpose of add_entropy_words() in simpler terms.Theo de Raadt
2020-05-15The description of the enqueue_randomness() input parameter was crazy untrue.Theo de Raadt
2020-05-15Explain enqueue_randomness() better. It is the supply-entropy function,Theo de Raadt
2020-05-15The long explanation for CRC stirring isn't helping. If anythingTheo de Raadt
2020-05-15The main comment block from 1996 has become highly inaccurate andTheo de Raadt
2020-05-15remove unneccessary include filesTheo de Raadt
2020-05-15Fix wrong firmware API documentation comments for iwm(4) and iwx(4).Stefan Sperling
2020-05-15drm/amdgpu: Change VCE booting with firmware loaded by PSPJonathan Gray