summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2018-08-27Rename struct kd -> kcov_dev. The terse name was initially fine since it wasn'tanton
2018-08-27Enable hireset(4).Mark Kettenis
2018-08-27Add hirest(4), a driver to support reset signal controller blocks onMark Kettenis
2018-08-27Add glue for the USB3 controller on the HiKey 970.Mark Kettenis
2018-08-27ompinmux has been replaced by pinctrlJonathan Gray
2018-08-27switch from ompinmux to pinctrlJonathan Gray
2018-08-27handle 16 bit register width required for omap3/omap4Jonathan Gray
2018-08-27Enable radeondrm(4). Note that on arm64 we do not yet have a way toMark Kettenis
2018-08-27Add an interface that allows drivers to claim a framebuffer and checkMark Kettenis
2018-08-27HiSilicon SoCs pre-divide the clock by a factor 8.Mark Kettenis
2018-08-26Do not add ::1 on non-default lo(4) as intended.Martin Pieuchot
2018-08-26Add pinctrl(4), a generic pin mux driver.Mark Kettenis
2018-08-26Add plgpio(4), a driver for the ARM PrimeCell GPIO (PL061) peripheral.Mark Kettenis
2018-08-26Add support for HiSilicon Hi3660 (Kirin960) and Hi3670 (Kirin970).Mark Kettenis
2018-08-26return -1 from the interrupt handler if we didn't find any work to doJonathan Matthew
2018-08-25Add code to print the characteristics of the caches that can be discoveredMark Kettenis
2018-08-25Add GPT support. Mostly copied from amd64.Mark Kettenis
2018-08-25Add umt(4) for USB Windows Precision Touchpad devicesJoshua Stein
2018-08-25Use __HAVE_ACPI to decide whether ACPI support should be considered.Mark Kettenis
2018-08-25Move HID->bus constant conversion for HID report types out of ihidevJoshua Stein
2018-08-25regenMark Kettenis
2018-08-25Audio as found on an "Oland" Radeon card. Naming is a bit arbitrary, butMark Kettenis
2018-08-25Define __HAVE_ACPI.Mark Kettenis
2018-08-25fix misplaced parenthesis inside an if-clause. already fixed in FreeBSD in revRicardo Mestre
2018-08-25fix misplaced parenthesis inside an if-clause. already fixed in NetBSD in revRicardo Mestre
2018-08-25Fix printing of ioapic remapping messages; avoid printing duplicate info.Mark Kettenis
2018-08-25Change kcov semantics, kernel code coverage tracing is now enabled on a peranton
2018-08-25The current rasops cursor implementation simply inverts the appropriateMark Kettenis
2018-08-25Insert new child nodes at the end.Mark Kettenis
2018-08-25Match ACPI devices based on _CID if no match for _HID is found.Mark Kettenis
2018-08-25As Intel(TM) cpus are discovered to have more bugs, more workaround MSRsTheo de Raadt
2018-08-25Don't treat UnicodeChar == 0 as a keyboard input. The same fix wasYASUOKA Masahiko
2018-08-24Add common Ethernet interface attributes to vio(4)'s build config.Visa Hankala
2018-08-24Remove all knotes from a file descriptor before closing the file inVisa Hankala
2018-08-24Include the list of multicast groups in the rx filter configuration.Jonathan Matthew
2018-08-24- cosmetic tweak to if_pfsync.cAlexandr Nedvedicky
2018-08-24print cpu family/model/stepping in dmesgJonathan Gray
2018-08-24Allocate framebuffer PCI BAR if left uninitialized by firmware.Mark Kettenis
2018-08-24set the rx mask to always accept all vlan tags, making vlan interfacesJonathan Matthew
2018-08-24Don't treat UnicodeChar == 0 as a keyboard input.YASUOKA Masahiko
2018-08-23Set the pointer to the EFI Runtime Services, otherwise we call intoPatrick Wildt
2018-08-23port the amd64 code for loading intel microcode on boot to i386Jonathan Gray
2018-08-23remove hwrm interface code for nvram reads and writes, firmware updates,Jonathan Matthew
2018-08-23rearrange txeof so it processes slots up to the index given in theJonathan Matthew
2018-08-23set interrupt aggregation parameters so we get around 10000 interruptsJonathan Matthew
2018-08-22Initialize bridge registers instead of relying on ppb(4) to do it for us.Mark Kettenis
2018-08-22frag6_slowtimo: push NET_LOCK into frag6_freef around icmp6_error.cheloha
2018-08-22Enable uscom(4) where uslcom(4) is already present.Martin Pieuchot
2018-08-22Work well with the Dynastream ANTUSB-m, from Jan Klemkow.Martin Pieuchot
2018-08-22regenMartin Pieuchot