In article <[EMAIL PROTECTED]>,
Craig Schlenter <[EMAIL PROTECTED]> wrote:
>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);
>>
>> I worried that this would break ix86 platforms.
>
>Just a data point for people on linuxkernel who won't have seen my
>correspondence with you about this:
>
>Making it a #if 0 makes test10pre4 boot for me. Otherwise my
>machine hangs during boot. Test9 boots ok. ALI153X chipset on
>a PII 350 ...
Could you please do two tests (you can do these at the same time, and in
fact it might be easier, if #2 causes your machine to boot up):
- Please enable debugging in PCI (both in drivers/pci/pci.c and in
arch/i386/kernel/pci-i386.h), and post a full printout.
- leave the "pci_enable_device()" line intact, but do not do a "return"
on failure (so if pci_enable_device() fails for some reason, we still
do the rest of the setup).
Thanks,
Linus
-
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/