Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/cobalt/conf Pull up rev. 1.10:



details:   https://anonhg.NetBSD.org/src/rev/502875d7eff6
branches:  netbsd-1-5
changeset: 488280:502875d7eff6
user:      soren <soren%NetBSD.org@localhost>
date:      Tue Jun 27 08:35:46 2000 +0000

description:
Pull up rev. 1.10:
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 60b570f42822 -r 502875d7eff6 sys/arch/cobalt/conf/GENERIC
--- a/sys/arch/cobalt/conf/GENERIC      Tue Jun 27 07:53:00 2000 +0000
+++ b/sys/arch/cobalt/conf/GENERIC      Tue Jun 27 08:35:46 2000 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: GENERIC,v 1.8.2.1 2000/06/23 14:36:08 fvdl Exp $
+#      $NetBSD: GENERIC,v 1.8.2.2 2000/06/27 08:35:46 soren Exp $
 
 include        "arch/cobalt/conf/std.cobalt"
 
-#ident                 "GENERIC-$Revision: 1.8.2.1 $"
+#ident                 "GENERIC-$Revision: 1.8.2.2 $"
 
 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