summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authortegge <tegge@FreeBSD.org>1998-03-14 04:13:56 +0000
committertegge <tegge@FreeBSD.org>1998-03-14 04:13:56 +0000
commit9ac0a4296a0f23bdf81b9ddcc86b59b60e266405 (patch)
tree860b07eab1e0a706d6733880bd3eba931d6495f7 /sys/conf
parent3483aa429fc32f1e613bff2b2f885f0ef7335433 (diff)
downloadFreeBSD-src-9ac0a4296a0f23bdf81b9ddcc86b59b60e266405.zip
FreeBSD-src-9ac0a4296a0f23bdf81b9ddcc86b59b60e266405.tar.gz
Add a BOOTP_WIRED_TO option, for use on machines with multiple network
cards where the first detected card should not be used for bootp. Submitted by: Doug Ambrisko <ambrisko@whistle.com>
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES3
-rw-r--r--sys/conf/options3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 3dbbc26..071a91b 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.415 1998/03/09 22:09:10 eivind Exp $
+# $Id: LINT,v 1.416 1998/03/10 15:42:13 eivind Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -1375,6 +1375,7 @@ options BOOTP # Use BOOTP to obtain IP address/hostname
options BOOTP_NFSROOT # NFS mount root filesystem using BOOTP info
options "BOOTP_NFSV3" # Use NFS v3 to NFS mount root
options BOOTP_COMPAT # Workaround for broken bootp daemons.
+options "BOOTP_WIRED_TO=fxp0" # Use interface fxp0 for BOOTP
#
# An obsolete option to test kern_opt.c.
diff --git a/sys/conf/options b/sys/conf/options
index c7c6c8d..f47a87b 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -1,4 +1,4 @@
-# $Id: options,v 1.65 1998/03/08 09:56:21 julian Exp $
+# $Id: options,v 1.66 1998/03/10 15:55:38 eivind Exp $
#
# On the handling of kernel options
#
@@ -161,6 +161,7 @@ BOOTP opt_bootp.h
BOOTP_COMPAT opt_bootp.h
BOOTP_NFSROOT opt_bootp.h
BOOTP_NFSV3 opt_bootp.h
+BOOTP_WIRED_TO opt_bootp.h
GATEWAY opt_defunct.h
MROUTING opt_mrouting.h
INET opt_inet.h
OpenPOWER on IntegriCloud