1 # 2 # $NetBSD: SMALL030,v 1.20 2014/11/24 08:29:26 tsutsui Exp $ 3 # 4 # This file was automatically created. Changes will be 5 # lost when running makeconf in this directory. 6 # 7 # Created from: 8 # NetBSD: GENERIC.in,v 1.109 2014/11/24 08:23:48 tsutsui Exp $ 9 include "arch/atari/conf/std.atari" 10 makeoptions COPTS="-Os" # optimize for space 11 maxusers 16 12 options HZ=64 # Set the clock-rate (48/64/96) 13 options INSECURE # disable kernel security levels 14 options M68030 # support for 030 15 options FPU_EMULATE # Support for MC68881/MC68882 emulator 16 options INET # IP + ICMP + TCP + UDP 17 file-system FFS # Berkeley fast file system 18 file-system MFS # Memory based filesystem 19 file-system MSDOSFS # MSDOS filesystem 20 file-system CD9660 # ISO 9660 filesystem with Rock Ridge 21 options WAPBL # File system journaling support 22 options FFS_NO_SNAPSHOT # No FFS snapshot support 23 options PANICWAIT # Require keystroke to dump/reboot 24 options COMPAT_16 # NetBSD 1.6, 25 options COMPAT_20 # NetBSD 2.0, 26 options COMPAT_30 # NetBSD 3.0, 27 options COMPAT_40 # NetBSD 4.0, 28 options COMPAT_50 # NetBSD 5.0, 29 options COMPAT_60 # NetBSD 6.0, and 30 options COMPAT_70 # NetBSD 7.0 binary compatibility. 31 options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 32 options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 33 options ST_POOL_SIZE=24 # smallest that allows TT-HIGH 34 options TT_SCSI # SCSI-support for TT 35 options TT_VIDEO # Graphics support for TT 36 options FALCON_SCSI # SCSI-support for Falcon 37 options FALCON_VIDEO # Graphics support for FALCON 38 options MEMORY_DISK_HOOKS # Boot RAM-disk 39 options DISKLABEL_NBDA # NetBSD disklabels (required) 40 options DISKLABEL_AHDI # NetBSD/AHDI disklabels 41 config netbsd root on ? type ? 42 pseudo-device sl # Slip 43 pseudo-device pty # pseudo-terminals 44 pseudo-device loop # Loopback network 45 pseudo-device md # Boot memory disk 46 pseudo-device view 4 # View (graphics mapping) 47 ncrscsi0 at mainbus0 # NCR5380 SCSI driver 48 zs0 at mainbus0 # Serial support through 8530 49 grfbus0 at mainbus0 # bitmapped display's 50 grfcc0 at grfbus0 # graphics driver 51 ite0 at grfcc0 # console 52 nvr0 at mainbus0 # nvram driver 53 wdc0 at mainbus0 # IDE-bus 54 atabus* at wdc? channel ? 55 wd* at atabus? drive ? 56 atapibus* at atabus? 57 cd* at atapibus? drive ? # ATAPI CD-ROM drives 58 scsibus* at scsi? # SCSI bus 59 sd* at scsibus? target ? lun ? # SCSI disk drives 60 cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 61