GENERIC revision 1.33
1# $NetBSD: GENERIC,v 1.33 2002/04/12 08:11:09 gmcgarry Exp $ 2# 3# GENERIC machine description file 4# 5# This machine description file is used to generate the default NetBSD 6# kernel. The generic kernel does not include all options, subsystems 7# and device drivers, but should be useful for most applications. 8# 9# The machine description file can be customised for your specific 10# machine to reduce the kernel size and improve its performance. 11# 12# For further information on compiling NetBSD kernels, see the config(8) 13# man page. 14# 15# For further information on hardware support for this architecture, see 16# the intro(4) man page. For further information about kernel options 17# for this architecture, see the options(4) man page. For an explanation 18# of each device driver in this file see the section 4 man page for the 19# device. 20 21include "arch/mvme68k/conf/std.mvme68k" 22 23#ident "GENERIC-$Revision: 1.33 $" 24 25# Boards this kernel supports 26options MVME147 27options MVME162 28options MVME167 29options MVME172 30options MVME177 31 32maxusers 4 33 34# Needed on m68040 boards to emulate some missing FP instructions 35options FPSP 36 37# Needed on m68060 boards 38options M060SP 39 40#options DDB 41options DIAGNOSTIC, DEBUG 42 43#options SYSVSHM 44options KTRACE 45options COMPAT_43 46 47#options USERCONF # userconf(4) support 48#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 49 50file-system FFS 51file-system NFS 52file-system KERNFS 53file-system MFS 54file-system CD9660 55#file-system MSDOSFS 56#file-system UNION 57 58options NFSSERVER 59#options FFS_EI # FFS Endian Independant support 60options SOFTDEP # FFS soft updates support. 61 62# Networking options 63options INET 64options INET6 # IPV6 65#options IPSEC # IP security 66#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 67#options IPSEC_DEBUG # debug for IP security 68#options GATEWAY # IP packet forwarding 69#options ISO # OSI networking 70#options TPIP 71#options EON 72#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 73 74options COMPAT_AOUT_M68K # compatibility with NetBSD/m68k a.out 75options COMPAT_09, COMPAT_10, COMPAT_11 76options COMPAT_12, COMPAT_13, COMPAT_14, COMPAT_15 77#options COMPAT_SUNOS 78#options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries 79#options COMPAT_LINUX # compatibility with Linux/m68k binaries 80#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 81 82## force NFS root and swap 83#config netbsd root on ? type nfs 84## "generic" boot (put root on boot device) 85config netbsd root on ? type ? 86 87# Which protocol to use when booting over NFS 88options NFS_BOOT_DHCP # Diskless client w/ dhcp 89options NFS_BOOT_BOOTP # Diskless client w/ bootp 90options NFS_BOOT_BOOTPARAM # Diskless client w/ bootparamd 91 92pseudo-device sl 93pseudo-device ppp 2 94pseudo-device pppoe # PPP over Ethernet (RFC 2516) 95pseudo-device loop 96pseudo-device bpfilter 97pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 98#pseudo-device faith 1 # IPv[46] tcp relay translation i/f 99#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation 100pseudo-device vlan # IEEE 802.1q encapsulation 101pseudo-device bridge # simple inter-network bridging 102pseudo-device pty # pseudo-terminals 103pseudo-device vnd 2 104 105# random number generator pseudo-device 106pseudo-device rnd # /dev/random and in-kernel generator 107#options RND_COM # use "com" randomness as well (BROKEN) 108 109mainbus0 at root 110 111# MVME147 specific devices 112pcc0 at mainbus0 113vmepcc0 at pcc? 114clock0 at pcc? ipl 5 115zsc* at pcc? ipl 4 116le0 at pcc? ipl 3 117wdsc0 at pcc? ipl 2 118lpt0 at pcc? ipl 1 119 120# MVME16x and MVME17x shared devices 121pcctwo0 at mainbus0 122vmetwo0 at mainbus0 123memc* at mainbus0 124clock0 at pcctwo? ipl 5 125ie0 at pcctwo? ipl 3 126osiop0 at pcctwo? ipl 2 127 128# MVME162/MVME172 specific devices 129zsc* at pcctwo? ipl 4 130 131# MVME167/MVME177 specific devices 132clmpcc0 at pcctwo? ipl 4 133lpt0 at pcctwo? ipl 1 134 135# Common front-end for MVME147 and MVME162 `zs' device 136zstty* at zsc? channel ? 137 138# MI VMEbus Interface 139vme0 at vmepcc0 140vme0 at vmetwo0 141 142# Example VMEbus device 143#foo0 at vme0 addr 0x00ef0000 irq 3 vect 0x80 144 145scsibus* at wdsc? 146scsibus* at osiop? 147 148sd* at scsibus? target ? lun ? 149st* at scsibus? target ? lun ? 150cd* at scsibus? target ? lun ? 151#ch* at scsibus? target ? lun ? 152#ss* at scsibus? target ? lun ? # SCSI scanners 153#uk* at scsibus? target ? lun ? # SCSI unknown 154