created | 2019-06-08T11:18:09Z |
---|---|
begin | 2019-06-07T00:00:00Z |
end | 2019-06-08T00:00:00Z |
path | src/sys |
commits | 7 |
date | 2019-06-07T04:03:04Z | |||
---|---|---|---|---|
author | jmatthew | |||
files | src/sys/arch/arm64/conf/GENERIC | log | diff | annotate |
src/sys/arch/arm64/conf/RAMDISK | log | diff | annotate | |
message |
enable mcx(4) on arm64, found in Packet's g2.large.arm servers. tested by and ok patrick@ |
date | 2019-06-07T06:47:41Z | |||
---|---|---|---|---|
author | dlg | |||
files | src/sys/dev/pci/if_mcx.c | log | diff | annotate |
message |
have mcx_process_rx return the number of slots it made free this is instead of passing a pointer to the counter. while here use byte swapping loads and stores, which is mostly a nop cos i dont think we have an LE arch with swapping memory operations. ok jmatthew@ |
date | 2019-06-07T06:53:15Z | |||
---|---|---|---|---|
author | dlg | |||
files | src/sys/dev/pci/if_mcx.c | log | diff | annotate |
message |
make struct mcx_cq_entry a bit closer to reality this puts the timestamp, rx drops, and hash fields in the right place. ok jmatthew@ |
date | 2019-06-07T15:40:41Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/acpi/acpi.c | log | diff | annotate |
src/sys/dev/acpi/acpivar.h | log | diff | annotate | |
message |
Introduce acpi_getsta() and use it to eliminate some duplicated code. ok patrick@ |
date | 2019-06-07T16:05:55Z | |||
---|---|---|---|---|
author | jcs | |||
files | src/sys/dev/usb/usbdevs | log | diff | annotate |
message | add Keyspan USA-19HS |
date | 2019-06-07T16:06:08Z | |||
---|---|---|---|---|
author | jcs | |||
files | src/sys/dev/usb/usbdevs.h | log | diff | annotate |
src/sys/dev/usb/usbdevs_data.h | log | diff | annotate | |
message | regen |
date | 2019-06-07T16:06:59Z | |||
---|---|---|---|---|
author | jcs | |||
files | src/sys/arch/amd64/conf/GENERIC | log | diff | annotate |
src/sys/dev/usb/files.usb | log | diff | annotate | |
src/sys/dev/usb/ukspan.c | log | diff | annotate | |
message |
add ukspan(4), a driver for the Keyspan USA19HS USB serial adapter written by Cody Cutler |