From owner-cvs-all Mon May 3 2:36:35 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2FB46154C9; Mon, 3 May 1999 02:36:32 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA21024; Mon, 3 May 1999 02:36:32 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199905030936.CAA21024@freefall.freebsd.org> From: Doug Rabson Date: Mon, 3 May 1999 02:36:31 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/common dev_net.c src/sys/alpha/alpha autoconf.c src/sys/pci if_de.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/05/03 02:36:31 PDT Modified files: sys/boot/common dev_net.c sys/alpha/alpha autoconf.c sys/pci if_de.c Log: Changes to support diskless booting on the alpha: * Make the network code in the bootstrap more chatty (helps debugging) * Add nfs root stuff to cpu_rootconf(). I also added a check to make sure it really was netbooting which allows the use of the same kernel for local and network boots. * Tweak the de driver so that it takes the speed setting from the console for the alpha (some PWSs have broken de chipsets). This is the same behaviour as NetBSD/alpha. Submitted by: Andrew Gallatin Revision Changes Path 1.4 +21 -4 src/sys/boot/common/dev_net.c 1.17 +20 -1 src/sys/alpha/alpha/autoconf.c 1.104 +5 -5 src/sys/pci/if_de.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message