[parisc-linux-cvs] DIFF CONFIG_ cleanup

Grant Grundler grundler@puffin.external.hp.com
Thu, 18 Oct 2001 11:04:06 -0600


Matthew Wilcox wrote:
> > +#ifdef CONFIG_SUPERIO
> > +	superio_serial_init();
> >  #endif
...
> I'm not sure about these changes.  Why not let probe_serial_pci() pick
> up the SuperIO card?

This is only for serial devices which aren't PCI.
Serial are superio devices.
We could create fake PCI devices and hope no one tries to access
their config space. But I like that even worse.

grant