GENERIC revision 1.9
1# $NetBSD: GENERIC,v 1.9 2000/08/13 01:31:19 itojun Exp $ 2# 3# GENERIC LUNA68K 4# 5include "arch/luna68k/conf/std.luna68k" 6 7#ident "GENERIC-$Revision: 1.9 $" 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 62options SOFTDEP # ffs soft updates support 63 64# Networking options 65options INET # IP prototol stack support 66#options INET6 # IPV6 67#options IPSEC # IP security 68#options IPSEC_ESP # IP securyty (encryption part; define w/IPSEC) 69#options IPSEC_DEBUG # debug for IP security 70#options GATEWAY # IP packet forwarding 71#options MROUTING # IP multicast routing 72#options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD 73#options NS # XNS 74#options NSIP # XNS tunneling over IP 75#options ISO,TPIP # OSI 76#options EON # OSI tunneling over IP 77#options CCITT,LLC,HDLC # X.25 78#options NETATALK # AppleTalk networking protocols 79#options PPP_BSDCOMP # BSD-Compress compression support for PPP 80#options PPP_DEFLATE # Deflate compression support for PPP 81#options PPP_FILTER # Active filter support for PPP (requires bpf) 82#options PFIL_HOOKS # pfil(9) packet filter hooks 83#options IPFILTER_LOG # ipmon(8) log support 84options NFS_BOOT_DHCP # superset of BOOTP 85 86# WS console uses SUN or VT100 terminal emulation 87options WSEMUL_VT100 88 89config netbsd root on ? type nfs 90 91mainbus0 at root 92 93clock0 at mainbus0 94 95# uPD7201 SIO 96sio0 at mainbus0 97siotty0 at sio0 # ttya 98ws0 at sio0 # port for keyboard and mouse 99# AM7990 LANCE 100le0 at mainbus0 101# MB89532 SPC 102spc0 at mainbus0 103#spc1 at mainbus0 # 2nd SCSI on LUNA-II 104# framebuffer 105fb0 at mainbus0 # 16 or 256 pseudo color 106 107# Workstation Console attachments 108wsdisplay* at fb? 109wskbd* at ws? console ? 110#wsmouse* at ws? # not supported, yet... 111 112# SCSI bus support 113scsibus* at spc? 114 115# SCSI devices 116sd* at scsibus? target ? lun ? # SCSI disks 117st* at scsibus? target ? lun ? # SCSI tapes 118#cd* at scsibus? target ? lun ? # SCSI CD-ROMs 119#ch* at scsibus? target ? lun ? # SCSI changer devices 120#ss* at scsibus? target ? lun ? # SCSI scanners 121#uk* at scsibus? target ? lun ? # unknown SCSI devices 122 123pseudo-device bpfilter 2 # Berkeley Packet Filter 124#pseudo-device ccd 2 # concatenated and striped disks 125#pseudo-device gre 2 # generic L3 over IP tunnel 126#pseudo-device ipfilter 1 # ip filter 127pseudo-device loop 1 # loopback interface; required 128pseudo-device md 1 # memory disk device 129#pseudo-device ppp 1 # PPP interfaces 130pseudo-device pty 64 # pseudo-terminals 131#pseudo-device raid 2 # RAIDframe disk driver 132#pseudo-device sl 1 # SLIP interfaces 133#pseudo-device tun 2 # Network "tunnel" device 134#pseudo-device vnd 2 # disk-like interface to files 135 136# rnd is EXPERIMENTAL 137#pseudo-device rnd # /dev/random and in-kernel generator 138#options RND_COM # use "com" randomness too 139