Subject: Re: multi function PCI devices with shared registers
To: Ignatios Souvatzis <ignatios@cs.uni-bonn.de>
From: Rene Hexel <rh@idle.trapdoor.vip.at>
List: tech-kern
Date: 03/03/1999 20:14:20
Ignatios Souvatzis wrote:

> Well... normally you'd do:
> 
> sillycard* at pci? dev ? function ?
> device_a* at sillycard? config foo
> device_b* at sillycard? config bar

  But does this work as desired?  This leads to something like

  sillycard0 at pci0 dev5 function 0
  device_a0 at sillycard0
  sillycard1 at pci0 dev5 function 1
  device_b0 at sillycard1
  ...

  Cheers
      ,
   Rene