[BACK]Return to GENERIC CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / luna68k / conf

Annotation of src/sys/arch/luna68k/conf/GENERIC, Revision 1.4

1.4     ! thorpej     1: #      $NetBSD: GENERIC,v 1.3 2000/01/23 23:46:12 hubertf Exp $
1.1       nisimura    2: #
                      3: #      GENERIC LUNA68K
                      4: #
                      5: include                "arch/luna68k/conf/std.luna68k"
1.3       hubertf     6:
1.4     ! thorpej     7: #ident                 "GENERIC-$Revision: 1.3 $"
1.1       nisimura    8:
                      9: maxusers       8
                     10:
                     11: options                M68030
                     12: #options       M68040
                     13: #options       FPSP    # on m68040 to emulate some missing FP instructions
                     14:
                     15: # Needs to be set per system.  i.e change these as you see fit
                     16:
                     17: # Standard system options
                     18: options        NTP                     # NTP phase/frequency locked loop
                     19: options        KTRACE
                     20: #options       SYSVMSG                 # System V message queues
                     21: #options       SYSVSEM                 # System V semaphores
                     22: #options       SYSVSHM                 # System V shared memory
                     23: #optoins       SHMMAXPGS=1024          # 1024 pages is the default
                     24: #options       LKM                     # loadable kernel modules
                     25: #options       UCONSOLE                # users can redirect console (unsafe)
                     26:
                     27: # Debugging options
                     28: options        DDB
                     29: #options       DDB_HISTORY_SIZE=100    # enable history editing in DDB
                     30: #options       SYMTAB_SPACE=72000      # place DDB symbols in data segment
1.2       nisimura   31: #options       DEBUG                   # extra kernel debugging support
                     32: #options       DIAGNOSTIC              # extra kernel sanity checking
                     33: #options       SCSIVERBOSE             # Verbose SCSI errors
                     34: #options       SCSIDEBUG
