MILAN-PCIIDE revision 1.31
11.1Sleo#
21.31Sabs# $NetBSD: MILAN-PCIIDE,v 1.31 2004/06/26 07:34:43 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.31Sabs#		NetBSD: MILAN.in,v 1.16 2003/12/14 01:32:01 thorpej Exp $
91.31Sabs#		NetBSD: GENERIC.in,v 1.37 2004/06/26 07:32:05 abs 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.31Sabsoptions NFSSERVER # Network File System server side code
631.31Sabs
641.31Sabsoptions PANICWAIT # Require keystroke to dump/reboot
651.31Sabsoptions DDB # Kernel debugger
661.31Sabs
671.31Sabsoptions DDB_HISTORY_SIZE=100 # Enable history editing in DDB
681.31Sabs
691.31Sabsoptions COMPAT_43 # 4.3 BSD compatible system calls (required)
701.31Sabsoptions COMPAT_10 # Compatibility to NetBSD1.0
711.31Sabsoptions COMPAT_11 # Compatibility to NetBSD1.1
721.31Sabsoptions COMPAT_12 # Compatibility to NetBSD1.2
731.31Sabsoptions COMPAT_13 # Compatibility to NetBSD1.3
741.31Sabsoptions COMPAT_14 # Compatibility to NetBSD1.4
751.31Sabsoptions COMPAT_15 # Compatibility to NetBSD1.5
761.31Sabsoptions COMPAT_16 # Compatibility to NetBSD1.6
771.31Sabs
781.31Sabsoptions COMPAT_AOUT_M68K # Compatibility to a.out executables
791.31Sabsoptions EXEC_AOUT # a.out format executables
801.31Sabs
811.31Sabsoptions SYSVSHM # System V shared memory
821.31Sabsoptions SYSVMSG # System V messages
831.31Sabsoptions SYSVSEM # System V semaphores
841.31Sabsoptions KTRACE # Add kernel tracing system call
851.31Sabsoptions SYSTRACE # system call vetting via systrace(1)
861.31Sabsoptions DIAGNOSTIC # Add additional error checking code
871.31Sabsoptions USERCONF # userconf(4) support
881.31Sabsoptions SCSIVERBOSE # human readable SCSI error messages
891.31Sabs
901.31Sabsoptions MIIVERBOSE # verbose PHY autoconfig messages
911.31Sabsoptions PCIVERBOSE # verbose PCI device autoconfig messages
921.31Sabs
931.31Sabsoptions ST_POOL_SIZE=22 # smallest that allows TT-HIGH
941.31Sabsoptions MEMORY_DISK_HOOKS # Boot RAM-disk
951.31Sabsoptions DISKLABEL_NBDA # NetBSD disklabels (required)
961.31Sabsoptions DISKLABEL_AHDI # NetBSD/AHDI disklabels
971.31Sabs
981.31Sabsoptions SERCONSOLE # modem1 console support
991.31Sabsoptions RELOC_KERNEL # TT/Falcon: relocate kernel to TT-RAM
1001.31Sabsoptions MSGBUFSIZE=32768 # size of kernel msg. buffer
1011.31Sabs
1021.31Sabsoptions TRY_SCSI_LINKED_COMMANDS=0x7f
1031.31Sabs
1041.31Sabsconfig netbsd root on ? type ?
1051.31Sabs
1061.31Sabspseudo-device sl # Slip
1071.31Sabspseudo-device ppp # ppp
1081.31Sabs
1091.31Sabspseudo-device pppoe # PPP over Ethernet (RFC 2516)
1101.31Sabs
1111.31Sabspseudo-device pty # pseudo-terminals
1121.31Sabspseudo-device loop # Loopback network
1131.31Sabspseudo-device vnd 3 # 3 pseudo disks (see vnconfig)
1141.31Sabspseudo-device md 3 # Boot memory disk
1151.31Sabs
1161.31Sabspseudo-device bpfilter 2 # berkeley packet filters
1171.31Sabspseudo-device tun 2 # network tunnel
1181.31Sabs
1191.31Sabspseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
1201.31Sabs
1211.31Sabspseudo-device vlan # IEEE 802.1q encapsulation
1221.31Sabspseudo-device bridge # simple inter-network bridging
1231.31Sabs
1241.31Sabspseudo-device ccd 4 # concatenating disk driver
1251.31Sabs
1261.31Sabspseudo-device raid 8 # RAIDframe disk driver
1271.31Sabsoptions RAID_AUTOCONFIG # auto-configuration of RAID components
1281.31Sabspseudo-device ipfilter # IP filtering device
1291.31Sabspseudo-device rnd # /dev/random and in-kernel generator
1301.31Sabspseudo-device clockctl # user control of clock subsystem
1311.31Sabs
1321.31Sabsexphy* at mii? phy ? # 3Com internal PHYs
1331.31Sabsinphy* at mii? phy ? # Intel 82555 PHYs
1341.31Sabsiophy* at mii? phy ? # Intel 82553 PHYs
1351.31Sabsukphy* at mii? phy ? # generic unknown PHYs
1361.31Sabs
1371.31Sabsep* at pci? dev ? function ? # 3Com 3c59x
1381.31Sabsfxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
1391.31Sabs
1401.31Sabseso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive
1411.31Sabsaudio* at eso?
1421.31Sabsoptions WSEMUL_VT100 # VT100 / VT220 emulation
1431.31Sabs
1441.31Sabsoptions WS_KERNEL_FG=WSCOL_WHITE
1451.31Sabsoptions WS_KERNEL_BG=WSCOL_BLACK
1461.31Sabsoptions WSDISPLAY_DEFAULTSCREENS=4
1471.31Sabs
1481.31Sabsoptions PCDISPLAY_SOFTCURSOR
1491.31Sabs
1501.31Sabsisab0 at mainbus0 # ISA-bus
1511.31Sabsisa0 at isab0
1521.31Sabspcib0 at mainbus0 # PCI-bus
1531.31Sabspci0 at pcib0
1541.31Sabsnvr0 at mainbus0 # nvram driver
1551.31Sabsser0 at mainbus0
1561.31Sabsfdcisa0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy contr.
1571.31Sabsfdisa0 at fdcisa0 drive 0
1581.31Sabspciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver
1591.31Sabsacardide* at pci? dev ? function ? # Acard IDE controllers
1601.31Sabsaceride* at pci? dev ? function ? # Acer Lab IDE controllers
1611.31Sabsartsata* at pci? dev ? function ? # Intel i31244 SATA controller
1621.31Sabscmdide* at pci? dev ? function ? # CMD tech IDE controllers
1631.31Sabscypide* at pci? dev ? function ? # Cypress IDE controllers
1641.31Sabshptide* at pci? dev ? function ? # Triones/HighPoint IDE controllers
1651.31Sabsoptiide* at pci? dev ? function ? # Opti IDE controllers
1661.31Sabspiixide* at pci? dev ? function ? # Intel IDE controllers
1671.31Sabspdcide* at pci? dev ? function ? # Promise IDE controllers
1681.31Sabssatalink* at pci? dev ? function ? # SiI SATALink controllers
1691.31Sabssiside* at pci? dev ? function ? # SiS IDE controllers
1701.31Sabsslide* at pci? dev ? function ? # Symphony Labs IDE controllers
1711.31Sabsviaide* at pci? dev ? function ? # VIA/AMD/Nvidia IDE controllers
1721.31Sabs
1731.31Sabsatabus* at ata? channel ?
1741.31Sabs
1751.31Sabsoptions __HAVE_NWSCONS
1761.31Sabsvga0 at pci? dev ? function ? # a PCI VGA card
1771.31Sabswsdisplay* at vga? console ? # as a wscons console
1781.31Sabspckbc0 at isa? # PC keyboard controller
1791.31Sabspckbd* at pckbc? # PC keyboard
1801.31Sabswskbd* at pckbd? console ? # wscons keyboard
1811.1Sleo
1821.31Sabswd* at atabus? drive ?
1831.31Sabsatapibus* at atabus? # ATAPI bus support
1841.29Sthorpej
1851.31Sabscd* at atapibus? drive ? # ATAPI CD-ROM drives
186