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

Annotation of src/sys/arch/atari/conf/FALCON, Revision 1.40.8.5

1.40.8.2  nathanw     1: #
1.40.8.5! nathanw     2: # $NetBSD: FALCON,v 1.40.8.4 2002/06/20 03:38:17 nathanw Exp $
1.40.8.2  nathanw     3: #
                      4: # This file was automatically created. Changes will be
                      5: # lost when running makeconf in this directory.
                      6: #
                      7: # Created from:
                      8: #              NetBSD: FALCON.in,v 1.5 2001/11/20 11:29:41 lukem Exp $
1.40.8.5! nathanw     9: #              NetBSD: GENERIC.in,v 1.21 2002/06/17 05:14:06 lukem Exp $
1.40.8.2  nathanw    10:
                     11: #This configuration file is for a generic ATARI-Falcon
                     12:
                     13: #Define 'INSTALL_KERNEL' or 'INSTALLX_KERNEL' to generate a BOOT or
                     14: #BOOTX kernel respectively.
                     15:
                     16: #Generic atari
                     17:
                     18: include "arch/atari/conf/std.atari"
                     19:
1.40.8.5! nathanw    20: options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
        !            21:
1.40.8.2  nathanw    22: #Add support for about 16 users. This variable is used to size
                     23: #various kernel structures.
                     24:
                     25: maxusers       16
                     26:
                     27: options        HZ=64           # Set the clock-rate (48/64/96)
                     28:
                     29: #X11R6 related options
                     30:
                     31: options        UCONSOLE        # Allow xconsole to work
                     32:
                     33: #Standard system options
                     34: options        INSECURE        # disable kernel security levels
                     35: #options       NTP             # NTP phase/frequency locked loop
                     36:
                     37: #(Co)processors this kernel should support
                     38:
                     39: options        M68030          # support for 030
                     40: options        FPU_EMULATE     # Support for MC68881/MC68882 emulator
                     41:
                     42: options        M68040          # support for 040
                     43: options        FPSP            # 68040 Floatingpoint support
                     44:
                     45: #Networking options
                     46:
                     47: options        INET            # IP + ICMP + TCP + UDP
                     48:
                     49: options        INET6           # IPV6
                     50: #options       IPSEC           # IP security
                     51: #options       IPSEC_ESP       # IP security (encryption part; define w/IPSEC)
                     52: #options       IPSEC_DEBUG     # debug for IP security
                     53: #options       GATEWAY         # packet forwarding
                     54: #options       MROUTING        # IP multicast routing
                     55: options        NS              # XNS
                     56: #options       NSIP            # XNS tunneling over IP
                     57: options        ISO,TPIP        # OSI
                     58: #options       EON             # OSI tunneling over IP
                     59: options        CCITT,LLC,HDLC  # X.25
                     60: options        NETATALK        # AppleTalk networking protocols
                     61:
                     62: options        PPP_BSDCOMP     # BSD-Compress compression support for PPP
                     63: options        PPP_DEFLATE     # Deflate compression support for PPP
                     64: options        PPP_FILTER      # Active filter support for PPP (requires bpf)
                     65:
                     66: options        PFIL_HOOKS      # pfil(9) packet filter hooks
                     67: options        IPFILTER_LOG    # ipmon(8) log support
                     68: #options       IPFILTER_DEFAULT_BLOCK  # block packages by default
                     69:
                     70: #options       TCP_DEBUG       # Record last TCP_NDEBUG packets with SO_DEBUG
                     71:
                     72: #File systems
                     73: file-system    FFS             # Berkeley fast file system
                     74: file-system    MFS             # Memory based filesystem
                     75: file-system    KERNFS          # Kernel parameter filesystem
                     76: file-system    MSDOSFS         # MSDOS filesystem
                     77: file-system    CD9660          # ISO 9660 filesystem with Rock Ridge
                     78:
                     79: file-system    NFS             # Network File System client side code
                     80: file-system    PROCFS          # Process filesystem
                     81: file-system    FDESC           # /dev/fd
                     82: file-system    NULLFS          # Loopback filesystem
                     83: file-system    OVERLAY         # overlay filesystem
                     84: file-system    UNION           # union file system
                     85: file-system    UMAPFS          # null file system (with uid & gid remapping)
                     86: file-system    PORTAL          # portal file system
                     87: file-system    EXT2FS          # second extended file system (linux)
                     88: file-system    LFS             # log-structured file system
                     89:
                     90: #File system options
                     91: options        QUOTA           # Disk quotas for local disks
                     92: #options       FFS_EI          # FFS Endian Independant support
                     93: options        SOFTDEP         # FFS soft updates support.
                     94: options        NFSSERVER       # Network File System server side code
                     95: #options       EXT2FS_SYSTEM_FLAGS     # makes ext2fs file flags (append and
1.40.8.5! nathanw    96:                                #immutable) behave as system flags.
1.40.8.2  nathanw    97:
                     98: #Misc. debugging options
                     99:
                    100: options        PANICWAIT       # Require keystroke to dump/reboot
                    101: options        DDB             # Kernel debugger
                    102:
                    103: options        DDB_HISTORY_SIZE=100    # Enable history editing in DDB
                    104: #options       DEBUG           # expensive debugging checks/support
                    105:
                    106: #Compatibility options for various existing systems
                    107:
                    108: options        COMPAT_43       # 4.3 BSD compatible system calls (required)
                    109: options        COMPAT_10       # Compatibility to NetBSD1.0
                    110: options        COMPAT_11       # Compatibility to NetBSD1.1
                    111: options        COMPAT_12       # Compatibility to NetBSD1.2
                    112: options        COMPAT_13       # Compatibility to NetBSD1.3
                    113: options        COMPAT_14       # Compatibility to NetBSD1.4
                    114:
                    115: #options       COMPAT_09       # has no meaning on the atari
                    116: #options       COMPAT_SUNOS    # Support to run Sun-3 executables
                    117: #options       COMPAT_SVR4     # Support to run SVR4 executables
                    118: #options       COMPAT_LINUX    # Support to run Linux/m68k executables
                    119: #options       TCP_COMPAT_42   # 4.2BSD TCP/IP bug compat. Not recommended.
                    120:
                    121: options        COMPAT_AOUT_M68K # Compatibility to a.out executables
                    122: options        EXEC_AOUT       # a.out format executables
                    123:
                    124: #Support for System V IPC facilities.
                    125:
                    126: options        SYSVSHM                 # System V shared memory
                    127: options        SYSVMSG                 # System V messages
                    128: options        SYSVSEM                 # System V semaphores
                    129: #options       SEMMNI=10               # number of semaphore identifiers
                    130: #options       SEMUME=10               # max number of undo entries per proc.
                    131: #options       SEMMNU=30               # number of undo structures in system
                    132:
                    133: #Support for various kernel options
                    134:
                    135: options        KTRACE                  # Add kernel tracing system call
                    136: options        DIAGNOSTIC              # Add additional error checking code
1.40.8.4  nathanw   137: #options       USERCONF                # userconf(4) support
1.40.8.3  nathanw   138: #options       PIPE_SOCKETPAIR # smaller, but slower pipe(2)
1.40.8.2  nathanw   139:
                    140: #These options enable verbose messages for several subsystems.
                    141: #Warning, these may compile large string tables into the kernel!
                    142:
                    143: options        SCSIVERBOSE             # human readable SCSI error messages
                    144:
                    145: #Atari specific options
                    146:
                    147: #options       KFONT_8x8               # Use 8x8 font instead of 8x16
                    148: options        ST_POOL_SIZE=22         # smallest that allows TT-HIGH
                    149:
                    150: options        FALCON_SCSI             # SCSI-support for Falcon
                    151: options        FALCON_VIDEO            # Graphics support for FALCON
                    152:
                    153: options        MEMORY_DISK_HOOKS       # Boot RAM-disk
                    154: options        DISKLABEL_NBDA          # NetBSD disklabels (required)
                    155: options        DISKLABEL_AHDI          # NetBSD/AHDI disklabels
                    156:
                    157: options        SERCONSOLE              # modem1 console support
                    158: options        RELOC_KERNEL            # TT/Falcon: relocate kernel to TT-RAM
1.40.8.4  nathanw   159: #options       MSGBUFSIZE=32768        # size of kernel msg. buffer
                    160: #options       STATCLOCK               # Separate {stat,prof}clock
1.40.8.2  nathanw   161:
                    162: #Try linked commands on all targets
                    163: options        TRY_SCSI_LINKED_COMMANDS=0x7f
                    164:
                    165: #Build one kernel that can boot from any disk.
                    166:
                    167: config         netbsd root on ? type ?
                    168:
                    169: pseudo-device  sl                      # Slip
                    170: pseudo-device  ppp                     # ppp
1.40.8.5! nathanw   171:
1.40.8.2  nathanw   172: pseudo-device  pty                     # pseudo-terminals
                    173: pseudo-device  loop                    # Loopback network
                    174: pseudo-device  vnd             3       # 3 pseudo disks (see vnconfig)
                    175: pseudo-device  md              2       # Boot memory disk
                    176:
                    177: pseudo-device  bpfilter        2       # berkeley packet filters
                    178: pseudo-device  tun             2       # network tunnel
                    179: #pseudo-device gre             2       # generic L3 over IP tunnel
                    180: pseudo-device  gif             4       # IPv[46] over IPv[46] tunnel (RFC1933)
                    181: #pseudo-device faith           1       # IPv[46] tcp relay translation i/f
                    182: #pseudo-device stf             1       # 6to4 IPv6 over IPv4 encapsulation
                    183: pseudo-device  vlan                    # IEEE 802.1q encapsulation
1.40.8.3  nathanw   184: pseudo-device  bridge                  # simple inter-network bridging
1.40.8.2  nathanw   185: pseudo-device  ccd             4       # concatenating disk driver
1.40.8.3  nathanw   186: pseudo-device  raid            8       # RAIDframe disk driver
                    187: options        RAID_AUTOCONFIG         # auto-configuration of RAID components
                    188: #Options to enable various other RAIDframe RAID types.
                    189: #options       RF_INCLUDE_EVENODD=1
                    190: #options       RF_INCLUDE_RAID5_RS=1
                    191: #options       RF_INCLUDE_PARITYLOGGING=1
                    192: #options       RF_INCLUDE_CHAINDECLUSTER=1
                    193: #options       RF_INCLUDE_INTERDECLUSTER=1
                    194: #options       RF_INCLUDE_PARITY_DECLUSTERING=1
                    195: #options       RF_INCLUDE_PARITY_DECLUSTERING_DS=1
1.40.8.2  nathanw   196: pseudo-device  ipfilter                # IP filtering device
                    197: pseudo-device  rnd                     # /dev/random and in-kernel generator
1.40.8.5! nathanw   198: pseudo-device  clockctl                # user control of clock subsystem
1.40.8.2  nathanw   199:
                    200: #Hardware options for GENERIC are in the various machine type specific files
                    201:
                    202: pseudo-device  view    4       # View (graphics mapping)
                    203:
                    204: pseudo-device  mouse   1       # mouse
                    205:
                    206: #The following sections describe various hardware options.
                    207:
                    208: ncrscsi0       at mainbus0     # NCR5380 SCSI driver
                    209: scsibus0       at ncrscsi0     # SCSI bus
                    210: zs0            at mainbus0     # Serial support through 8530
                    211: grfbus0                at mainbus0     # bitmapped display's
                    212: grfcc0         at grfbus0      # graphics driver
                    213: ite0           at grfcc0       # console
                    214: nvr0           at mainbus0     # nvram driver
                    215:
                    216: grfcc1         at grfbus0      # 2nd graphics driver
                    217: ite1           at grfcc1       # 2nd tty
                    218: grfcc2         at grfbus0      # 3rd graphics driver
                    219: ite2           at grfcc2       # 3rd tty
                    220: lp0            at mainbus0     # centronics printer
                    221: ser0           at mainbus0     # UART on first 68901 (ttyB0)
                    222:
                    223: wdc0           at mainbus0     # IDE-bus
                    224: wd*            at wdc? channel ? drive ?
                    225:
1.40.8.5! nathanw   226:  #ATAPI bus support
1.40.8.2  nathanw   227: atapibus* at wdc? channel ?
                    228:
                    229: #ATAPI devices
                    230: cd*    at atapibus? drive ?    # ATAPI CD-ROM drives
                    231:
                    232: #SCSI devices
                    233: sd*    at scsibus? target ? lun ?      # SCSI disk drives
                    234: st*    at scsibus? target ? lun ?      # SCSI tape drives
                    235: cd*    at scsibus? target ? lun ?      # SCSI CD-ROM drives
                    236:
                    237: ch*    at scsibus? target ? lun ?      # SCSI autochangers
                    238: ss*    at scsibus? target ? lun ?      # SCSI scanners
                    239: se*    at scsibus? target ? lun ?      # SCSI ethernet
                    240: uk*    at scsibus? target ? lun ?      # SCSI unknown
                    241:

CVSweb <webmaster@jp.NetBSD.org>