Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/pica/conf Moved to /cvsroot/syssrc/sys/arch/arc/con...



details:   https://anonhg.NetBSD.org/src/rev/402974cd097d
branches:  trunk
changeset: 480955:402974cd097d
user:      soda <soda%NetBSD.org@localhost>
date:      Sun Jan 23 20:08:04 2000 +0000

description:
Moved to /cvsroot/syssrc/sys/arch/arc/conf/PICA,v

diffstat:

 sys/arch/pica/conf/PICA |  85 -------------------------------------------------
 1 files changed, 0 insertions(+), 85 deletions(-)

diffs (89 lines):

diff -r 441356a01b77 -r 402974cd097d sys/arch/pica/conf/PICA
--- a/sys/arch/pica/conf/PICA   Sun Jan 23 20:08:03 2000 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,85 +0,0 @@
-#      $NetBSD: PICA,v 1.13 1998/06/26 01:54:06 lukem Exp $
-#
-#
-include                "arch/pica/conf/std.pica"
-
-maxusers       32
-
-#options       MIPS1                   # R2000/R3000 support
-options        MIPS3                   # R4000/R4400 support
-
-# Standard system options
-options        DIAGNOSTIC              # extra kernel debugging checks
-options        DEBUG                   # extra kernel debugging support
-options        "COMPAT_43"             # compatibility with 4.3BSD binaries
-#options       KTRACE                  # system call tracing support
-options        "NKMEMCLUSTERS=1024"    # 4K pages in kernel malloc pool
-#options       KGDB                    # support for kernel gdb
-#options       "KGDBRATE=19200"        # kernel gdb port rate (default 9600)
-#options       "KGDBDEV=15*256+0"      # device for kernel gdb
-
-# System V options
-options        SYSVMSG         # System V-like message queues
-options        SYSVSEM         # System V-like semaphores
-options        SYSVSHM         # System V-like memory sharing
-options        SHMMAXPGS=1024  # 1024 pages is the default
-
-# Filesystem options
-file-system    FFS             # fast filesystem
-file-system    MFS             # memory-based filesystem
-file-system    NFS             # Sun NFS-compatible filesystem (client)
-file-system    KERNFS          # kernel data-structure filesystem
-file-system    MSDOSFS         # Ability to read write MS-Dos filsystem
-file-system    CD9660          # ISO 9660 + Rock Ridge file system
-file-system    FDESC           # user file descriptor filesystem
-#file-system   UMAPFS          # uid/gid remapping filesystem
-#file-system   NULLFS          # null layer filesystem
-#file-system   LFS             # Log-based filesystem (still experimental)
-#file-system   PORTAL          # portal filesystem (still experimental)
-
-options        QUOTA           # FFS quotas
-options        NFSSERVER       # Sun NFS-compatible filesystem (server)
-
-# Networking options
-options        INET            # Internet protocols
-options        "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
-options        GATEWAY         # IP packet forwarding
-#options       MULTICAST       # Multicast support
-#options       MROUTING        # Multicast routing support
-#options       ISO             # OSI networking
-#options       TPIP
-#options       EON
-
-config         netbsd  root on sd0 type ffs 
-
-
-mainbus0       at root
-cpu*           at mainbus0
-
-pica*          at mainbus0
-clock0         at pica?
-pc0            at pica?
-pms0           at pica?
-pcom0          at pica?
-pcom1          at pica?
-lpt0           at pica?
-sn0            at pica?
-
-fdc0           at pica?
-fd*            at fdc? drive ?
-
-asc0           at pica?
-scsibus*       at asc?
-
-sd*            at scsibus? target ? lun ?
-st*            at scsibus? target ? lun ?
-cd*            at scsibus? target ? lun ?
-
-
-pseudo-device  loop             1      # network loopback
-pseudo-device  sl               2      # serial-line IP ports
-pseudo-device  ppp              2      # serial-line PPP ports
-pseudo-device  tun              2      # network tunneling over tty
-pseudo-device  pty             64      # pseudo ptys
-pseudo-device  bpfilter        16      # packet filter ports
-pseudo-device  vnd              4      # virtual disk



Home | Main Index | Thread Index | Old Index