Re: PCI bridge devices questions

2005-04-02 Thread Adam Belay
On Sat, Apr 02, 2005 at 01:04:33PM -0500, Marty Leisner wrote: > I have to write some code to insert a non-standard bridge > (it identifies itself as bridge-other, but it functions > as a pci-pci bridge). > > I'm going to be using 2.4.2x and eventually 2.6.x for intel > and ppc... I'm currently

PCI bridge devices questions

2005-04-02 Thread Marty Leisner
I have to write some code to insert a non-standard bridge (it identifies itself as bridge-other, but it functions as a pci-pci bridge). I'm going to be using 2.4.2x and eventually 2.6.x for intel and ppc... In the pci_dev structure (for 2.4.29) there's (in include/linux/pci.h) 00355 #define

PCI bridge devices questions

2005-04-02 Thread Marty Leisner
I have to write some code to insert a non-standard bridge (it identifies itself as bridge-other, but it functions as a pci-pci bridge). I'm going to be using 2.4.2x and eventually 2.6.x for intel and ppc... In the pci_dev structure (for 2.4.29) there's (in include/linux/pci.h) 00355 #define

Re: PCI bridge devices questions

2005-04-02 Thread Adam Belay
On Sat, Apr 02, 2005 at 01:04:33PM -0500, Marty Leisner wrote: I have to write some code to insert a non-standard bridge (it identifies itself as bridge-other, but it functions as a pci-pci bridge). I'm going to be using 2.4.2x and eventually 2.6.x for intel and ppc... I'm currently