VME177 revision 1.16
1# $NetBSD: VME177,v 1.16 2003/09/22 14:11:23 cl Exp $ 2 3include "arch/mvme68k/conf/std.mvme68k" 4 5#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 6 7# Boards this kernel supports; need at least one 8options MVME177 9 10options M060SP 11 12maxusers 8 13 14#options DDB 15#options DIAGNOSTIC, DEBUG 16 17#options SYSVSHM 18options KTRACE 19options COMPAT_43 20options USERCONF # userconf(4) support 21#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 22 23file-system FFS 24file-system NFS 25file-system KERNFS 26file-system MFS 27file-system CD9660 28#file-system MSDOSFS 29#file-system UNION 30 31#options NFSSERVER 32#options FFS_EI # FFS Endian Independant support 33 34# Networking options 35options INET 36#options GATEWAY # IP packet forwarding 37#options ISO # OSI networking 38#options TPIP 39#options EON 40#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 41 42options COMPAT_AOUT_M68K # compatibility with NetBSD/m68k a.out 43#options COMPAT_16, COMPAT_15 44#options COMPAT_14, COMPAT_13, COMPAT_12 45#options COMPAT_SUNOS 46#options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries 47#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 48 49## force NFS root and swap 50#config netbsd root on ? type nfs 51## "generic" boot (put root on boot device) 52config netbsd root on ? type ? 53 54options NFS_BOOT_DHCP # Diskless client w/ dhcp 55options NFS_BOOT_BOOTP # Diskless client w/ bootp 56options NFS_BOOT_BOOTPARAM # Diskless client w/ bootparamd 57 58 59pseudo-device sl 60pseudo-device ppp 2 61pseudo-device loop 62pseudo-device bpfilter 63pseudo-device pty 64pseudo-device rnd 65pseudo-device clockctl # user control of clock subsystem 66 67mainbus0 at root 68 69pcctwo0 at mainbus0 70clock0 at pcctwo? ipl 5 71clmpcc0 at pcctwo? ipl 4 72ie0 at pcctwo? ipl 3 73osiop0 at pcctwo? ipl 2 74lpt0 at pcctwo? ipl 1 75 76# VMEbus Support 77vmetwo0 at mainbus0 78vme0 at vmetwo0 79 80# Example VMEbus device 81#foo0 at vme0 addr 0x10001000 am 0x0d irq 3 vect 0x80 82 83# Memory Controller Support (MCECC and MEMC040) 84memc* at mainbus0 85 86# SCSI Bus Support 87scsibus* at osiop? 88 89sd* at scsibus? target ? lun ? 90st* at scsibus? target ? lun ? 91cd* at scsibus? target ? lun ? 92