David Woodhouse wrote:
> 
> [EMAIL PROTECTED] said:
> >  If somebody still has a problem with the in-kernel stuff, speak up.
> 
> I have an i82092AA evaluation board:
> 
> 00:06.0 PCMCIA bridge: Intel Corporation 82092AA_0 (rev 02)
>         Flags: slow devsel, IRQ 27
>         I/O ports at 8400 [size=4]
> 
> I have three problems:
> 
> 1. I have to specify the i365_base parameter when loading i82365,o
> 
> 2. Even when I specify cs_irq=27, it resorts to polling:
> 
>         Intel PCIC probe:
>           Intel i82365sl DF ISA-to-PCMCIA at port 0x8400 ofs 0x00, 2 sockets
>             host opts [0]: none
>             host opts [1]: none
>             ISA irqs (default) = none! polling interval = 1000 ms
>           Intel i82365sl DF ISA-to-PCMCIA at port 0x8400 ofs 0x80, 2 sockets
>             host opts [2]: none
>             host opts [3]: none
>             ISA irqs (default) = none! polling interval = 1000 ms

For these two, it sounds to me like you need to be doing a PCI probe,
and getting the irq and I/O port info from pci_dev.  And calling
pci_enable_device, which may or may not be a showstopper here...

        Jeff


-- 
Jeff Garzik             |
Building 1024           | The chief enemy of creativity is "good" sense
MandrakeSoft            |          -- Picasso
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to