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