Re: CVS commit: src/sys/arch/x86/pci

2019-08-18 Thread Kengo NAKAHARA
Hi, On 2019/08/19 14:25, Kengo NAKAHARA wrote: Module Name:src Committed By: knakahara Date: Mon Aug 19 05:25:38 UTC 2019 Modified Files: src/sys/arch/x86/pci: if_vmx.c Log Message: add vmx(4) basic statistics counters. Sorry, I have forgotten this TODO in r1.40 commit

Re: CVS commit: src/sys/arch/x86/pci

2018-09-10 Thread Joerg Sonnenberger
On Mon, Sep 10, 2018 at 02:49:23AM +, Cherry G. Mathew wrote: > Module Name: src > Committed By: cherry > Date: Mon Sep 10 02:49:23 UTC 2018 > > Modified Files: > src/sys/arch/x86/pci: pci_intr_machdep.c > > Log Message: > In the NIOAPIC case, we do not need to support "legacy"

Re: CVS commit: src/sys/arch/x86/pci

2018-01-25 Thread Paul Goyette
On Thu, 25 Jan 2018, Patrick Welche wrote: Module Name:src Committed By: prlw1 Date: Thu Jan 25 15:01:05 UTC 2018 Modified Files: src/sys/arch/x86/pci: amdzentemp.c Log Message: Unused variable build fix. (now void *aux is unused) To generate a diff of this commit: cv

Re: CVS commit: src/sys/arch/x86/pci

2017-01-10 Thread coypu
> #define VMXNET3_CORE_LOCK_ASSERT(_sc)mutex_owned((_sc)->vmx_mtx) > > #define VMXNET3_RXQ_LOCK_ASSERT(_rxq)\ > mutex_owned((_rxq)->vxrxq_mtx) > #define VMXNET3_TXQ_LOCK_ASSERT(_txq)\ > mutex_owned((_txq)->vxtxq_mtx) These should probably ass

Re: CVS commit: src/sys/arch/x86/pci

2015-08-12 Thread Masanobu SAITOH
On 2015/08/13 13:52, SAITOH Masanobu wrote: Module Name:src Committed By: msaitoh Date: Thu Aug 13 04:52:40 UTC 2015 Modified Files: src/sys/arch/x86/pci: msipic.c Log Message: Add workaround for PCI prefetchable bit in msipic_construct_msix_pic(). Some chips (e.g. Int

Re: CVS commit: src/sys/arch/x86/pci

2014-10-20 Thread Taylor R Campbell
Date: Sat, 18 Oct 2014 17:43:10 +0900 From: Masao Uebayashi On Sat, Oct 18, 2014 at 5:55 AM, Masao Uebayashi wrote: > Fix another indirect circular dependency (agp_* -> (agpbus) -> pchb -> abp_*). > Fixes "no agp*" build. Reported & build-tested by Kurt Schreiner. Correction

Re: CVS commit: src/sys/arch/x86/pci

2014-10-18 Thread Masao Uebayashi
On Sat, Oct 18, 2014 at 5:55 AM, Masao Uebayashi wrote: > Module Name:src > Committed By: uebayasi > Date: Fri Oct 17 20:55:21 UTC 2014 > > Modified Files: > src/sys/arch/x86/pci: files.pci > > Log Message: > Fix another indirect circular dependency (agp_* -> (agpbus) -> pc

Re: CVS commit: src/sys/arch/x86/pci

2014-01-27 Thread Michael
Hello, On Mon, 27 Jan 2014 23:11:50 + "Jonathan A. Kollasch" wrote: > Module Name: src > Committed By: jakllsch > Date: Mon Jan 27 23:11:50 UTC 2014 > > Modified Files: > src/sys/arch/x86/pci: pci_machdep.c > > Log Message: > Stopgap to prevent genfb from stealing console.

Re: CVS commit: src/sys/arch/x86/pci

2013-11-12 Thread SAITOH Masanobu
(2013/11/13 0:40), Christoph Egger wrote: > On 12.11.13 16:38, SAITOH Masanobu wrote: >> (2013/11/13 0:12), Christoph Egger wrote: >>> On 12.11.13 16:08, SAITOH Masanobu wrote: Module Name: src Committed By: msaitoh Date: Tue Nov 12 15:08:01 UTC 2013 >>

Re: CVS commit: src/sys/arch/x86/pci

2013-11-12 Thread Christoph Egger
On 12.11.13 16:38, SAITOH Masanobu wrote: > (2013/11/13 0:12), Christoph Egger wrote: >> On 12.11.13 16:08, SAITOH Masanobu wrote: >>> Module Name:src >>> Committed By: msaitoh >>> Date: Tue Nov 12 15:08:01 UTC 2013 >>> >>> Modified Files: >>> src/sys/arch/x86/pci: a

Re: CVS commit: src/sys/arch/x86/pci

2013-11-12 Thread SAITOH Masanobu
(2013/11/13 0:12), Christoph Egger wrote: > On 12.11.13 16:08, SAITOH Masanobu wrote: >> Module Name: src >> Committed By:msaitoh >> Date:Tue Nov 12 15:08:01 UTC 2013 >> >> Modified Files: >> src/sys/arch/x86/pci: amdtemp.c >> >> Log Message: >> Calcurate the processor

Re: CVS commit: src/sys/arch/x86/pci

2013-11-12 Thread Christoph Egger
On 12.11.13 16:08, SAITOH Masanobu wrote: > Module Name: src > Committed By: msaitoh > Date: Tue Nov 12 15:08:01 UTC 2013 > > Modified Files: > src/sys/arch/x86/pci: amdtemp.c > > Log Message: > Calcurate the processor family correctly. The extended family bits > should be added o