public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jeff Garzik <jgarzik@mandrakesoft.com>
To: Hans-Joachim Baader <hjb@pro-linux.de>
Cc: linux-kernel@vger.kernel.org
Subject: Re: test10 won't boot
Date: Thu, 02 Nov 2000 02:07:52 -0500	[thread overview]
Message-ID: <3A0112C8.E7D1117C@mandrakesoft.com> (raw)
In-Reply-To: <20001102070209.DFE7D355386@grumbeer.hjb.de>

[-- Attachment #1: Type: text/plain, Size: 855 bytes --]

Hans-Joachim Baader wrote:
> test10, compiled with gcc 2.95.2, won't boot on one of my machine.
> It stops after the "now booting the kernel" message. Yes, I have
> configured Virtual Terminal and VGA text console.

> 00:00.0 Host bridge: Acer Laboratories Inc. [ALi] M1541 (rev 04)
> 00:01.0 PCI bridge: Acer Laboratories Inc. [ALi] M5243 (rev 04)
> 00:03.0 Bridge: Acer Laboratories Inc. [ALi] M7101 PMU
> 00:07.0 ISA bridge: Acer Laboratories Inc. [ALi] M1533 PCI to ISA Bridge [Aladdin IV] (rev c3)
> 00:0f.0 IDE interface: Acer Laboratories Inc. [ALi] M5229 IDE (rev c1)

Does it boot with the attached patch?

-- 
Jeff Garzik             | "Mind if I drive?"  -Sam
Building 1024           | "Not if you don't mind me clawing at the
MandrakeSoft            |  dash and shrieking like a cheerleader."
                        |                     -Max

[-- Attachment #2: ide.patch --]
[-- Type: text/plain, Size: 611 bytes --]

Index: drivers/ide/ide-pci.c
===================================================================
RCS file: /cvsroot/gkernel/linux_2_4/drivers/ide/ide-pci.c,v
retrieving revision 1.1.1.6
retrieving revision 1.1.1.6.6.1
diff -u -r1.1.1.6 -r1.1.1.6.6.1
--- drivers/ide/ide-pci.c	2000/10/27 07:45:53	1.1.1.6
+++ drivers/ide/ide-pci.c	2000/10/31 22:43:32	1.1.1.6.6.1
@@ -528,10 +528,7 @@
 	autodma = 1;
 #endif
 
-#if 1	/* what do do with this useful tool ??? */
-	if (pci_enable_device(dev))
-		return;
-#endif
+	pci_enable_device(dev);
 
 check_if_enabled:
 	if (pci_read_config_word(dev, PCI_COMMAND, &pcicmd)) {

  reply	other threads:[~2000-11-02  7:08 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-11-02  7:02 test10 won't boot Hans-Joachim Baader
2000-11-02  7:07 ` Jeff Garzik [this message]
2000-11-02  7:54   ` Hans-Joachim Baader
2000-11-02  8:16     ` Craig Schlenter
2000-11-02  8:06 ` Arjan van de Ven
2000-11-02 22:23   ` Hans-Joachim Baader

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3A0112C8.E7D1117C@mandrakesoft.com \
    --to=jgarzik@mandrakesoft.com \
    --cc=hjb@pro-linux.de \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox