Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Mar 2016 10:39:30 +0100
From:      Michal Meloun <mmel@FreeBSD.org>
To:        "Bjoern A. Zeeb" <bz@FreeBSD.org>, svn-src-head@freebsd.org
Subject:   Re: svn commit: r297047 - head/sys/conf
Message-ID:  <56F112D2.1000006@FreeBSD.org>
In-Reply-To: <201603182355.u2INtPfi039124@repo.freebsd.org>
References:  <201603182355.u2INtPfi039124@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Dne 19.03.2016 v 0:55 Bjoern A. Zeeb napsal(a):
> Author: bz
> Date: Fri Mar 18 23:55:25 2016
> New Revision: 297047
> URL: https://svnweb.freebsd.org/changeset/base/297047
> 
> Log:
>   Allow pci_host_generic to be compiled into ARM kernels, used, e.g., in
>   simulators.
>   
>   Sponsored by:	DARPA/AFRL
> 
> Modified:
>   head/sys/conf/files.arm
> 
> Modified: head/sys/conf/files.arm
> ==============================================================================
> --- head/sys/conf/files.arm	Fri Mar 18 22:52:11 2016	(r297046)
> +++ head/sys/conf/files.arm	Fri Mar 18 23:55:25 2016	(r297047)
> @@ -103,6 +103,7 @@ dev/hwpmc/hwpmc_arm.c		optional	hwpmc
>  dev/hwpmc/hwpmc_armv7.c		optional	hwpmc armv6
>  dev/iicbus/twsi/twsi.c		optional	twsi
>  dev/ofw/ofw_cpu.c		optional	fdt
> +dev/pci/pci_host_generic.c	optional	pci fdt
>  dev/psci/psci.c			optional	psci
>  dev/psci/psci_arm.S		optional	psci
>  dev/syscons/scgfbrndr.c		optional	sc
> 

This commit broke Tegra and all others boards with PCI(e) interface.
The pci_host_generic.c driver is unconditionally build into all
kernels with PCI and FDT defined. But, for now, we don't support
multiple different pcib in one kernel (all pcib drivers must have same
driver name 'pcib', because pci bus binding).
Please, convert this driver to standard device form (e.g.'device
pci_host_generic').
Michal




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?56F112D2.1000006>