On Sun, Oct 22, 2000 at 10:51:52PM -0700, Andre Hedrick wrote:
>
> edit ./drivers/ide/ide-pci.c and enforce the stub at line 516.
>
> pci_enable_device(dev);
Hmm, it was already enabled:
#if 1 /* what do do with this useful tool ??? */
if (pci_enable_device(dev))
return;
#endif
>
> I worried that this would break ix86 platforms.
You mean even long after bootup ?
-Andi
-
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/