FALCON revision 1.100
11.1Sleo#
21.98Spooka# $NetBSD: FALCON,v 1.100 2010/05/08 20:41:24 tsutsui Exp $
31.1Sleo#
41.34Sleo# This file was automatically created. Changes will be
51.34Sleo# lost when running makeconf in this directory.
61.1Sleo#
71.41Slukem# Created from:
81.100Stsutsui#		NetBSD: GENERIC.in,v 1.89 2010/05/08 20:39:55 tsutsui Exp $
91.12Sleoinclude "arch/atari/conf/std.atari"
101.61Sabsoptions INCLUDE_CONFIG_FILE # embed config file in kernel binary
111.61Sabsmaxusers 16
121.61Sabsoptions HZ=64 # Set the clock-rate (48/64/96)
131.61Sabsoptions INSECURE # disable kernel security levels
141.61Sabsoptions M68030 # support for 030
151.61Sabsoptions FPU_EMULATE # Support for MC68881/MC68882 emulator
161.61Sabsoptions M68040 # support for 040
171.87Sabsoptions M68060 # support for 060
181.61Sabsoptions FPSP # 68040 Floatingpoint support
191.87Sabsoptions M060SP # MC68060 software support (Required for 060)
201.61Sabsoptions INET # IP + ICMP + TCP + UDP
211.61Sabsoptions INET6 # IPV6
221.61Sabsoptions PPP_BSDCOMP # BSD-Compress compression support for PPP
231.61Sabsoptions PPP_DEFLATE # Deflate compression support for PPP
241.61Sabsoptions PPP_FILTER # Active filter support for PPP (requires bpf)
251.61Sabsoptions PFIL_HOOKS # pfil(9) packet filter hooks
261.61Sabsoptions IPFILTER_LOG # ipmon(8) log support
271.81Smartinoptions IPFILTER_LOOKUP # ippool(8) support
281.61Sabsfile-system FFS # Berkeley fast file system
291.61Sabsfile-system MFS # Memory based filesystem
301.61Sabsfile-system MSDOSFS # MSDOS filesystem
311.61Sabsfile-system CD9660 # ISO 9660 filesystem with Rock Ridge
321.87Sabsfile-system KERNFS # Kernel parameter filesystem
331.61Sabsfile-system NFS # Network File System client side code
341.61Sabsfile-system PROCFS # Process filesystem
351.61Sabsfile-system FDESC # /dev/fd
361.61Sabsfile-system NULLFS # Loopback filesystem
371.61Sabsfile-system OVERLAY # overlay filesystem
381.61Sabsfile-system UNION # union file system
391.61Sabsfile-system UMAPFS # null file system (with uid & gid remapping)
401.92Spookafile-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
411.61Sabsfile-system EXT2FS # second extended file system (linux)
421.71Schristosfile-system PTYFS # /dev/pts/N support
431.100Stsutsuifile-system TMPFS # Efficient memory file-system
441.84Ssimonboptions WAPBL # File system journaling support - Experimental
451.61Sabsoptions NFSSERVER # Network File System server side code
461.61Sabsoptions PANICWAIT # Require keystroke to dump/reboot
471.61Sabsoptions DDB # Kernel debugger
481.61Sabsoptions DDB_HISTORY_SIZE=100 # Enable history editing in DDB
491.91Sabsoptions COMPAT_43 # 4.3 BSD compatible system calls
501.66Ssimonboptions COMPAT_10 # Compatibility with NetBSD 1.0
511.66Ssimonboptions COMPAT_11 # Compatibility with NetBSD 1.1
521.66Ssimonboptions COMPAT_12 # Compatibility with NetBSD 1.2
531.66Ssimonboptions COMPAT_13 # Compatibility with NetBSD 1.3
541.66Ssimonboptions COMPAT_14 # Compatibility with NetBSD 1.4
551.66Ssimonboptions COMPAT_15 # Compatibility with NetBSD 1.5
561.66Ssimonboptions COMPAT_16 # Compatibility with NetBSD 1.6
571.66Ssimonboptions COMPAT_20 # Compatibility with NetBSD 2.0
581.72Schsoptions COMPAT_30 # NetBSD 3.0 compatibility.
591.82Sheoptions COMPAT_40 # NetBSD 4.0 compatibility.
601.91Sabsoptions COMPAT_50 # NetBSD 5.0 compatibility.
611.61Sabsoptions COMPAT_AOUT_M68K # Compatibility to a.out executables
621.61Sabsoptions EXEC_AOUT # a.out format executables
631.64Sbouyeroptions COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
641.61Sabsoptions SYSVSHM # System V shared memory
651.61Sabsoptions SYSVMSG # System V messages
661.61Sabsoptions SYSVSEM # System V semaphores
671.62Sbouyeroptions P1003_1B_SEMAPHORE # p1003.1b semaphore support
681.61Sabsoptions KTRACE # Add kernel tracing system call
691.61Sabsoptions USERCONF # userconf(4) support
701.64Sbouyeroptions SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
711.61Sabsoptions SCSIVERBOSE # human readable SCSI error messages
721.88Sabsoptions ST_POOL_SIZE=24 # smallest that allows TT-HIGH
731.61Sabsoptions FALCON_SCSI # SCSI-support for Falcon
741.61Sabsoptions FALCON_VIDEO # Graphics support for FALCON
751.61Sabsoptions MEMORY_DISK_HOOKS # Boot RAM-disk
761.61Sabsoptions DISKLABEL_NBDA # NetBSD disklabels (required)
771.61Sabsoptions DISKLABEL_AHDI # NetBSD/AHDI disklabels
781.61Sabsoptions RELOC_KERNEL # TT/Falcon: relocate kernel to TT-RAM
791.61Sabsoptions MSGBUFSIZE=32768 # size of kernel msg. buffer
801.61Sabsoptions TRY_SCSI_LINKED_COMMANDS=0x7f
811.61Sabsconfig netbsd root on ? type ?
821.61Sabspseudo-device sl # Slip
831.61Sabspseudo-device ppp # ppp
841.61Sabspseudo-device pty # pseudo-terminals
851.61Sabspseudo-device loop # Loopback network
861.91Sabspseudo-device md 3 # Boot memory disk
871.92Spookapseudo-device putter # for puffs and pud
881.77Srpaulopseudo-device vnd # 3 pseudo disks (see vnconfig)
891.75Srpaulopseudo-device bpfilter # berkeley packet filters
901.77Srpaulopseudo-device tun # network tunnel
911.65Shannkenpseudo-device tap # virtual Ethernet
921.77Srpaulopseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
931.78Spavelpseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
941.61Sabspseudo-device ccd 4 # concatenating disk driver
951.98Spookapseudo-device fss # file system snapshot device
961.61Sabspseudo-device ipfilter # IP filtering device
971.61Sabspseudo-device rnd # /dev/random and in-kernel generator
981.61Sabspseudo-device clockctl # user control of clock subsystem
991.93Stsutsuipseudo-device ksyms # /dev/ksyms
1001.61Sabspseudo-device view 4 # View (graphics mapping)
1011.61Sabspseudo-device mouse 1 # mouse
1021.61Sabsncrscsi0 at mainbus0 # NCR5380 SCSI driver
1031.61Sabszs0 at mainbus0 # Serial support through 8530
1041.81Smartingrfbus0 at mainbus0 # bitmapped display's
1051.61Sabsgrfcc0 at grfbus0 # graphics driver
1061.61Sabsite0 at grfcc0 # console
1071.61Sabsnvr0 at mainbus0 # nvram driver
1081.61Sabsgrfcc1 at grfbus0 # 2nd graphics driver
1091.61Sabsite1 at grfcc1 # 2nd tty
1101.61Sabsgrfcc2 at grfbus0 # 3rd graphics driver
1111.61Sabsite2 at grfcc2 # 3rd tty
1121.61Sabslp0 at mainbus0 # centronics printer
1131.61Sabsser0 at mainbus0 # UART on first 68901 (ttyB0)
1141.95Stsutsuine0 at mainbus0 # EtherNEC on Atari ROM cartridge slot
1151.61Sabswdc0 at mainbus0 # IDE-bus
1161.61Sabsatabus* at wdc? channel ?
1171.61Sabswd* at atabus? drive ?
1181.59Sbouyeratapibus* at atabus?
1191.61Sabscd* at atapibus? drive ? # ATAPI CD-ROM drives
1201.91Sabsscsibus* at scsi? # SCSI bus
1211.61Sabssd* at scsibus? target ? lun ? # SCSI disk drives
1221.91Sabscd* at scsibus? target ? lun ? # SCSI CD-ROM drives
1231.61Sabsst* at scsibus? target ? lun ? # SCSI tape drives
1241.61Sabsch* at scsibus? target ? lun ? # SCSI autochangers
1251.61Sabsss* at scsibus? target ? lun ? # SCSI scanners
1261.61Sabsse* at scsibus? target ? lun ? # SCSI ethernet
1271.61Sabsuk* at scsibus? target ? lun ? # SCSI unknown
128