Re: [RFC][PATCH] PCI bridge driver rewrite (rev 02)

2005-03-07 Thread Kyle Moffett
On Mar 07, 2005, at 19:20, Adam Belay wrote: 6.) Open Firmware * I don't know much about it, but I believe it does do similar things to ACPI. * Hopefully it uses EISA ids, but not really sure. If not, it wouldn't be included. OpenFirmware is very similar to ACPI, except

Re: [RFC][PATCH] PCI bridge driver rewrite (rev 02)

2005-03-07 Thread Jon Smirl
What about a bridge driver for ISA LPC bridges? That would also provide a logical place to hang serial ports, floppy, parallel port, ps2 port, etc. Things in /sys/bus/platform are really attached to the LPC bridge. -- Jon Smirl [EMAIL PROTECTED] - To unsubscribe from this list: send the line "uns

Re: [RFC][PATCH] PCI bridge driver rewrite (rev 02)

2005-03-07 Thread Jesse Barnes
On Monday, March 7, 2005 3:39 pm, Jon Smirl wrote: > How is sys/bus/platform/* going to work for IA64 machine line SGI SVN? > SVN supports multiple simultaneously active legacy spaces, that means > that there can be multiple floppy, serial, ps/2, etc controllers. > Should these devices be hung off

Re: [RFC][PATCH] PCI bridge driver rewrite (rev 02)

2005-03-07 Thread Adam Belay
On Mon, 2005-03-07 at 18:03 -0500, Jon Smirl wrote: > What about a bridge driver for ISA LPC bridges? That would also > provide a logical place to hang serial ports, floppy, parallel port, > ps2 port, etc. Things in /sys/bus/platform are really attached to the > LPC bridge. > I agree that /sys/bu

Re: [RFC][PATCH] PCI bridge driver rewrite (rev 02)

2005-03-07 Thread Adam Belay
On Mon, 2005-03-07 at 15:43 -0800, Jesse Barnes wrote: > On Monday, March 7, 2005 3:39 pm, Jon Smirl wrote: > > How is sys/bus/platform/* going to work for IA64 machine line SGI SVN? > > SVN supports multiple simultaneously active legacy spaces, that means > > that there can be multiple floppy, ser

Re: [RFC][PATCH] PCI bridge driver rewrite (rev 02)

2005-03-07 Thread Jon Smirl
How is sys/bus/platform/* going to work for IA64 machine line SGI SVN? SVN supports multiple simultaneously active legacy spaces, that means that there can be multiple floppy, serial, ps/2, etc controllers. Should these devices be hung off from the bridge they are on? -- Jon Smirl [EMAIL PROTECTE