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