1 # 2 # $NetBSD: SMALL030,v 1.1.2.3 2009/03/12 23:33:48 snj 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.73.4.5 2009/03/12 23:32:35 snj Exp $ 9 include "arch/atari/conf/std.atari" 10 makeoptions COPTS="-Os" 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 - Experimental 22 options PANICWAIT # Require keystroke to dump/reboot 23 options COMPAT_16 # Compatibility with NetBSD 1.6 24 options COMPAT_20 # Compatibility with NetBSD 2.0 25 options COMPAT_30 # NetBSD 3.0 compatibility. 26 options COMPAT_40 # NetBSD 4.0 compatibility. 27 options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 28 options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 29 options ST_POOL_SIZE=24 # smallest that allows TT-HIGH 30 options TT_SCSI # SCSI-support for TT 31 options TT_VIDEO # Graphics support for TT 32 options FALCON_SCSI # SCSI-support for Falcon 33 options FALCON_VIDEO # Graphics support for FALCON 34 options MEMORY_DISK_HOOKS # Boot RAM-disk 35 options DISKLABEL_NBDA # NetBSD disklabels (required) 36 options DISKLABEL_AHDI # NetBSD/AHDI disklabels 37 config netbsd root on ? type ? 38 pseudo-device sl # Slip 39 pseudo-device pty # pseudo-terminals 40 pseudo-device loop # Loopback network 41 pseudo-device md 3 # Boot memory disk 42 pseudo-device view 4 # View (graphics mapping) 43 ncrscsi0 at mainbus0 # NCR5380 SCSI driver 44 zs0 at mainbus0 # Serial support through 8530 45 grfbus0 at mainbus0 # bitmapped display's 46 grfcc0 at grfbus0 # graphics driver 47 ite0 at grfcc0 # console 48 nvr0 at mainbus0 # nvram driver 49 wdc0 at mainbus0 # IDE-bus 50 atabus* at wdc? channel ? 51 wd* at atabus? drive ? 52 atapibus* at atabus? 53 cd* at atapibus? drive ? # ATAPI CD-ROM drives 54 scsibus* at scsi? # SCSI bus 55 sd* at scsibus? target ? lun ? # SCSI disk drives 56 cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 57