Date: Mon, 3 May 1999 02:36:31 -0700 (PDT) From: Doug Rabson <dfr@FreeBSD.org> 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 Message-ID: <199905030936.CAA21024@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <gallatin@cs.duke.edu> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905030936.CAA21024>