From owner-cvs-sys Sun May 11 10:56:52 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA06731 for cvs-sys-outgoing; Sun, 11 May 1997 10:56:52 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA06704; Sun, 11 May 1997 10:56:38 -0700 (PDT) From: Tor Egge Received: (from tegge@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA02947; Sun, 11 May 1997 10:55:59 -0700 (PDT) Date: Sun, 11 May 1997 10:55:59 -0700 (PDT) Message-Id: <199705111755.KAA02947@freefall.freebsd.org> To: CVS-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/conf files src/sys/i386/i386 autoconf.c src/sys/kern init_main.c src/sys/nfs bootp_subr.c krpc.h krpc_subr.c src/sys/i386/conf LINT src/sys/netinet ip_input.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk tegge 97/05/11 10:55:59 Branch: sys/conf RELENG_2_1_0 sys/i386/conf RELENG_2_1_0 sys/i386/i386 RELENG_2_1_0 sys/kern RELENG_2_1_0 sys/netinet RELENG_2_1_0 sys/nfs RELENG_2_1_0 Modified: sys/conf files sys/i386/conf LINT sys/i386/i386 autoconf.c sys/kern init_main.c sys/netinet ip_input.c Added: sys/nfs bootp_subr.c krpc.h krpc_subr.c Log: Bring in some kernel bootp support. This removes the need for netboot to fill in the nfs_diskless structure, at the cost of some kernel bloat. The advantage is that this code works on a wider range of network adapters than netboot. Several new kernel options are documented in LINT. Obtained from: parts of the code comes from NetBSD. Revision Changes Path 1.41.4.11 +2 -0 src/sys/conf/files 1.184.4.28 +7 -1 src/sys/i386/conf/LINT 1.33.4.5 +9 -1 src/sys/i386/i386/autoconf.c 1.25.4.2 +7 -1 src/sys/kern/init_main.c 1.22.4.7 +5 -1 src/sys/netinet/ip_input.c