created | 2021-01-02T18:37:54Z |
---|---|
begin | 2020-11-15T00:00:00Z |
end | 2020-11-16T00:00:00Z |
path | src/sys |
commits | 10 |
date | 2020-11-15T00:01:41Z | |||
---|---|---|---|---|
author | jmatthew | |||
files | src/sys/dev/usb/usbdevs.h | log | diff | annotate |
message | regen |
date | 2020-11-15T00:01:42Z | |||
---|---|---|---|---|
author | jmatthew | |||
files | src/sys/dev/usb/usbdevs_data.h | log | diff | annotate |
message | regen |
date | 2020-11-15T00:04:05Z | |||
---|---|---|---|---|
author | jmatthew | |||
files | src/sys/dev/usb/if_urtwn.c | log | diff | annotate |
message | match on Edimax EW-7811Un V2, from Morgan Aldridge |
date | 2020-11-15T16:47:12Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/amd64/conf/GENERIC | log | diff | annotate |
src/sys/dev/acpi/files.acpi | log | diff | annotate | |
src/sys/dev/acpi/pchgpio.c | log | diff | annotate | |
message |
Add pchgpio(4), a driver for the GPIO controllers found on modern Intel PCHs. With help from James Hastings. ok deraadt@ |
date | 2020-11-15T17:27:32Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/arch/arm64/dev/agintc.c | log | diff | annotate |
message |
Add support for edge-triggered interrupts to agintc(4). This is mostly based on the ampintc(4) version, which already has support for it. For now only do this for SPIs. SGIs are always edge-triggered and cannot be modified, and PPIs can be both, but let's keep it safe for now. ok kettenis@ |
date | 2020-11-15T17:28:29Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/arch/arm64/arm64/acpi_machdep.c | log | diff | annotate |
message |
Add support for edge-triggered interrupts in acpi_intr_establish(). So far we have always passed level-high, but now we can check the irq flags and pass the device-tree compatible values. This makes my powerbutton not flood the system with interrupts after a single press. ok kettenis@ |
date | 2020-11-15T18:04:10Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/dev/acpi/acpige.c | log | diff | annotate |
src/sys/dev/acpi/files.acpi | log | diff | annotate | |
message |
Add acpige(4), a driver for ACPI generic event devices. This is a rather simple device that simply reacts to interrupts by invoking _EVT with the interrupt number. This is used on the HoneyComb LX2K to implement power button handling. ok kettenis@ |
date | 2020-11-15T18:04:39Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/arch/arm64/conf/GENERIC | log | diff | annotate |
message | Enable acpige(4) |
date | 2020-11-15T23:13:00Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/powerpc64/include/bus.h | log | diff | annotate |
message |
Hardwire bus_space_read_raw_N() and bus_space_write_raw_N() to generic_space_read_N() and generic_space_write_N() as they should not do any byte swapping. |
date | 2020-11-15T23:14:04Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/powerpc64/dev/phb.c | log | diff | annotate |
message | Make sure we perform address translation to all elements of a DMA mapping. |