Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/ibmnws/conf Allow DHCP NFS roots



details:   https://anonhg.NetBSD.org/src/rev/99cec8dea2e5
branches:  trunk
changeset: 565475:99cec8dea2e5
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Apr 10 07:41:32 2004 +0000

description:
Allow DHCP NFS roots

diffstat:

 sys/arch/ibmnws/conf/GENERIC |  11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diffs (47 lines):

diff -r 333ee62f9692 -r 99cec8dea2e5 sys/arch/ibmnws/conf/GENERIC
--- a/sys/arch/ibmnws/conf/GENERIC      Sat Apr 10 07:41:06 2004 +0000
+++ b/sys/arch/ibmnws/conf/GENERIC      Sat Apr 10 07:41:32 2004 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: GENERIC,v 1.1 2003/10/19 03:33:49 matt Exp $
+#      $NetBSD: GENERIC,v 1.2 2004/04/10 07:41:32 matt Exp $
 #
 #
 
 include "arch/ibmnws/conf/std.ibmnws"
 
-#options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
+options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
 #makeoptions   COPTS="-Os -mmultiple"  # -Os -mmultiple to reduce size.
 
@@ -20,9 +20,12 @@
 
 maxusers       8
 
+#options       DDB
+
 # Compatibility options
 #options       COMPAT_13       # NetBSD 1.3,
 #options       COMPAT_14       # NetBSD 1.4,
+options        COMPAT_16       # NetBSD 1.6,
 #options       COMPAT_43       # and 4.3BSD
 
 # File systems
@@ -45,7 +48,7 @@
 # Networking options
 options        INET            # IP + ICMP + TCP + UDP
 # options      NFS_BOOT_BOOTPARAM
-# options      NFS_BOOT_DHCP
+options        NFS_BOOT_DHCP
 
 #
 # wscons options
@@ -81,7 +84,7 @@
 pci*   at pchb? bus ?
 
 options        PCI_NETBSD_CONFIGURE
-#options       PCIVERBOSE
+options        PCIVERBOSE
 
 # PCI bridges
 pchb*  at pci? dev ? function ?        # PCI-Host bridges



Home | Main Index | Thread Index | Old Index