summaryrefslogtreecommitdiffstats
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2020-05-25Pass boothowto from the bootloader to the kernel on octeon.visa2-13/+35
2020-05-25Mix board information into the entropy pool.visa1-1/+14
2020-05-25regenpatrick2-4/+16
2020-05-25ThingM blink(1)patrick1-1/+5
2020-05-25change wsdisplay attribute type from long to uint32_tjsg59-448/+452
2020-05-25rename wsdisplay alloc_attr() to pack_attr()jsg36-120/+119
2020-05-25Kill unused cdev_pc_init().mpi4-31/+4
2020-05-25Unfortunately, breaks UDP NFS under volume, when used on the src machine.deraadt1-17/+2
2020-05-25Add support for write operations to diskstrategy().deraadt1-3/+7
2020-05-25The dependencies were insufficient.deraadt1-3/+3
2020-05-23Increase chances of getting a successful PCIe link on the i.MX8MM.patrick1-3/+2
2020-05-23Look at the openbsd,boothowto property and bring the bootarg parsingkettenis1-26/+29
2020-05-23Add a little bit of const-ness.kettenis1-3/+3
2020-05-23Define PTE bits.kettenis2-0/+51
2020-05-23Clean up the code that implements the OPAL API.kettenis3-89/+60
2020-05-23Implement kqueue(2) support.mpi2-3/+127
2020-05-23Implement kqfilter matching the corresponding poll routine.mpi2-2/+15
2020-05-23Fix typo in a comment that originated in wpi(4) and has spread elsewhere.stsp4-8/+8
2020-05-23remove ifdef'd out tc fb cnattach bitsjsg1-85/+1
2020-05-23Define PPB_IO_32BIT. Should have been part of the commit to mvkpcie(4)patrick1-1/+2
2020-05-23Use a distinct trap code with retguard on mips64.visa1-1/+9
2020-05-23remove more cfb and sfb bitsjsg4-163/+2
2020-05-23remove cfb and sfb alpha tc fb driversjsg6-990/+2
2020-05-23Prevent km_alloc() from returning garbage if pagelist is empty.jan1-2/+2
2020-05-23Add RB_GOODRANDOM passed from bootloader to kernel in boothowto. Indicatesderaadt1-17/+18
2020-05-22Improve emulation of bridge config space.kettenis1-42/+13
2020-05-22Improve resetting PCIe devices by making use of the reset-gpios property,patrick1-1/+21
2020-05-22Enable link training just before triggering the actual training.kettenis1-2/+2
2020-05-22Fill complete trap frame.kettenis4-13/+202
2020-05-22Panic on unhandled traps (which for now is all of them).kettenis1-5/+2
2020-05-22Reboot (unconditionally for now).kettenis1-1/+3
2020-05-22regenpatrick2-2/+7
2020-05-22Add Atheros QCA986x/988x PCI ID.patrick1-1/+2
2020-05-22Add some very simple trap handling.kettenis13-36/+436
2020-05-22Enable option FFS2 on RAMDISK; ok aoyama@ deraadt@otto1-1/+2
2020-05-22Add support for the Marvell Xenon SDHC. This is used on the Armadapatrick1-3/+245
2020-05-22Add pre/post hooks for bus clock changes to sdhc(4). These will bepatrick2-2/+10
2020-05-22Use the parsed address and interrupt information fromkettenis6-378/+140
2020-05-22Attach mvpinctrl(4) to the Armada 3700's NB as well. As a consequencepatrick2-27/+38
2020-05-22Always defer attaching the mvneta(4) interfaces. Otherwise thispatrick1-36/+11
2020-05-22And add the node to the struct. Sometimes I maybe shouldn't try splitingpatrick1-1/+2
2020-05-22Actually store the node in the softc. Missed chunk from the previouspatrick1-1/+2
2020-05-22Some sdhc(4) on FDT use a card-detect GPIO or have a non-removable flag.patrick1-1/+23
2020-05-22Enable bwfm(4).patrick2-2/+8
2020-05-22Enable mvkpcie(4).patrick2-2/+6
2020-05-22Add mvkpcie(4), a driver for the Aardvark PCIe controller found onpatrick2-1/+1031
2020-05-22better wordingdlg1-4/+4
2020-05-22white space fixes. no functional change.dlg1-3/+3
2020-05-22mention if_attach_queues().dlg1-10/+28
2020-05-22speeling in comment fix. no functional change.dlg1-3/+3