Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mac68k/conf One more page in the Big Book Of Things...



details:   https://anonhg.NetBSD.org/src/rev/3e4e2edcc9f8
branches:  trunk
changeset: 759008:3e4e2edcc9f8
user:      hauke <hauke%NetBSD.org@localhost>
date:      Wed Nov 24 13:48:20 2010 +0000

description:
One more page in the Big Book Of Things That We Can do Without --
COMPAT* options, puffs support.

diffstat:

 sys/arch/mac68k/conf/SMALLRAM |  11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diffs (44 lines):

diff -r 7fdf59761663 -r 3e4e2edcc9f8 sys/arch/mac68k/conf/SMALLRAM
--- a/sys/arch/mac68k/conf/SMALLRAM     Wed Nov 24 13:17:56 2010 +0000
+++ b/sys/arch/mac68k/conf/SMALLRAM     Wed Nov 24 13:48:20 2010 +0000
@@ -1,12 +1,12 @@
-#      $NetBSD: SMALLRAM,v 1.36 2009/12/07 08:57:38 pooka Exp $
+#      $NetBSD: SMALLRAM,v 1.37 2010/11/24 13:48:20 hauke Exp $
 #
 # This is an example of how to configure a small, efficient kernel for
 # a system with limited RAM. Even so it's capable of doing quite a
 # bit. The hypothetical system used for this example is a Macintosh
 # IIx or Macintosh IIcx with 8 MB of RAM and an 80 MB disk. One or
 # more DP5380- based NuBus Ethernet cards, onboard video and one or
-# more NuBus video cards are configured. Basic SLIP and PPP support is
-# available.
+# more NuBus video cards are configured. Basic SLIP and PPP support
+# as well as packet filtering are available.
 #
 # This configuration is suitable for experimenting with NetBSD as a
 # router with one or more Ethernet cards, and up to two PPP
@@ -38,7 +38,10 @@
 no options     COMPAT_15
 no options     COMPAT_16
 no options     COMPAT_20
+no options     COMPAT_30
+no options     COMPAT_40
 no options     COMPAT_43
+no options     COMPAT_50
 
 no options     COMPAT_AOUT_M68K
 no options     EXEC_AOUT
@@ -53,6 +56,7 @@
 no file-system         KERNFS
 no file-system         NULLFS
 no file-system         OVERLAY
+no file-system PUFFS
 no file-system         PROCFS
 no file-system         UMAPFS
 no file-system         UNION
@@ -127,4 +131,5 @@
 no pseudo-device       agr
 no pseudo-device       accf_data
 no pseudo-device       accf_http
+no pseudo-device       putter
 no pseudo-device       ksyms



Home | Main Index | Thread Index | Old Index