Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sandpoint/conf Removed double WAPBL option. Fixed t...



details:   https://anonhg.NetBSD.org/src/rev/35366aa831d7
branches:  trunk
changeset: 756917:35366aa831d7
user:      phx <phx%NetBSD.org@localhost>
date:      Sat Aug 07 19:18:04 2010 +0000

description:
Removed double WAPBL option. Fixed typo.

diffstat:

 sys/arch/sandpoint/conf/GENERIC |  8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diffs (36 lines):

diff -r 04dab28d881a -r 35366aa831d7 sys/arch/sandpoint/conf/GENERIC
--- a/sys/arch/sandpoint/conf/GENERIC   Sat Aug 07 18:59:53 2010 +0000
+++ b/sys/arch/sandpoint/conf/GENERIC   Sat Aug 07 19:18:04 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.49 2010/06/30 17:49:32 phx Exp $
+# $NetBSD: GENERIC,v 1.50 2010/08/07 19:18:04 phx Exp $
 #
 # machine description file for GENERIC NAS
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.49 $"
+#ident                 "GENERIC-$Revision: 1.50 $"
 
 maxusers       32
 
@@ -71,8 +71,6 @@
 
 options        MSGBUFSIZE=65536
 
-#options       WAPBL
-
 file-system    FFS             # UFS
 file-system    EXT2FS          # second extended file system (linux)
 #file-system   LFS             # log-structured file system
@@ -122,7 +120,7 @@
 
 config         netbsd  root on ? type ?
 
-# network psuedo-devices
+# network pseudo-devices
 pseudo-device  bpfilter                # packet filter
 pseudo-device  vlan                    # IEEE 802.1q encapsulation
 #pseudo-device pppoe                   # PPP over Ethernet (RFC 2516)



Home | Main Index | Thread Index | Old Index