Subject: Re: How to enable PCI devices? To: Jochen Kunz <jkunz@unixag-kl.fh-kl.de> From: Martin Husemann <martin@duskware.de> List: tech-kern Date: 03/07/2003 12:57:17
On Fri, Mar 07, 2003 at 12:40:00PM +0100, Jochen Kunz wrote:
> Now the question of the day is: What is the proper way to get the PCI
> devices enabled?
sys/arch/sparc64/dev/pci_machdep.c does it when creating pci bus tags.
Martin