Re: CVS commit: src/sys/dev/pci

2018-10-31 Thread Masanobu SAITOH
On 2018/11/01 1:11, Jared D. McNeill wrote: Module Name:src Committed By: jmcneill Date: Wed Oct 31 16:11:29 UTC 2018 Modified Files: src/sys/dev/pci: xhci_pci.c Log Message: Add MSI-X support. Some xHCI chips support multi-vector MSI or MSI-X. Each vector can be assi

Re: CVS commit: src/libexec/rpc.rstatd

2018-10-31 Thread Robert Elz
Date:Wed, 31 Oct 2018 20:27:53 +1100 From:matthew green Message-ID: <16475.1540978...@splode.eterna.com.au> | hmmm... feels like KERN_BOOTTIMESPEC should be added instead, | and the compat restored for this old API. | | or should have been 9 years ago :-( ps:

Re: CVS commit: src/libexec/rpc.rstatd

2018-10-31 Thread Robert Elz
Date:Wed, 31 Oct 2018 20:27:53 +1100 From:matthew green Message-ID: <16475.1540978...@splode.eterna.com.au> | hmmm... feels like KERN_BOOTTIMESPEC should be added instead, | and the compat restored for this old API. | | or should have been 9 years ago :-( A c

re: CVS commit: src/libexec/rpc.rstatd

2018-10-31 Thread matthew green
"Robert Elz" writes: > Module Name: src > Committed By: kre > Date: Tue Oct 30 21:18:39 UTC 2018 > > Modified Files: > src/libexec/rpc.rstatd: rstat_proc.c > > Log Message: > sysctl(KERN_BOOTTIME) is a struct timespec, not struct timeval > and has eben since 2009.Adapt. > > NF

re: CVS commit: src/sys/arch/aarch64/aarch64

2018-10-31 Thread matthew green
"Ryo Shimizu" writes: > Module Name: src > Committed By: ryo > Date: Wed Oct 31 06:36:19 UTC 2018 > > Modified Files: > src/sys/arch/aarch64/aarch64: pmap.c > > Log Message: > invalidate icache correctly. > l3pte_executable() should be used for only valid pte. thanks! this makes