Re: [PATCH] Lanstreamer in kernel support

Alan Cox (alan@lxorguk.ukuu.org.uk)
Tue, 6 Mar 2001 15:15:18 +0000 (GMT)


> Here is a small patch that allows the lanstreamer to be built as an in
> kernel device. This code
> is already in the 2.2.x tree but was dropped somewhere along the way.

You might want to consider getting a working mail client ;)

>
> && olympic_probe(dev)
> +#endif
> +#ifdef CONFIG_IBMLS
> + && streamer_probe(dev)
> #endif

This seems wrong

>
> +static struct pci_device_id
> streamer_pci_tbl[] __initdata = {
> + { PCI_VENDOR_ID_IBM,
> PCI_DEVICE_ID_IBM_TR, PCI_ANY_ID,
> PCI_ANY_ID,},
> + {} /* terminating entry */
> +};
> +MODULE_DEVICE_TABLE(pci,streamer_pc
> i_tbl);
>

This is beliveable but too mangled to use
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/