From 4ac53c4aafe59be068db32d975b2e7d106485b96 Mon Sep 17 00:00:00 2001 From: uwe Date: Sun, 24 Jun 2007 23:04:24 +0000 Subject: [PATCH] options police While here, add COMPAT_40. --- sys/arch/netwinder/conf/GENERIC | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/sys/arch/netwinder/conf/GENERIC b/sys/arch/netwinder/conf/GENERIC index fb7ea6b4a21e..d8858ad9064a 100644 --- a/sys/arch/netwinder/conf/GENERIC +++ b/sys/arch/netwinder/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.86 2006/11/11 18:47:11 jmmv Exp $ +# $NetBSD: GENERIC,v 1.87 2007/06/24 23:04:24 uwe Exp $ # # GENERIC machine description file # @@ -78,7 +78,7 @@ file-system PTYFS # /dev/pts/N support #options FFS_NO_SNAPSHOT # No FFS snapshot support options NFSSERVER options SOFTDEP -#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental +#options UFS_DIRHASH # UFS Large Directory Hashing - Experimental # Networking options @@ -120,6 +120,7 @@ options NFS_BOOT_DHCP # Compatibility options #options COMPAT_43 # 4.3BSD compatibility. +options COMPAT_40 # NetBSD 4.0 compatibility. options COMPAT_30 # NetBSD 3.0 compatibility. options COMPAT_20 # NetBSD 2.0 compatibility. options COMPAT_16 # NetBSD 1.6 compatibility. @@ -133,7 +134,7 @@ options COMPAT_14 # NetBSD 1.4 compatibility. #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. options COMPAT_LINUX # binary compatibility with Linux -options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. +options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. # Shared memory options @@ -165,7 +166,7 @@ options MIIVERBOSE # Verbose MII autoconfuration messages #options PCI_CONFIG_DUMP # verbosely dump PCI config space #options DDB_KEYCODE=0x40 options USERCONF # userconf(4) support -#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) +#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel # Development and Debugging options @@ -304,7 +305,7 @@ pseudo-device bpfilter # Berkeley packet filter #pseudo-device carp # Common Address Redundancy Protocol pseudo-device pppoe # PPP over Ethernet (RFC 2516) pseudo-device bridge # simple inter-network bridging -#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too +#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too pseudo-device loop # network loopback # miscellaneous pseudo-devices