From owner-freebsd-current Mon Mar 15 13:34:51 1999 Delivered-To: freebsd-current@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (Postfix) with ESMTP id 4DEA914EE8; Mon, 15 Mar 1999 13:34:49 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.3/8.9.1) id NAA02842; Mon, 15 Mar 1999 13:34:22 -0800 (PST) (envelope-from dillon) Date: Mon, 15 Mar 1999 13:34:22 -0800 (PST) From: Matthew Dillon Message-Id: <199903152134.NAA02842@apollo.backplane.com> To: Nicholas Esborn Cc: current@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: Diskless boot stopping at "NFS ROOT:..." References: Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG :Thanks for the pointer. This seems to have been the problem and I have it :booting now. As a followup, is it possible to specify boot parameters :(i.e. splash screen, pnp config, etc) on a machine that is net booting? : :Thanks for the help. : :Nick : :On Sun, 14 Mar 1999, Matthew Dillon wrote: : :> 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