MILAN-ISAIDE revision 1.57
11.1Sleo#
21.53Ssimonb# $NetBSD: MILAN-ISAIDE,v 1.57 2008/11/15 21:22:03 abs Exp $
31.1Sleo#
41.1Sleo# This file was automatically created. Changes will be
51.1Sleo# lost when running makeconf in this directory.
61.1Sleo#
71.6Slukem# Created from:
81.49Sbjh21#		NetBSD: MILAN.in,v 1.21 2006/09/03 13:51:24 bjh21 Exp $
91.57Sabs#		NetBSD: GENERIC.in,v 1.76 2008/11/15 21:21:23 abs Exp $
101.28Sabsinclude "arch/atari/conf/std.milan"
111.28Sabsoptions INCLUDE_CONFIG_FILE # embed config file in kernel binary
121.28Sabsmaxusers 16
131.28Sabsoptions HZ=64 # Set the clock-rate (48/64/96)
141.28Sabsoptions INSECURE # disable kernel security levels
151.28Sabsoptions M68040 # support for 040
161.28Sabsoptions M68060 # support for 060
171.28Sabsoptions FPSP # 68040 Floatingpoint support
181.28Sabsoptions M060SP # MC68060 software support (Required for 060)
191.28Sabsoptions INET # IP + ICMP + TCP + UDP
201.28Sabsoptions INET6 # IPV6
211.28Sabsoptions NETATALK # AppleTalk networking protocols
221.28Sabsoptions PPP_BSDCOMP # BSD-Compress compression support for PPP
231.28Sabsoptions PPP_DEFLATE # Deflate compression support for PPP
241.28Sabsoptions PPP_FILTER # Active filter support for PPP (requires bpf)
251.28Sabsoptions PFIL_HOOKS # pfil(9) packet filter hooks
261.28Sabsoptions IPFILTER_LOG # ipmon(8) log support
271.49Sbjh21options IPFILTER_LOOKUP # ippool(8) support
281.28Sabsfile-system FFS # Berkeley fast file system
291.28Sabsfile-system MFS # Memory based filesystem
301.28Sabsfile-system MSDOSFS # MSDOS filesystem
311.28Sabsfile-system CD9660 # ISO 9660 filesystem with Rock Ridge
321.56Sabsfile-system KERNFS # Kernel parameter filesystem
331.28Sabsfile-system NFS # Network File System client side code
341.28Sabsfile-system PROCFS # Process filesystem
351.28Sabsfile-system FDESC # /dev/fd
361.28Sabsfile-system NULLFS # Loopback filesystem
371.28Sabsfile-system OVERLAY # overlay filesystem
381.28Sabsfile-system UNION # union file system
391.28Sabsfile-system UMAPFS # null file system (with uid & gid remapping)
401.28Sabsfile-system PORTAL # portal file system
411.28Sabsfile-system EXT2FS # second extended file system (linux)
421.28Sabsfile-system LFS # log-structured file system
431.39Schristosfile-system PTYFS # /dev/pts/N support
441.53Ssimonboptions WAPBL # File system journaling support - Experimental
451.28Sabsoptions QUOTA # Disk quotas for local disks
461.28Sabsoptions SOFTDEP # FFS soft updates support.
471.28Sabsoptions NFSSERVER # Network File System server side code
481.28Sabsoptions PANICWAIT # Require keystroke to dump/reboot
491.28Sabsoptions DDB # Kernel debugger
501.28Sabsoptions DDB_HISTORY_SIZE=100 # Enable history editing in DDB
511.28Sabsoptions COMPAT_43 # 4.3 BSD compatible system calls (required)
521.34Ssimonboptions COMPAT_10 # Compatibility with NetBSD 1.0
531.34Ssimonboptions COMPAT_11 # Compatibility with NetBSD 1.1
541.34Ssimonboptions COMPAT_12 # Compatibility with NetBSD 1.2
551.34Ssimonboptions COMPAT_13 # Compatibility with NetBSD 1.3
561.34Ssimonboptions COMPAT_14 # Compatibility with NetBSD 1.4
571.34Ssimonboptions COMPAT_15 # Compatibility with NetBSD 1.5
581.34Ssimonboptions COMPAT_16 # Compatibility with NetBSD 1.6
591.34Ssimonboptions COMPAT_20 # Compatibility with NetBSD 2.0
601.40Schsoptions COMPAT_30 # NetBSD 3.0 compatibility.
611.51Sheoptions COMPAT_40 # NetBSD 4.0 compatibility.
621.28Sabsoptions COMPAT_AOUT_M68K # Compatibility to a.out executables
631.28Sabsoptions EXEC_AOUT # a.out format executables
641.31Sbouyeroptions COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
651.28Sabsoptions SYSVSHM # System V shared memory
661.28Sabsoptions SYSVMSG # System V messages
671.28Sabsoptions SYSVSEM # System V semaphores
681.29Sbouyeroptions P1003_1B_SEMAPHORE # p1003.1b semaphore support
691.28Sabsoptions KTRACE # Add kernel tracing system call
701.28Sabsoptions USERCONF # userconf(4) support
711.31Sbouyeroptions SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
721.28Sabsoptions SCSIVERBOSE # human readable SCSI error messages
731.28Sabsoptions MIIVERBOSE # verbose PHY autoconfig messages
741.28Sabsoptions PCIVERBOSE # verbose PCI device autoconfig messages
751.57Sabsoptions ST_POOL_SIZE=24 # smallest that allows TT-HIGH
761.28Sabsoptions MEMORY_DISK_HOOKS # Boot RAM-disk
771.28Sabsoptions DISKLABEL_NBDA # NetBSD disklabels (required)
781.28Sabsoptions DISKLABEL_AHDI # NetBSD/AHDI disklabels
791.54Sabsoptions SERCONSOLE # modem1 console support, breaks Falcon
801.28Sabsoptions RELOC_KERNEL # TT/Falcon: relocate kernel to TT-RAM
811.28Sabsoptions MSGBUFSIZE=32768 # size of kernel msg. buffer
821.28Sabsoptions TRY_SCSI_LINKED_COMMANDS=0x7f
831.28Sabsconfig netbsd root on ? type ?
841.28Sabspseudo-device sl # Slip
851.28Sabspseudo-device ppp # ppp
861.28Sabspseudo-device pppoe # PPP over Ethernet (RFC 2516)
871.28Sabspseudo-device pty # pseudo-terminals
881.28Sabspseudo-device loop # Loopback network
891.45Srpaulopseudo-device vnd # 3 pseudo disks (see vnconfig)
901.28Sabspseudo-device md 3 # Boot memory disk
911.43Srpaulopseudo-device bpfilter # berkeley packet filters
921.45Srpaulopseudo-device tun # network tunnel
931.32Scubepseudo-device tap # virtual Ethernet
941.45Srpaulopseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
951.46Spavelpseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
961.28Sabspseudo-device vlan # IEEE 802.1q encapsulation
971.28Sabspseudo-device bridge # simple inter-network bridging
981.50Smartinpseudo-device agr # IEEE 802.3ad link aggregation
991.28Sabspseudo-device ccd 4 # concatenating disk driver
1001.28Sabspseudo-device raid 8 # RAIDframe disk driver
1011.28Sabsoptions RAID_AUTOCONFIG # auto-configuration of RAID components
1021.33Shannkenpseudo-device fss 4 # file system snapshot device
1031.28Sabspseudo-device ipfilter # IP filtering device
1041.28Sabspseudo-device rnd # /dev/random and in-kernel generator
1051.28Sabspseudo-device clockctl # user control of clock subsystem
1061.28Sabsexphy* at mii? phy ? # 3Com internal PHYs
1071.28Sabsinphy* at mii? phy ? # Intel 82555 PHYs
1081.28Sabsiophy* at mii? phy ? # Intel 82553 PHYs
1091.28Sabsukphy* at mii? phy ? # generic unknown PHYs
1101.28Sabsep* at pci? dev ? function ? # 3Com 3c59x
1111.28Sabsfxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
1121.28Sabseso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive
1131.28Sabsaudio* at eso?
1141.28Sabsoptions WSEMUL_VT100 # VT100 / VT220 emulation
1151.28Sabsoptions WS_KERNEL_FG=WSCOL_WHITE
1161.28Sabsoptions WS_KERNEL_BG=WSCOL_BLACK
1171.28Sabsoptions WSDISPLAY_DEFAULTSCREENS=4
1181.28Sabsoptions PCDISPLAY_SOFTCURSOR
1191.28Sabsisab0 at mainbus0 # ISA-bus
1201.28Sabsisa0 at isab0
1211.28Sabspcib0 at mainbus0 # PCI-bus
1221.28Sabspci0 at pcib0
1231.28Sabsnvr0 at mainbus0 # nvram driver
1241.28Sabsser0 at mainbus0
1251.28Sabsfdcisa0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy contr.
1261.28Sabsfdisa0 at fdcisa0 drive 0
1271.28Sabswdc0 at isa? port 0x1f0 irq 14 flags 0x04 # 1st IDE controller
1281.28Sabswdc1 at isa? port 0x170 irq 15 flags 0x04 # 2nd IDE controller
1291.28Sabsatabus* at ata? channel ?
1301.28Sabsvga0 at pci? dev ? function ? # a PCI VGA card
1311.28Sabswsdisplay* at vga? console ? # as a wscons console
1321.28Sabspckbc0 at isa? # PC keyboard controller
1331.28Sabspckbd* at pckbc? # PC keyboard
1341.28Sabswskbd* at pckbd? console ? # wscons keyboard
1351.28Sabswd* at atabus? drive ?
1361.28Sabsatapibus* at atabus? # ATAPI bus support
1371.28Sabscd* at atapibus? drive ? # ATAPI CD-ROM drives
138