Sat Aug 7 19:18:04 2010 UTC ()
Removed double WAPBL option. Fixed typo.


(phx)
diff -r1.49 -r1.50 src/sys/arch/sandpoint/conf/GENERIC

cvs diff -r1.49 -r1.50 src/sys/arch/sandpoint/conf/GENERIC (expand / switch to context diff)
--- src/sys/arch/sandpoint/conf/GENERIC 2010/06/30 17:49:32 1.49
+++ src/sys/arch/sandpoint/conf/GENERIC 2010/08/07 19:18:04 1.50
@@ -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)