Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/cobalt/conf Shrink a little again to avoid firmware...
details: https://anonhg.NetBSD.org/src/rev/079bfadff19f
branches: trunk
changeset: 493926:079bfadff19f
user: soren <soren%NetBSD.org@localhost>
date: Tue Jun 27 08:34:02 2000 +0000
description:
Shrink a little again to avoid firmware limits.
diffstat:
sys/arch/cobalt/conf/GENERIC | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diffs (56 lines):
diff -r 6daa3079f4e7 -r 079bfadff19f sys/arch/cobalt/conf/GENERIC
--- a/sys/arch/cobalt/conf/GENERIC Tue Jun 27 07:18:07 2000 +0000
+++ b/sys/arch/cobalt/conf/GENERIC Tue Jun 27 08:34:02 2000 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: GENERIC,v 1.9 2000/06/22 20:27:51 fvdl Exp $
+# $NetBSD: GENERIC,v 1.10 2000/06/27 08:34:02 soren Exp $
include "arch/cobalt/conf/std.cobalt"
-#ident "GENERIC-$Revision: 1.9 $"
+#ident "GENERIC-$Revision: 1.10 $"
maxusers 32
@@ -77,9 +77,9 @@
#options NETATALK # AppleTalk (over Ethernet) protocol
#options PPP_BSDCOMP # BSD-Compress compression support for PPP
#options PPP_DEFLATE # Deflate compression support for PPP
-options PPP_FILTER # Active filter support for PPP (requires bpf)
-options PFIL_HOOKS # pfil(9) packet filter hooks
-options IPFILTER_LOG # ipmon(8) log support
+#options PPP_FILTER # Active filter support for PPP (requires bpf)
+#options PFIL_HOOKS # pfil(9) packet filter hooks
+#options IPFILTER_LOG # ipmon(8) log support
# Compatibility with 4.2BSD implementation of TCP/IP. Not recommended.
#options TCP_COMPAT_42
@@ -109,8 +109,8 @@
pcib* at pci? dev ? function ?
# PCI serial/parallel interfaces
-puc* at pci? dev ? function ? # PCI "universal" comm. cards
-com* at puc? port ?
+#puc* at pci? dev ? function ? # PCI "universal" comm. cards
+#com* at puc? port ?
#lpt* at puc? port ?
#cy* at pci? dev ? function ? # Cyclades Cyclom-Y serial cards
@@ -140,7 +140,7 @@
#cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
#ch* at scsibus? target ? lun ? # SCSI autochangers
#ss* at scsibus? target ? lun ? # SCSI scanners
-uk* at scsibus? target ? lun ? # SCSI unknown
+#uk* at scsibus? target ? lun ? # SCSI unknown
# RAID controllers and devices
#cac* at pci? dev ? function ? # Compaq array controller
@@ -222,7 +222,7 @@
# Network pseudo-devices
pseudo-device bpfilter 8 # Berkeley packet filter
-pseudo-device ipfilter # IP filter (firewall) and NAT
+#pseudo-device ipfilter # IP filter (firewall) and NAT
pseudo-device loop # network loopback
#pseudo-device ppp 2 # Point-to-Point Protocol
#pseudo-device sl 2 # Serial Line IP
Home |
Main Index |
Thread Index |
Old Index