1 # 2 # $NetBSD: SMALL030,v 1.28 2022/08/07 02:55:46 simonb 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.124 2022/08/07 02:52:24 simonb Exp $ 9 include "arch/atari/conf/std.atari" 10 makeoptions COPTS="-Os -fno-unwind-tables" # 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 include "conf/compat_netbsd10.config" 25 no options COMPAT_43 # 4.3 BSD compatible system calls 26 no options COMPAT_10 # NetBSD 1.0, 27 no options COMPAT_11 # NetBSD 1.1, 28 no options COMPAT_12 # NetBSD 1.2, 29 no options COMPAT_13 # NetBSD 1.3, 30 no options COMPAT_14 # NetBSD 1.4, 31 no options COMPAT_15 # NetBSD 1.5, 32 options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 33 options ST_POOL_SIZE=56 # for SCSI, FDC, and Xserver 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