From owner-freebsd-stable Mon Mar 15 14:17:23 1999 Delivered-To: freebsd-stable@freebsd.org Received: from dingo.cdrom.com (dingo.cdrom.com [204.216.28.145]) by hub.freebsd.org (Postfix) with ESMTP id BA5771588A; Mon, 15 Mar 1999 14:17:21 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost.cdrom.com [127.0.0.1]) by dingo.cdrom.com (8.9.3/8.8.8) with ESMTP id OAA00926; Mon, 15 Mar 1999 14:06:34 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Message-Id: <199903152206.OAA00926@dingo.cdrom.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Poul-Henning Kamp Cc: Matthew Dillon , Nicholas Esborn , current@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: Diskless boot stopping at "NFS ROOT:..." In-reply-to: Your message of "Mon, 15 Mar 1999 23:07:49 +0100." <22920.921535669@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 15 Mar 1999 14:06:34 -0800 From: Mike Smith Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > In message <199903152134.NAA02842@apollo.backplane.com>, Matthew Dillon writes: > > Shouldn't this be detected by PCI-id rather than by brute force probing ? Since these are ISA chipsets, no. They're not (all) PnP devices either, unfortunately. > > >:> I had a very weird problem with the new parallel port device that caused > > > > Try this patch. This is what I had to do to make my machines work > > without crashing. > > > > If this solves your problem, I would really appreciate it if the > > people developing the new parallel port stuff would look into it > > further and perhaps make these probes optional rather then the > > default. This could become a disaster if it remains a problem through > > on the next release. > > > > -Matt > > Matthew Dillon > > > > > > > >Index: i386/isa/ppc.c > >=================================================================== > >RCS file: /home/ncvs/src/sys/i386/isa/ppc.c,v > >retrieving revision 1.20 > >diff -u -r1.20 ppc.c > >--- ppc.c 1999/02/14 22:02:47 1.20 > >+++ ppc.c 1999/03/15 21:32:40 > >@@ -1066,9 +1066,11 @@ > > > > /* list of supported chipsets */ > > int (*chipset_detect[])(struct ppc_data *, int) = { > >+#if 0 > > ppc_pc873xx_detect, > > ppc_smc37c66xgt_detect, > > ppc_w83877f_detect, > >+#endif > > ppc_generic_detect, > > NULL > > }; > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe freebsd-current" in the body of the message > > > > -- > Poul-Henning Kamp FreeBSD coreteam member > phk@FreeBSD.ORG "Real hackers run -current on their laptop." > FreeBSD -- It will take a long time before progress goes too far! > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message