summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2020-05-21Update comment to reflect current headers.Visa Hankala
2020-05-21Remove sparc64 mutex.S.Visa Hankala
2020-05-21don't limit the output queue (ifq) length to 1 anymore.David Gwynne
2020-05-21back out 1.38. some bits of the stack aren't ready for it yet.David Gwynne
2020-05-20Open up a 4GB memory bus window for mvneta(4) on the MarvellPatrick Wildt
2020-05-20kernel.h: remove global declaration for naptimecheloha
2020-05-20clock_gettime(2): use nanoruntime(9) to get value for CLOCK_UPTIMEcheloha
2020-05-20timecounting: decide whether to advance offset within tc_windup()cheloha
2020-05-20Extend drmkqfilter() to support EVFILT_READ and match drmpoll() behavior.Martin Pieuchot
2020-05-20Use `if_bpf' directly instead of the non-initialized duplicated copy of it.Martin Pieuchot
2020-05-20defer calling !IFXF_MPSAFE driver start routines to the systqDavid Gwynne