From: kstailey Date: Tue, 11 Feb 1997 17:41:13 +0000 (+0000) Subject: no more VNODEPAGER #define X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=a29e2fffe582a16c46f84e0a869e0815e1869e40;p=openbsd no more VNODEPAGER #define --- diff --git a/sys/arch/sun3/conf/COYOTE b/sys/arch/sun3/conf/COYOTE index f81c4471a83..5ab471b4e4a 100644 --- a/sys/arch/sun3/conf/COYOTE +++ b/sys/arch/sun3/conf/COYOTE @@ -1,5 +1,5 @@ # -# $OpenBSD: COYOTE,v 1.4 1997/02/07 02:18:45 kstailey Exp $ +# $OpenBSD: COYOTE,v 1.5 1997/02/11 17:41:13 kstailey Exp $ # # @@ -37,7 +37,8 @@ options PROCFS # /proc # Networking options options INET # IP prototol stack support -options IPFILTER # IP packet filter for security +options GATEWAY # IP packet forwarding +options IPFILTER # IP packet filter for security and NAT # XXX - Work-around for root on slow SunOS/Sun3 servers (sigh...) options NFS_BOOT_RWSIZE=1024 @@ -48,7 +49,6 @@ options COMPAT_10 # NetBSD 1.0, options COMPAT_11 # NetBSD 1.1, options COMPAT_43 # and 4.3BSD #options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD -options UCONSOLE # Allow non-root TIOCCONS # Sun3-specific debugging options #options PMAP_DEBUG @@ -83,7 +83,7 @@ bwtwo0 at obmem0 addr ? # Misc. pseudo-device loop 1 # network loopback -#pseudo-device bpfilter 8 # packet filter +pseudo-device bpfilter 2 # packet filter #pseudo-device sl 2 # CSLIP pseudo-device ppp 1 # PPP #pseudo-device tun 2 # network tunneling over tty diff --git a/sys/arch/sun3/conf/DISKLESS b/sys/arch/sun3/conf/DISKLESS index 5e9c326650b..b14aac34c35 100644 --- a/sys/arch/sun3/conf/DISKLESS +++ b/sys/arch/sun3/conf/DISKLESS @@ -46,7 +46,6 @@ options COMPAT_43 # and 4.3BSD and ... options COMPAT_10 # NetBSD 1.0 options COMPAT_11 # NetBSD 1.1 options COMPAT_12 # NetBSD 1.2 -options UCONSOLE # Allow non-root TIOCCONS # Sun3-specific debugging options #options PMAP_DEBUG diff --git a/sys/arch/sun3/conf/FOUR_TTYS b/sys/arch/sun3/conf/FOUR_TTYS index 7a2ac832a0e..fa3ee545ec7 100644 --- a/sys/arch/sun3/conf/FOUR_TTYS +++ b/sys/arch/sun3/conf/FOUR_TTYS @@ -51,7 +51,6 @@ options COMPAT_43 # and 4.3BSD and ... options COMPAT_10 # NetBSD 1.0 options COMPAT_11 # NetBSD 1.1 options COMPAT_12 # NetBSD 1.2 -options UCONSOLE # Allow non-root TIOCCONS # Sun3-specific debugging options options PMAP_DEBUG diff --git a/sys/arch/sun3/conf/GENERIC b/sys/arch/sun3/conf/GENERIC index 27ae4f81133..0e3a2e041e0 100644 --- a/sys/arch/sun3/conf/GENERIC +++ b/sys/arch/sun3/conf/GENERIC @@ -52,7 +52,6 @@ options COMPAT_43 # and 4.3BSD and ... options COMPAT_10 # NetBSD 1.0 options COMPAT_11 # NetBSD 1.1 options COMPAT_12 # NetBSD 1.2 -options UCONSOLE # Allow non-root TIOCCONS # Sun3-specific debugging options options PMAP_DEBUG diff --git a/sys/arch/sun3/conf/GENERIC_KGDB b/sys/arch/sun3/conf/GENERIC_KGDB index ccda86560d0..0a2b2b25329 100644 --- a/sys/arch/sun3/conf/GENERIC_KGDB +++ b/sys/arch/sun3/conf/GENERIC_KGDB @@ -51,7 +51,6 @@ options COMPAT_43 # and 4.3BSD and ... options COMPAT_10 # NetBSD 1.0 options COMPAT_11 # NetBSD 1.1 options COMPAT_12 # NetBSD 1.2 -options UCONSOLE # Allow non-root TIOCCONS # Sun3-specific debugging options options PMAP_DEBUG diff --git a/sys/arch/sun3/conf/RAMDISK b/sys/arch/sun3/conf/RAMDISK index cd7356a5125..957b4ee7545 100644 --- a/sys/arch/sun3/conf/RAMDISK +++ b/sys/arch/sun3/conf/RAMDISK @@ -46,7 +46,6 @@ options NFS_BOOT_RWSIZE=1024 #options COMPAT_10 # NetBSD 1.0 options COMPAT_11 # NetBSD 1.1 options COMPAT_12 # NetBSD 1.2 -options UCONSOLE # Allow non-root TIOCCONS # Sun3-specific debugging options options DIAGNOSTIC diff --git a/sys/arch/sun3/conf/SMD_TEST b/sys/arch/sun3/conf/SMD_TEST index 25eeff20787..eee72632f5d 100644 --- a/sys/arch/sun3/conf/SMD_TEST +++ b/sys/arch/sun3/conf/SMD_TEST @@ -51,7 +51,6 @@ options COMPAT_43 # and 4.3BSD and ... options COMPAT_10 # NetBSD 1.0 options COMPAT_11 # NetBSD 1.1 options COMPAT_12 # NetBSD 1.2 -options UCONSOLE # Allow non-root TIOCCONS # Sun3-specific debugging options #options PMAP_DEBUG diff --git a/sys/arch/sun3/conf/std.sun3 b/sys/arch/sun3/conf/std.sun3 index 5f3be8d1363..fb097e4d520 100644 --- a/sys/arch/sun3/conf/std.sun3 +++ b/sys/arch/sun3/conf/std.sun3 @@ -28,7 +28,7 @@ intreg0 at obio0 addr 0x0A0000 # Standard defines options EXEC_AOUT options EXEC_SCRIPT -options SWAPPAGER, VNODEPAGER, DEVPAGER +options SWAPPAGER, DEVPAGER # XXX - Still needed? options NEWCONFIG