From: Steven Cole <elenstev@mesatop.com>
To: Tom Diehl <tdiehl@pil.net>, Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: <linux-kernel@vger.kernel.org>
Subject: Re: 2.4.6-ac1 will not build, 2.4.6 ok
Date: Fri, 6 Jul 2001 19:00:51 -0600 [thread overview]
Message-ID: <01070619005100.01166@localhost.localdomain> (raw)
In-Reply-To: <Pine.LNX.4.33.0107061825280.13734-100000@localhost.localdomain>
In-Reply-To: <Pine.LNX.4.33.0107061825280.13734-100000@localhost.localdomain>
On Friday 06 July 2001 16:35, Tom Diehl wrote:
> Hi all,
> This is my first bug report so please go easy on me if I screw it up.
> The kernel 2.4.6-ac1
> The build machine AMD k6-2-350 with 128Megs of memory
> I get the following errors when I try to build ac1. It builds ok when
> just building 2.4.6 with the same config file run through make old_config,
> so I guess this is some kind of problem with ac1.
I posted a patch for this a few hours after 2.4.6-ac1 became available, but
there have been problems with lkml archive servers in the interim, so here
is my patch again. If you look in drivers/parport/parport_pc.c, you'll see that
the new code is bracketed by:
#if defined (CONFIG_PNPBIOS) || defined (CONFIG_PNPBIOS_MODULE)
new stuff for 2.4.6-ac1
#endif
Steven
--- linux-2.4.6-ac1/drivers/parport/parport_pc.c.original Wed Jul 4 15:22:28 2001
+++ linux/drivers/parport/parport_pc.c Wed Jul 4 15:26:03 2001
@@ -2828,12 +2828,14 @@
detect_and_report_smsc ();
#endif
+#if defined (CONFIG_PNPBIOS) || defined (CONFIG_PNPBIOS_MODULE)
dev=NULL;
while ((dev=pnpbios_find_device("PNP0400",dev)))
count+=init_pnp040x(dev);
dev=NULL;
while ((dev=pnpbios_find_device("PNP0401",dev)))
count+=init_pnp040x(dev);
+#endif
/* Onboard SuperIO chipsets that show themselves on the PCI bus. */
count += parport_pc_init_superio (autoirq, autodma);
next prev parent reply other threads:[~2001-07-07 1:09 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-06-26 14:06 AMD thunderbird oops Alex Deucher
2001-06-26 15:07 ` Alan Cox
2001-06-26 15:26 ` Alex Deucher
2001-06-26 15:33 ` Alan Cox
2001-06-26 15:52 ` Dave Jones
2001-07-06 22:35 ` 2.4.6-ac1 will not build, 2.4.6 ok Tom Diehl
2001-07-07 1:00 ` Steven Cole [this message]
2001-06-28 12:55 ` AMD thunderbird oops Pierre Etchemaite
2001-06-28 19:57 ` Tim Moore
2001-07-01 11:06 ` Pierre Etchemaite
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=01070619005100.01166@localhost.localdomain \
--to=elenstev@mesatop.com \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=linux-kernel@vger.kernel.org \
--cc=tdiehl@pil.net \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.