created | 2018-11-29T15:40:58Z |
---|---|
begin | 2018-05-21T00:00:00Z |
end | 2018-05-22T00:00:00Z |
path | src/sys |
commits | 9 |
date | 2018-05-21T07:23:14Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/acpi/dwiic_acpi.c | log | diff | annotate |
message |
Pass interrupt description along as well. ok mlarkin@ |
date | 2018-05-21T07:26:39Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/acpi/sdhc_acpi.c | log | diff | annotate |
message |
Put controllers and child devices in D0 by calling _PS0 when we attach the controller. Some BIOSen deliver them to us in D3. Override card detect if ACPI says that the child devices are non-removable. ok mlarkin@ |
date | 2018-05-21T08:01:56Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/acpi/tipmic.c | log | diff | annotate |
message | Implement power management Operation Region support. |
date | 2018-05-21T08:07:43Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/dev/sdmmc/if_bwfm_sdio.c | log | diff | annotate |
message |
Consistently suffix the pre-processed NVRAM binary that the bwfm(4)'s firmware requires on SDIO-connected chips. From ketttenis@ |
date | 2018-05-21T13:06:00Z | |||
---|---|---|---|---|
author | helg | |||
files | src/sys/miscfs/fuse/fuse_vnops.c | log | diff | annotate |
message |
The flush operation is optional so don't return ENOSYS if the FUSE file system doesn't implement it. ok mpi@ |
date | 2018-05-21T13:37:31Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/acpi/ccpmic.c | log | diff | annotate |
src/sys/dev/acpi/files.acpi | log | diff | annotate | |
message |
Add ccpmic(4), a driver for the "Intel" Crystal Cove PMIC. This is actually a ROHM part (BD2613GW) and once more the datasheet is only available under NDA. Disabled for now until bugs in dwiic(4) are fixed. |
date | 2018-05-21T15:00:25Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/acpi/ccpmic.c | log | diff | annotate |
message | Implement GPIO functionality. |
date | 2018-05-21T15:52:22Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/netinet/ip_carp.c | log | diff | annotate |
src/sys/netinet/ip_carp.h | log | diff | annotate | |
src/sys/netinet/ip_icmp.c | log | diff | annotate | |
src/sys/netinet/ip_input.c | log | diff | annotate | |
src/sys/netinet6/icmp6.c | log | diff | annotate | |
src/sys/netinet6/ip6_input.c | log | diff | annotate | |
message |
All places that call carp_lsdrop() use the interface pointer already. It does not make sense to call if_get() again, just pass ifp as parameter. Move the IFT_CARP check into the function instead of doing it everywhere. Replace the inverted match variable logic with simple returns. OK mpi@ friehm@ |
date | 2018-05-21T17:12:16Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/sdmmc/sdmmc_io.c | log | diff | annotate |
message |
Make the way we print "not configured" lines for SDIO devices a bit nicer. ok stsp@ |