MILAN-PCIIDE revision 1.41
11.1Sleo#
21.39Shubertf# $NetBSD: MILAN-PCIIDE,v 1.41 2005/07/31 04:05:26 yamt 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.39Shubertf#		NetBSD: MILAN.in,v 1.18 2005/05/31 22:23:52 tron Exp $
91.41Syamt#		NetBSD: GENERIC.in,v 1.53 2005/07/31 04:04:31 yamt Exp $
101.1Sleoinclude "arch/atari/conf/std.milan"
111.1Sleo
121.31Sabsoptions INCLUDE_CONFIG_FILE # embed config file in kernel binary
131.12Satatat
141.31Sabsmaxusers 16
151.1Sleo
161.31Sabsoptions HZ=64 # Set the clock-rate (48/64/96)
171.1Sleo
181.31Sabsoptions INSECURE # disable kernel security levels
191.31Sabsoptions M68040 # support for 040
201.31Sabsoptions M68060 # support for 060
211.31Sabsoptions FPSP # 68040 Floatingpoint support
221.31Sabsoptions M060SP # MC68060 software support (Required for 060)
231.31Sabs
241.31Sabsoptions INET # IP + ICMP + TCP + UDP
251.31Sabs
261.31Sabsoptions INET6 # IPV6
271.31Sabs
281.31Sabsoptions NS # XNS
291.31Sabs
301.31Sabsoptions ISO,TPIP # OSI
311.31Sabs
321.31Sabsoptions CCITT,LLC,HDLC # X.25
331.31Sabs
341.31Sabsoptions NETATALK # AppleTalk networking protocols
351.31Sabs
361.31Sabsoptions PPP_BSDCOMP # BSD-Compress compression support for PPP
371.31Sabsoptions PPP_DEFLATE # Deflate compression support for PPP
381.31Sabsoptions PPP_FILTER # Active filter support for PPP (requires bpf)
391.31Sabs
401.31Sabsoptions PFIL_HOOKS # pfil(9) packet filter hooks
411.31Sabsoptions IPFILTER_LOG # ipmon(8) log support
421.31Sabsfile-system FFS # Berkeley fast file system
431.31Sabsfile-system MFS # Memory based filesystem
441.31Sabsfile-system KERNFS # Kernel parameter filesystem
451.31Sabsfile-system MSDOSFS # MSDOS filesystem
461.31Sabsfile-system CD9660 # ISO 9660 filesystem with Rock Ridge
471.31Sabs
481.31Sabsfile-system NFS # Network File System client side code
491.31Sabsfile-system PROCFS # Process filesystem
501.31Sabsfile-system FDESC # /dev/fd
511.31Sabsfile-system NULLFS # Loopback filesystem
521.31Sabsfile-system OVERLAY # overlay filesystem
531.31Sabsfile-system UNION # union file system
541.31Sabsfile-system UMAPFS # null file system (with uid & gid remapping)
551.31Sabsfile-system PORTAL # portal file system
561.31Sabsfile-system EXT2FS # second extended file system (linux)
571.31Sabsfile-system LFS # log-structured file system
581.31Sabs
591.31Sabsoptions QUOTA # Disk quotas for local disks
601.31Sabs
611.31Sabsoptions SOFTDEP # FFS soft updates support.
621.36Shannken
631.31Sabsoptions NFSSERVER # Network File System server side code
641.31Sabs
651.31Sabsoptions PANICWAIT # Require keystroke to dump/reboot
661.31Sabsoptions DDB # Kernel debugger
671.31Sabs
681.31Sabsoptions DDB_HISTORY_SIZE=100 # Enable history editing in DDB
691.31Sabs
701.31Sabsoptions COMPAT_43 # 4.3 BSD compatible system calls (required)
711.37Ssimonboptions COMPAT_10 # Compatibility with NetBSD 1.0
721.37Ssimonboptions COMPAT_11 # Compatibility with NetBSD 1.1
731.37Ssimonboptions COMPAT_12 # Compatibility with NetBSD 1.2
741.37Ssimonboptions COMPAT_13 # Compatibility with NetBSD 1.3
751.37Ssimonboptions COMPAT_14 # Compatibility with NetBSD 1.4
761.37Ssimonboptions COMPAT_15 # Compatibility with NetBSD 1.5
771.37Ssimonboptions COMPAT_16 # Compatibility with NetBSD 1.6
781.37Ssimonboptions COMPAT_20 # Compatibility with NetBSD 2.0
791.31Sabs
801.31Sabsoptions COMPAT_AOUT_M68K # Compatibility to a.out executables
811.31Sabsoptions EXEC_AOUT # a.out format executables
821.34Sbouyeroptions COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
831.31Sabs
841.31Sabsoptions SYSVSHM # System V shared memory
851.31Sabsoptions SYSVMSG # System V messages
861.31Sabsoptions SYSVSEM # System V semaphores
871.32Sbouyer
881.32Sbouyeroptions P1003_1B_SEMAPHORE # p1003.1b semaphore support
891.32Sbouyer
901.31Sabsoptions KTRACE # Add kernel tracing system call
911.31Sabsoptions SYSTRACE # system call vetting via systrace(1)
921.31Sabsoptions DIAGNOSTIC # Add additional error checking code
931.31Sabsoptions USERCONF # userconf(4) support
941.34Sbouyer
951.34Sbouyeroptions SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
961.34Sbouyer
971.31Sabsoptions SCSIVERBOSE # human readable SCSI error messages
981.31Sabs
991.31Sabsoptions MIIVERBOSE # verbose PHY autoconfig messages
1001.31Sabsoptions PCIVERBOSE # verbose PCI device autoconfig messages
1011.31Sabs
1021.31Sabsoptions ST_POOL_SIZE=22 # smallest that allows TT-HIGH
1031.31Sabsoptions MEMORY_DISK_HOOKS # Boot RAM-disk
1041.31Sabsoptions DISKLABEL_NBDA # NetBSD disklabels (required)
1051.31Sabsoptions DISKLABEL_AHDI # NetBSD/AHDI disklabels
1061.31Sabs
1071.31Sabsoptions SERCONSOLE # modem1 console support
1081.31Sabsoptions RELOC_KERNEL # TT/Falcon: relocate kernel to TT-RAM
1091.31Sabsoptions MSGBUFSIZE=32768 # size of kernel msg. buffer
1101.31Sabs
1111.31Sabsoptions TRY_SCSI_LINKED_COMMANDS=0x7f
1121.31Sabs
1131.31Sabsconfig netbsd root on ? type ?
1141.31Sabs
1151.31Sabspseudo-device sl # Slip
1161.31Sabspseudo-device ppp # ppp
1171.31Sabs
1181.31Sabspseudo-device pppoe # PPP over Ethernet (RFC 2516)
1191.31Sabs
1201.31Sabspseudo-device pty # pseudo-terminals
1211.31Sabspseudo-device loop # Loopback network
1221.31Sabspseudo-device vnd 3 # 3 pseudo disks (see vnconfig)
1231.39Shubertf
1241.31Sabspseudo-device md 3 # Boot memory disk
1251.31Sabs
1261.31Sabspseudo-device bpfilter 2 # berkeley packet filters
1271.31Sabspseudo-device tun 2 # network tunnel
1281.35Scubepseudo-device tap # virtual Ethernet
1291.31Sabs
1301.31Sabspseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
1311.31Sabs
1321.31Sabspseudo-device vlan # IEEE 802.1q encapsulation
1331.31Sabspseudo-device bridge # simple inter-network bridging
1341.31Sabs
1351.31Sabspseudo-device ccd 4 # concatenating disk driver
1361.31Sabs
1371.31Sabspseudo-device raid 8 # RAIDframe disk driver
1381.31Sabsoptions RAID_AUTOCONFIG # auto-configuration of RAID components
1391.36Shannkenpseudo-device fss 4 # file system snapshot device
1401.31Sabspseudo-device ipfilter # IP filtering device
1411.31Sabspseudo-device rnd # /dev/random and in-kernel generator
1421.31Sabspseudo-device clockctl # user control of clock subsystem
1431.31Sabs
1441.31Sabsexphy* at mii? phy ? # 3Com internal PHYs
1451.31Sabsinphy* at mii? phy ? # Intel 82555 PHYs
1461.31Sabsiophy* at mii? phy ? # Intel 82553 PHYs
1471.31Sabsukphy* at mii? phy ? # generic unknown PHYs
1481.31Sabs
1491.31Sabsep* at pci? dev ? function ? # 3Com 3c59x
1501.31Sabsfxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
1511.31Sabs
1521.31Sabseso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive
1531.31Sabsaudio* at eso?
1541.31Sabsoptions WSEMUL_VT100 # VT100 / VT220 emulation
1551.31Sabs
1561.31Sabsoptions WS_KERNEL_FG=WSCOL_WHITE
1571.31Sabsoptions WS_KERNEL_BG=WSCOL_BLACK
1581.31Sabsoptions WSDISPLAY_DEFAULTSCREENS=4
1591.31Sabs
1601.31Sabsoptions PCDISPLAY_SOFTCURSOR
1611.31Sabs
1621.31Sabsisab0 at mainbus0 # ISA-bus
1631.31Sabsisa0 at isab0
1641.31Sabspcib0 at mainbus0 # PCI-bus
1651.31Sabspci0 at pcib0
1661.31Sabsnvr0 at mainbus0 # nvram driver
1671.31Sabsser0 at mainbus0
1681.31Sabsfdcisa0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy contr.
1691.31Sabsfdisa0 at fdcisa0 drive 0
1701.31Sabspciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver
1711.31Sabsacardide* at pci? dev ? function ? # Acard IDE controllers
1721.31Sabsaceride* at pci? dev ? function ? # Acer Lab IDE controllers
1731.31Sabsartsata* at pci? dev ? function ? # Intel i31244 SATA controller
1741.31Sabscmdide* at pci? dev ? function ? # CMD tech IDE controllers
1751.31Sabscypide* at pci? dev ? function ? # Cypress IDE controllers
1761.31Sabshptide* at pci? dev ? function ? # Triones/HighPoint IDE controllers
1771.31Sabsoptiide* at pci? dev ? function ? # Opti IDE controllers
1781.31Sabspdcide* at pci? dev ? function ? # Promise IDE controllers
1791.34Sbouyerpdcsata* at pci? dev ? function ? # Promise SATA150 controllers
1801.31Sabssatalink* at pci? dev ? function ? # SiI SATALink controllers
1811.31Sabssiside* at pci? dev ? function ? # SiS IDE controllers
1821.31Sabsslide* at pci? dev ? function ? # Symphony Labs IDE controllers
1831.31Sabsviaide* at pci? dev ? function ? # VIA/AMD/Nvidia IDE controllers
1841.31Sabs
1851.31Sabsatabus* at ata? channel ?
1861.31Sabs
1871.31Sabsoptions __HAVE_NWSCONS
1881.31Sabsvga0 at pci? dev ? function ? # a PCI VGA card
1891.31Sabswsdisplay* at vga? console ? # as a wscons console
1901.31Sabspckbc0 at isa? # PC keyboard controller
1911.31Sabspckbd* at pckbc? # PC keyboard
1921.31Sabswskbd* at pckbd? console ? # wscons keyboard
1931.1Sleo
1941.31Sabswd* at atabus? drive ?
1951.31Sabsatapibus* at atabus? # ATAPI bus support
1961.29Sthorpej
1971.31Sabscd* at atapibus? drive ? # ATAPI CD-ROM drives
198