Re: 2.1.93 won't boot

Martin Mares (mj@atrey.karlin.mff.cuni.cz)
Wed, 8 Apr 1998 13:53:51 +0200


Hi,

> PCI: No PCI bus detected
> PCI: Probing PCI hardware.

Just apply the following patch.

Have a nice fortnight

-- 
Martin `MJ' Mares   <mj@ucw.cz>   http://atrey.karlin.mff.cuni.cz/~mj/
Faculty of Math and Physics, Charles University, Prague, Czech Rep., Earth
"For every complex problem, there's a solution that is simple, neat and wrong."

--- drivers/pci/pci.c.mj Wed Apr 8 13:51:52 1998 +++ drivers/pci/pci.c Wed Apr 8 13:51:58 1998 @@ -299,6 +299,7 @@ if (!pci_present()) { printk("PCI: No PCI bus detected\n"); + return; } printk("PCI: Probing PCI hardware.\n");

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu