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