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