summaryrefslogtreecommitdiffstats
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2020-06-09match on Intel 200 Series HD Audio pci idjsg1-1/+2
2020-06-09Make use of vlan and checksum offloads. This involves using the longjmatthew1-19/+58
2020-06-08Provide clear errors when trying to install oversized boot loaderkn1-3/+9
2020-06-08Set up 64-bit mmio windows and enable DMA bypass mode.kettenis1-10/+155
2020-06-08Add bus_dma(9) implementation.kettenis3-7/+666
2020-06-08Improve pmap_extract(9).kettenis1-4/+18
2020-06-08Keep track of the maximem physical memory address.kettenis1-1/+3
2020-06-08More OPAL interfaces.kettenis2-2/+63
2020-06-08More stubs.kettenis1-0/+4
2020-06-08use the 64-bit byte-swapping load/store instructions available startingnaddy1-10/+9
2020-06-08Undo pseudo-driver changes early in ieee80211_ifdetach() to prevent astsp1-1/+9
2020-06-08Use a new EV_OLDAPI flag to match the behavior of poll(2) and select(2).mpi7-15/+87
2020-06-08update drm to linux 5.7jsg2005-147332/+1038659
2020-06-08visa points out we don't use or need the TASK_BARRIER flag anymore.dlg1-2/+1
2020-06-07build on mpi's work toward ix multiq support.dlg2-49/+57
2020-06-07add support for running taskq_barrier from a task inside the taskq.dlg1-62/+131
2020-06-07Skip probing cbus(4/luna88k) and xp(4/luna88k) in RAMDISK kernel, theyaoyama2-3/+9
2020-06-07Implement delay(9).kettenis2-8/+17
2020-06-07regenkettenis2-2/+12
2020-06-07Marvel 88SE9215 and 88SE9235 AHCI.kettenis1-1/+3
2020-06-07Do the approprate address remapping and install bus_space(9) functionskettenis1-6/+140
2020-06-07Add bus_space.c.kettenis1-1/+2
2020-06-07Add bus_space(9) implementation. Tis implementation includes somekettenis3-8/+808
2020-06-07Turn anonymous state enum into preprocessor defines, paves the way foranton1-7/+7
2020-06-07Add powerdown code.kettenis1-1/+27
2020-06-07Add more return codes.kettenis1-1/+18
2020-06-07Add include guardkn1-1/+6
2020-06-07Probe the PCI bus.kettenis6-2/+547
2020-06-07Add functions to read/write from/to PCI config space.kettenis2-10/+18
2020-06-07Add missing file.kettenis1-0/+36
2020-06-07mainbus(4) and cpu(4).kettenis7-38/+430
2020-06-07Allocate a struct, not just a pointer.kettenis1-2/+6
2020-06-07Remap FDT such that we can access it with translations enabled.kettenis1-3/+28
2020-06-07More debug printing such that we can see what is still missing.kettenis2-1/+21
2020-06-07Implement pmap_zero_page() and pmap_copy_page().kettenis2-5/+31
2020-06-07Add a few more devices.kettenis1-0/+43
2020-06-07Enable translation in the trap handlers.kettenis4-14/+25
2020-06-06Fix and harmonize some of the code dealing with address offsets encoded inkettenis1-6/+6
2020-06-06Fix and harmonize some of the code dealing with address offsets encoded inkettenis1-6/+6
2020-06-06Bootstrap a kernel pmap and enable translations.kettenis7-18/+757
2020-06-06Call main().kettenis1-1/+2
2020-06-06Disable translation and external interrupts when making OPAL calls.kettenis1-1/+16
2020-06-06Move PowerBook5,4 audio from aoa(4) to snapper(4).gkoehler2-3/+11
2020-06-06additional device; from Bruno Flueckigerderaadt1-1/+2
2020-06-06Some devices have no phandle since they are not referenced in thepatrick3-3/+39
2020-06-06Adjust sgi bootblocks' iostrategy routinesvisa2-4/+12
2020-06-06Let sgi bootblocks build again.visa1-4/+4
2020-06-06Fix previous commit.visa1-2/+2
2020-06-05Implement cpu_rnd_messybits() as a read of the virtual counter xorednaddy2-12/+12
2020-06-05Allow userland access to the virtual counter.kettenis2-5/+16