summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2020-05-23Clean up the code that implements the OPAL API.Mark Kettenis
2020-05-23Implement kqueue(2) support.Martin Pieuchot
2020-05-23Implement kqfilter matching the corresponding poll routine.Martin Pieuchot
2020-05-23Fix typo in a comment that originated in wpi(4) and has spread elsewhere.Stefan Sperling
2020-05-23remove ifdef'd out tc fb cnattach bitsJonathan Gray
2020-05-23Define PPB_IO_32BIT. Should have been part of the commit to mvkpcie(4)Patrick Wildt
2020-05-23Use a distinct trap code with retguard on mips64.Visa Hankala
2020-05-23remove more cfb and sfb bitsJonathan Gray
2020-05-23remove cfb and sfb alpha tc fb driversJonathan Gray
2020-05-23Prevent km_alloc() from returning garbage if pagelist is empty.jan
2020-05-23Add RB_GOODRANDOM passed from bootloader to kernel in boothowto. IndicatesTheo de Raadt
2020-05-22Improve emulation of bridge config space.Mark Kettenis
2020-05-22Improve resetting PCIe devices by making use of the reset-gpios property,Patrick Wildt
2020-05-22Enable link training just before triggering the actual training.Mark Kettenis
2020-05-22Fill complete trap frame.Mark Kettenis
2020-05-22Panic on unhandled traps (which for now is all of them).Mark Kettenis
2020-05-22Reboot (unconditionally for now).Mark Kettenis
2020-05-22regenPatrick Wildt
2020-05-22Add Atheros QCA986x/988x PCI ID.Patrick Wildt
2020-05-22Add some very simple trap handling.Mark Kettenis
2020-05-22Enable option FFS2 on RAMDISK; ok aoyama@ deraadt@Otto Moerbeek
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-22Enable bwfm(4).Patrick Wildt
2020-05-22Enable mvkpcie(4).Patrick Wildt
2020-05-22Add mvkpcie(4), a driver for the Aardvark PCIe controller found onPatrick Wildt
2020-05-22better wordingDavid Gwynne
2020-05-22white space fixes. no functional change.David Gwynne
2020-05-22mention if_attach_queues().David Gwynne
2020-05-22speeling in comment fix. no functional change.David Gwynne
2020-05-22Copy db_disasm.c from powerpc to powerpc64.gkoehler
2020-05-22Decode the %{ds}(%{A}) operand of ld, std instructions.gkoehler
2020-05-21regenPatrick Wildt
2020-05-21ASMedia ASM1182e PCIe switch.Patrick Wildt
2020-05-21Claim the memory region reserved for the interrupt vectors.Mark Kettenis
2020-05-21Explicitly documents that `vop_kqfilter' isn't missing.Martin Pieuchot
2020-05-21Add missing ICANON check in filt_ptcwrite().Martin Pieuchot
2020-05-21Kill commented out czttypoll() routine.Martin Pieuchot
2020-05-21don't count packets in the carp protocol handling against an interface.David Gwynne
2020-05-21implement a carp_transmit that bypasses the ifq on output.David Gwynne
2020-05-21Make use of checksum offloads. Very little effort required from theJonathan Matthew
2020-05-21Use <dev/clock_subr.h> in dsclock(4).Visa Hankala
2020-05-21Use <dev/clock_subr.h> in dpclock(4).Visa Hankala
2020-05-21Use <dev/clock_subr.h> in dsrtc(4).Visa Hankala