created | 2018-12-30T01:06:29Z |
---|---|
begin | 2018-12-04T00:00:00Z |
end | 2018-12-05T00:00:00Z |
path | src/sys |
commits | 4 |
date | 2018-12-04T10:47:32Z | |||
---|---|---|---|---|
author | jmatthew | |||
files | src/sys/dev/ic/r92creg.h | log | diff | annotate |
src/sys/dev/ic/rtwn.c | log | diff | annotate | |
src/sys/dev/ic/rtwnvar.h | log | diff | annotate | |
src/sys/dev/usb/if_urtwn.c | log | diff | annotate | |
message |
Add support for RTL8192EU adapters, partly taken from netbsd. These show up with a variety of vendor/product ids, but the driver will only match those we've tested so far. help and testing from kevlo@ ok stsp@ kevlo@ |
date | 2018-12-04T11:25:48Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/fdt/ahci_fdt.c | log | diff | annotate |
src/sys/dev/fdt/if_dwge_fdt.c | log | diff | annotate | |
src/sys/dev/fdt/sximmc.c | log | diff | annotate | |
src/sys/dev/fdt/sxitwi.c | log | diff | annotate | |
message |
Unify messaged printed when we can't estiblish an interrupt. Pointed out by Artturi Alm. |
date | 2018-12-04T12:39:54Z | |||
---|---|---|---|---|
author | claudio | |||
files | src/sys/netinet/ip_carp.c | log | diff | annotate |
message |
Use m_align() and while there reorder the pkthdr initalisation a bit. This also makes the IPv4 and IPv6 code more similar. OK phessler@ |
date | 2018-12-04T16:24:13Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/arch/mips64/include/cpu.h | log | diff | annotate |
src/sys/arch/mips64/mips64/cache_octeon.c | log | diff | annotate | |
src/sys/arch/mips64/mips64/cpu.c | log | diff | annotate | |
src/sys/arch/octeon/include/octeon_model.h | log | diff | annotate | |
src/sys/arch/octeon/octeon/machdep.c | log | diff | annotate | |
message | Add processor IDs for several OCTEON II and III SoCs. |