1.1       nisimura   35: #makeoptions   DEBUG="-g"              # compile full symbol table
                     36:
                     37: # Compatability options
                     38: options        COMPAT_43       # and 4.3BSD and ...
                     39: options        COMPAT_12       # NetBSD 1.2 binary compatibility
                     40: options        COMPAT_13       # NetBSD 1.3 binary compatibility
                     41: options        COMPAT_14       # NetBSD 1.4 binary compatibility
                     42:
                     43: # Filesystem options
                     44: file-system    FFS             # ufs file system
                     45: #file-system   LFS             # log-structured file system
                     46: file-system    NFS             # nfs client support
                     47: file-system    MFS
                     48: #file-system   CD9660          # ISO 9660 + Rock Ridge file system
                     49: #file-system   MSDOSFS         # MS-DOS FAT file system
                     50: file-system    KERNFS          # /kern
                     51: file-system    PROCFS          # /proc
                     52: #file-system   FDESC           # /dev/fd/*
                     53: file-system    NULLFS          # loopback file system
                     54: #file-system   PORTAL          # portal filesystem (still experimental)
                     55: #file-system   UMAPFS          # NULLFS + uid and gid remapping
                     56: #file-system   UNION           # union file system
                     57: #file-system   CODA            # Coda File System; also needs vcode (below)
                     58:
                     59: #options       NFSSERVER       # nfs server support
                     60: #options       QUOTA           # ffs quotas
                     61: #options       FFS_EI          # ffs endian independant support
                     62: #options       SOFTDEP         # ffs soft updates support
                     63:
                     64: # Pull in config fragments for kernel crypto. This is required for
                     65: # options IPSEC etc. to work. If you want to run with IPSEC, uncomment
                     66: # one of these, based on whether you use crypto-us or crypto-intl, and
                     67: # adjust the prefixes as necessary.
                     68:
                     69: #prefix ../crypto-us/sys
                     70: #cinclude "conf/files.crypto-us"
                     71: #prefix
                     72:
                     73: #prefix ../crypto-intl/sys
                     74: #cinclude "conf/files.crypto-intl"
                     75: #prefix
                     76:
                     77: # Networking options
                     78: options        INET            # IP prototol stack support
                     79: #options       INET6           # IPV6
                     80: #options       IPSEC           # IP security
                     81: #options       IPSEC_ESP       # IP securyty (encryption part; define w/IPSEC)
                     82: #options       IPSEC_DEBUG     # debug for IP security
                     83: #options       GATEWAY         # IP packet forwarding
                     84: #options       MROUTING        # IP multicast routing
                     85: #options       TCP_COMPAT_42   # TCP bug compatibility with 4.2BSD
                     86: #options       NS              # XNS
                     87: #options       NSIP            # XNS tunneling over IP
                     88: #options       ISO,TPIP        # OSI
                     89: #options       EON             # OSI tunneling over IP
                     90: #options       CCITT,LLC,HDLC  # X.25
                     91: #options       NETATALK        # AppleTalk networking protocols
                     92: #options       PPP_BSDCOMP     # BSD-Compress compression support for PPP
                     93: #options       PPP_DEFLATE     # Deflate compression support for PPP
                     94: #options       PPP_FILTER      # Active filter support for PPP (requires bpf)
                     95: #options       PFIL_HOOKS      # pfil(9) packet filter hooks
                     96: #options       IPFILTER_LOG    # ipmon(8) log support
                     97: options        NFS_BOOT_DHCP   # superset of BOOTP
                     98:
                     99: # WS console uses SUN or VT100 terminal emulation
                    100: options        WSEMUL_VT100
                    101:
                    102: config         netbsd root on ? type nfs
                    103:
                    104: mainbus0 at root
                    105:
                    106: clock0 at mainbus0
                    107:
                    108: # uPD7201 SIO
                    109: sio0   at mainbus0
                    110: siotty0        at sio0                 # ttya
                    111: ws0    at sio0                 # port for keyboard and mouse
                    112: # AM7990 LANCE
                    113: le0    at mainbus0
                    114: # MB89532 SPC
                    115: spc0   at mainbus0
                    116: #spc1  at mainbus0             # 2nd SCSI on LUNA-II
                    117: # framebuffer
                    118: fb0    at mainbus0             # 16 or 256 pseudo color
                    119:
                    120: # Workstation Console attachments
                    121: wsdisplay*     at fb?
                    122: wskbd*         at ws? console ?
                    123: #wsmouse*      at ws?          # not supported, yet...
                    124:
                    125: # SCSI bus support
                    126: scsibus* at spc?
                    127:
                    128: # SCSI devices
                    129: sd* at scsibus? target ? lun ?         # SCSI disks
                    130: st* at scsibus? target ? lun ?         # SCSI tapes
                    131: #cd* at scsibus? target ? lun ?                # SCSI CD-ROMs
                    132: #ch* at scsibus? target ? lun ?                # SCSI changer devices
                    133: #ss* at scsibus? target ? lun ?                # SCSI scanners
                    134: #uk* at scsibus? target ? lun ?                # unknown SCSI devices
                    135:
                    136: pseudo-device  bpfilter        2       # Berkeley Packet Filter
                    137: #pseudo-device ccd             2       # concatenated and striped disks
                    138: #pseudo-device gre             2       # generic L3 over IP tunnel
                    139: #pseudo-device ipfilter        1       # ip filter
                    140: pseudo-device  loop            1       # loopback interface; required
                    141: pseudo-device  md              1       # memory disk device
                    142: #pseudo-device ppp             1       # PPP interfaces
                    143: pseudo-device  pty             32      # pseudo-terminals
                    144: #pseudo-device raid            2       # RAIDframe disk driver
                    145: #pseudo-device sl              1       # SLIP interfaces
                    146: #pseudo-device tun             2       # Network "tunnel" device
                    147: #pseudo-device vnd             2       # disk-like interface to files
                    148:
                    149: # rnd is EXPERIMENTAL
                    150: #pseudo-device rnd                     # /dev/random and in-kernel generator
                    151: #options       RND_COM                 # use "com" randomness too

CVSweb <webmaster@jp.NetBSD.org>