* CONFIG_PARPORT_PC_SUPERIO
@ 2006-10-02 9:49 Olaf Hering
2006-10-02 10:20 ` CONFIG_PARPORT_PC_SUPERIO David Woodhouse
0 siblings, 1 reply; 2+ messages in thread
From: Olaf Hering @ 2006-10-02 9:49 UTC (permalink / raw)
To: linux-kernel
Does aynone know if the hardware that is enabled with
CONFIG_PARPORT_PC_SUPERIO is available on PCI devices? The functions
detect_and_report_winbond() and detect_and_report_smsc() poke at random
legacy IO ports. I just wonder if they may also find the hardware if
they come from a PCI device.
If they are i386 only, the config option should probably be i386 (or
whatever) only.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: CONFIG_PARPORT_PC_SUPERIO
2006-10-02 9:49 CONFIG_PARPORT_PC_SUPERIO Olaf Hering
@ 2006-10-02 10:20 ` David Woodhouse
0 siblings, 0 replies; 2+ messages in thread
From: David Woodhouse @ 2006-10-02 10:20 UTC (permalink / raw)
To: Olaf Hering; +Cc: linux-kernel
On Mon, 2006-10-02 at 11:49 +0200, Olaf Hering wrote:
> Does aynone know if the hardware that is enabled with
> CONFIG_PARPORT_PC_SUPERIO is available on PCI devices? The functions
> detect_and_report_winbond() and detect_and_report_smsc() poke at random
> legacy IO ports. I just wonder if they may also find the hardware if
> they come from a PCI device.
> If they are i386 only, the config option should probably be i386 (or
> whatever) only.
They're not i386 only. There's plenty of non-i386 machines with SuperIO
chips in. They're the easiest way to bolt floppy/parallel/IrDA/serial
support onto a board.
But we really shouldn't have individual drivers poking at the magic
configuration addresses to find SuperIO chips. There should be support
for those _separately_ -- and then the parport/irda/serial drivers can
all consult it as appropriate, rather than poking directly at the
hardware.
I did make a start on drivers/pnp/superio once, but didn't get very far
before I got distracted. Start with lssuperio.
--
dwmw2
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-10-02 10:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-02 9:49 CONFIG_PARPORT_PC_SUPERIO Olaf Hering
2006-10-02 10:20 ` CONFIG_PARPORT_PC_SUPERIO David Woodhouse
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox