Home | History | Annotate | Line # | Download | only in conf
SMALL030 revision 1.1
      1  1.1  abs #
      2  1.1  abs # $NetBSD: SMALL030,v 1.1 2009/01/24 00:22:12 abs Exp $
      3  1.1  abs #
      4  1.1  abs # This file was automatically created. Changes will be
      5  1.1  abs # lost when running makeconf in this directory.
      6  1.1  abs #
      7  1.1  abs # Created from:
      8  1.1  abs #		NetBSD: GENERIC.in,v 1.78 2009/01/24 00:19:47 abs Exp $
      9  1.1  abs include "arch/atari/conf/std.atari"
     10  1.1  abs maxusers 16
     11  1.1  abs options HZ=64 # Set the clock-rate (48/64/96)
     12  1.1  abs options INSECURE # disable kernel security levels
     13  1.1  abs options M68030 # support for 030
     14  1.1  abs options FPU_EMULATE # Support for MC68881/MC68882 emulator
     15  1.1  abs options INET # IP + ICMP + TCP + UDP
     16  1.1  abs options PPP_BSDCOMP # BSD-Compress compression support for PPP
     17  1.1  abs options PPP_DEFLATE # Deflate compression support for PPP
     18  1.1  abs options PPP_FILTER # Active filter support for PPP (requires bpf)
     19  1.1  abs file-system FFS # Berkeley fast file system
     20  1.1  abs file-system MFS # Memory based filesystem
     21  1.1  abs file-system MSDOSFS # MSDOS filesystem
     22  1.1  abs file-system CD9660 # ISO 9660 filesystem with Rock Ridge
     23  1.1  abs options WAPBL # File system journaling support - Experimental
     24  1.1  abs options PANICWAIT # Require keystroke to dump/reboot
     25  1.1  abs options COMPAT_43 # 4.3 BSD compatible system calls (required)
     26  1.1  abs options COMPAT_10 # Compatibility with NetBSD 1.0
     27  1.1  abs options COMPAT_11 # Compatibility with NetBSD 1.1
     28  1.1  abs options COMPAT_12 # Compatibility with NetBSD 1.2
     29  1.1  abs options COMPAT_13 # Compatibility with NetBSD 1.3
     30  1.1  abs options COMPAT_14 # Compatibility with NetBSD 1.4
     31  1.1  abs options COMPAT_15 # Compatibility with NetBSD 1.5
     32  1.1  abs options COMPAT_16 # Compatibility with NetBSD 1.6
     33  1.1  abs options COMPAT_20 # Compatibility with NetBSD 2.0
     34  1.1  abs options COMPAT_30 # NetBSD 3.0 compatibility.
     35  1.1  abs options COMPAT_40 # NetBSD 4.0 compatibility.
     36  1.1  abs options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
     37  1.1  abs options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
     38  1.1  abs options ST_POOL_SIZE=24 # smallest that allows TT-HIGH
     39  1.1  abs options TT_SCSI # SCSI-support for TT
     40  1.1  abs options TT_VIDEO # Graphics support for TT
     41  1.1  abs options FALCON_SCSI # SCSI-support for Falcon
     42  1.1  abs options FALCON_VIDEO # Graphics support for FALCON
     43  1.1  abs options MEMORY_DISK_HOOKS # Boot RAM-disk
     44  1.1  abs options DISKLABEL_NBDA # NetBSD disklabels (required)
     45  1.1  abs options DISKLABEL_AHDI # NetBSD/AHDI disklabels
     46  1.1  abs config netbsd root on ? type ?
     47  1.1  abs pseudo-device sl # Slip
     48  1.1  abs pseudo-device ppp # ppp
     49  1.1  abs pseudo-device pty # pseudo-terminals
     50  1.1  abs pseudo-device loop # Loopback network
     51  1.1  abs pseudo-device vnd # 3 pseudo disks (see vnconfig)
     52  1.1  abs pseudo-device md 3 # Boot memory disk
     53  1.1  abs pseudo-device view 4 # View (graphics mapping)
     54  1.1  abs ncrscsi0 at mainbus0 # NCR5380 SCSI driver
     55  1.1  abs scsibus0 at ncrscsi0 # SCSI bus
     56  1.1  abs zs0 at mainbus0 # Serial support through 8530
     57  1.1  abs grfbus0 at mainbus0 # bitmapped display's
     58  1.1  abs grfcc0 at grfbus0 # graphics driver
     59  1.1  abs ite0 at grfcc0 # console
     60  1.1  abs nvr0 at mainbus0 # nvram driver
     61  1.1  abs wdc0 at mainbus0 # IDE-bus
     62  1.1  abs atabus* at wdc? channel ?
     63  1.1  abs wd* at atabus? drive ?
     64  1.1  abs atapibus* at atabus?
     65  1.1  abs cd* at atapibus? drive ? # ATAPI CD-ROM drives
     66  1.1  abs sd* at scsibus? target ? lun ? # SCSI disk drives
     67  1.1  abs st* at scsibus? target ? lun ? # SCSI tape drives
     68  1.1  abs cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
     69