GENERIC revision 1.4
1# $NetBSD: GENERIC,v 1.4 2000/02/12 03:33:30 thorpej Exp $ 2# 3# GENERIC LUNA68K 4# 5include "arch/luna68k/conf/std.luna68k" 6 7#ident "GENERIC-$Revision: 1.4 $" 8 9maxusers 8 10 11options M68030 12#options M68040 13#options FPSP # on m68040 to emulate some missing FP instructions 14 15# Needs to be set per system. i.e change these as you see fit 16 17# Standard system options 18options NTP # NTP phase/frequency locked loop 19options KTRACE 20#options SYSVMSG # System V message queues 21#options SYSVSEM # System V semaphores 22#options SYSVSHM # System V shared memory 23#optoins SHMMAXPGS=1024 # 1024 pages is the default 24#options LKM # loadable kernel modules 25#options UCONSOLE # users can redirect console (unsafe) 26 27# Debugging options 28options DDB 29#options DDB_HISTORY_SIZE=100 # enable history editing in DDB 30#options SYMTAB_SPACE=72000 # place DDB symbols in data segment 31#options DEBUG # extra kernel debugging support 32#options DIAGNOSTIC # extra kernel sanity checking 33#options SCSIVERBOSE # Verbose SCSI errors 34#options SCSIDEBUG 35#makeoptions DEBUG="-g" # compile full symbol table 36 37# Compatability options 38options COMPAT_43 # and 4.3BSD and ... 39options COMPAT_12 # NetBSD 1.2 binary compatibility 40options COMPAT_13 # NetBSD 1.3 binary compatibility 41options COMPAT_14 # NetBSD 1.4 binary compatibility 42 43# Filesystem options 44file-system FFS # ufs file system 45#file-system LFS # log-structured file system 46file-system NFS # nfs client support 47file-system MFS 48#file-system CD9660 # ISO 9660 + Rock Ridge file system 49#file-system MSDOSFS # MS-DOS FAT file system 50file-system KERNFS # /kern 51file-system PROCFS # /proc 52#file-system FDESC # /dev/fd/* 53file-system NULLFS # loopback file system 54#file-system PORTAL # portal filesystem (still experimental) 55#file-system UMAPFS # NULLFS + uid and gid remapping 56#file-system UNION # union file system 57#file-system CODA # Coda File System; also needs vcode (below) 58 59#options NFSSERVER # nfs server support 60#options QUOTA # ffs quotas 61#options FFS_EI # ffs endian independant support 62#options SOFTDEP # ffs soft updates support 63 64# Pull in config fragments for kernel crypto. This is required for 65# options IPSEC etc. to work. If you want to run with IPSEC, uncomment 66# one of these, based on whether you use crypto-us or crypto-intl, and 67# adjust the prefixes as necessary. 68 69#prefix ../crypto-us/sys 70#cinclude "conf/files.crypto-us" 71#prefix 72 73#prefix ../crypto-intl/sys 74#cinclude "conf/files.crypto-intl" 75#prefix 76 77# Networking options 78options INET # IP prototol stack support 79#options INET6 # IPV6 80#options IPSEC # IP security 81#options IPSEC_ESP # IP securyty (encryption part; define w/IPSEC) 82#options IPSEC_DEBUG # debug for IP security 83#options GATEWAY # IP packet forwarding 84#options MROUTING # IP multicast routing 85#options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD 86#options NS # XNS 87#options NSIP # XNS tunneling over IP 88#options ISO,TPIP # OSI 89#options EON # OSI tunneling over IP 90#options CCITT,LLC,HDLC # X.25 91#options NETATALK # AppleTalk networking protocols 92#options PPP_BSDCOMP # BSD-Compress compression support for PPP 93#options PPP_DEFLATE # Deflate compression support for PPP 94#options PPP_FILTER # Active filter support for PPP (requires bpf) 95#options PFIL_HOOKS # pfil(9) packet filter hooks 96#options IPFILTER_LOG # ipmon(8) log support 97options NFS_BOOT_DHCP # superset of BOOTP 98 99# WS console uses SUN or VT100 terminal emulation 100options WSEMUL_VT100 101 102config netbsd root on ? type nfs 103 104mainbus0 at root 105 106clock0 at mainbus0 107 108# uPD7201 SIO 109sio0 at mainbus0 110siotty0 at sio0 # ttya 111ws0 at sio0 # port for keyboard and mouse 112# AM7990 LANCE 113le0 at mainbus0 114# MB89532 SPC 115spc0 at mainbus0 116#spc1 at mainbus0 # 2nd SCSI on LUNA-II 117# framebuffer 118fb0 at mainbus0 # 16 or 256 pseudo color 119 120# Workstation Console attachments 121wsdisplay* at fb? 122wskbd* at ws? console ? 123#wsmouse* at ws? # not supported, yet... 124 125# SCSI bus support 126scsibus* at spc? 127 128# SCSI devices 129sd* at scsibus? target ? lun ? # SCSI disks 130st* at scsibus? target ? lun ? # SCSI tapes 131#cd* at scsibus? target ? lun ? # SCSI CD-ROMs 132#ch* at scsibus? target ? lun ? # SCSI changer devices 133#ss* at scsibus? target ? lun ? # SCSI scanners 134#uk* at scsibus? target ? lun ? # unknown SCSI devices 135 136pseudo-device bpfilter 2 # Berkeley Packet Filter 137#pseudo-device ccd 2 # concatenated and striped disks 138#pseudo-device gre 2 # generic L3 over IP tunnel 139#pseudo-device ipfilter 1 # ip filter 140pseudo-device loop 1 # loopback interface; required 141pseudo-device md 1 # memory disk device 142#pseudo-device ppp 1 # PPP interfaces 143pseudo-device pty 32 # pseudo-terminals 144#pseudo-device raid 2 # RAIDframe disk driver 145#pseudo-device sl 1 # SLIP interfaces 146#pseudo-device tun 2 # Network "tunnel" device 147#pseudo-device vnd 2 # disk-like interface to files 148 149# rnd is EXPERIMENTAL 150#pseudo-device rnd # /dev/random and in-kernel generator 151#options RND_COM # use "com" randomness too 152