1 1.1 chuck # $NetBSD: VME147,v 1.1 1995/07/25 23:12:05 chuck Exp $ 2 1.1 chuck 3 1.1 chuck machine mvme68k m68k 4 1.1 chuck 5 1.1 chuck options "M68040" # support for 040 6 1.1 chuck options FPSP # MC68040 floating point support 7 1.1 chuck options "M68030" # support for 030 8 1.1 chuck options FPCOPROC # Support for MC6888[12] (Required) 9 1.1 chuck 10 1.1 chuck maxusers 2 11 1.1 chuck 12 1.1 chuck # obsolete timezone spec 13 1.1 chuck options TIMEZONE=0, DST=0 14 1.1 chuck 15 1.1 chuck options DIAGNOSTIC, DEBUG 16 1.1 chuck #options FFS 17 1.1 chuck options NFSCLIENT 18 1.1 chuck #options NFSSERVER 19 1.1 chuck #options SYSVSHM 20 1.1 chuck options KTRACE 21 1.1 chuck options COMPAT_43 22 1.1 chuck options FIFO 23 1.1 chuck #options MFS 24 1.1 chuck options DEVPAGER, SWAPPAGER, VNODEPAGER 25 1.1 chuck #options MSDOSFS 26 1.1 chuck 27 1.1 chuck # Networking options 28 1.1 chuck options INET 29 1.1 chuck options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP 30 1.1 chuck #options GATEWAY # IP packet forwarding 31 1.1 chuck #options ISO # OSI networking 32 1.1 chuck #options TPIP 33 1.1 chuck #options EON 34 1.1 chuck options COMPAT_09, COMPAT_10 35 1.1 chuck options COMPAT_SUNOS 36 1.1 chuck 37 1.1 chuck config netbsd root on nfs swap on nfs 38 1.1 chuck 39 1.1 chuck pseudo-device sl 40 1.1 chuck pseudo-device ppp 2 41 1.1 chuck pseudo-device loop 42 1.1 chuck pseudo-device bpfilter 43 1.1 chuck pseudo-device pty 44 1.1 chuck 45 1.1 chuck mainbus0 at root 46 1.1 chuck iio0 at mainbus0 47 1.1 chuck 48 1.1 chuck pcc0 at iio0 offset 0x1000 49 1.1 chuck zs0 at iio0 offset 0x3000 ipl 4 50 1.1 chuck clock0 at iio0 offset 0x07f8 ipl 5 51 1.1 chuck le0 at iio0 offset 0x1800 ipl 2 52