GENERIC revision 1.18
1# $NetBSD: GENERIC,v 1.18 2001/06/30 11:00:33 darcy Exp $ 2# 3# GENERIC LUNA68K 4# 5include "arch/luna68k/conf/std.luna68k" 6 7#ident "GENERIC-$Revision: 1.18 $" 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 SEMMNI=10 # number of semaphore identifiers 23#options SEMMNS=60 # number of semaphores in system 24#options SEMUME=10 # max number of undo entries per process 25#options SEMMNU=30 # number of undo structures in system 26#options SYSVSHM # System V shared memory 27#optoins SHMMAXPGS=1024 # 1024 pages is the default 28#options LKM # loadable kernel modules 29#options UCONSOLE # users can redirect console (unsafe) 30 31# Debugging options 32options DDB 33#options DDB_HISTORY_SIZE=100 # enable history editing in DDB 34#options SYMTAB_SPACE=72000 # place DDB symbols in data segment 35#options DEBUG # extra kernel debugging support 36#options DIAGNOSTIC # extra kernel sanity checking 37#options SCSIVERBOSE # Verbose SCSI errors 38#options SCSIDEBUG 39#makeoptions DEBUG="-g" # compile full symbol table 40 41# Compatibility options 42options COMPAT_43 # and 4.3BSD and ... 43options COMPAT_12 # NetBSD 1.2 binary compatibility 44options COMPAT_13 # NetBSD 1.3 binary compatibility 45options COMPAT_14 # NetBSD 1.4 binary compatibility 46 47# Filesystem options 48file-system FFS # ufs file system 49#file-system LFS # log-structured file system 50file-system NFS # nfs client support 51file-system MFS 52#file-system CD9660 # ISO 9660 + Rock Ridge file system 53#file-system MSDOSFS # MS-DOS FAT file system 54file-system KERNFS # /kern 55file-system PROCFS # /proc 56#file-system FDESC # /dev/fd/* 57file-system NULLFS # loopback file system 58#file-system PORTAL # portal filesystem (still experimental) 59#file-system UMAPFS # NULLFS + uid and gid remapping 60#file-system UNION # union file system 61#file-system CODA # Coda File System; also needs vcode (below) 62 63#options NFSSERVER # nfs server support 64#options QUOTA # ffs quotas 65#options FFS_EI # ffs endian independant support 66options SOFTDEP # ffs soft updates support 67 68# Networking options 69options INET # IP prototol stack support 70#options INET6 # IPV6 71#options IPSEC # IP security 72#options IPSEC_ESP # IP securyty (encryption part; define w/IPSEC) 73#options IPSEC_DEBUG # debug for IP security 74#options GATEWAY # IP packet forwarding 75#options MROUTING # IP multicast routing 76#options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD 77#options NS # XNS 78#options NSIP # XNS tunneling over IP 79#options ISO,TPIP # OSI 80#options EON # OSI tunneling over IP 81#options CCITT,LLC,HDLC # X.25 82#options NETATALK # AppleTalk networking protocols 83#options PPP_BSDCOMP # BSD-Compress compression support for PPP 84#options PPP_DEFLATE # Deflate compression support for PPP 85#options PPP_FILTER # Active filter support for PPP (requires bpf) 86#options PFIL_HOOKS # pfil(9) packet filter hooks 87#options IPFILTER_LOG # ipmon(8) log support 88options NFS_BOOT_DHCP # superset of BOOTP 89 90# WS console uses SUN or VT100 terminal emulation 91options WSEMUL_VT100 92 93config netbsd root on ? type ? 94 95mainbus0 at root 96 97clock0 at mainbus0 98 99# uPD7201 SIO 100sio0 at mainbus0 101siotty0 at sio0 # ttya 102ws0 at sio0 # port for keyboard and mouse 103# AM7990 LANCE 104le0 at mainbus0 105# MB89532 SPC 106spc0 at mainbus0 107#spc1 at mainbus0 # 2nd SCSI on LUNA-II 108# framebuffer 109fb0 at mainbus0 # 16 or 256 pseudo color 110 111# Workstation Console attachments 112wsdisplay* at fb? 113wskbd* at ws? console ? 114wsmouse* at ws? 115 116# SCSI bus support 117scsibus* at spc? 118 119# SCSI devices 120sd* at scsibus? target ? lun ? # SCSI disks 121st* at scsibus? target ? lun ? # SCSI tapes 122#cd* at scsibus? target ? lun ? # SCSI CD-ROMs 123#ch* at scsibus? target ? lun ? # SCSI changer devices 124#ss* at scsibus? target ? lun ? # SCSI scanners 125#uk* at scsibus? target ? lun ? # unknown SCSI devices 126 127pseudo-device bpfilter 2 # Berkeley Packet Filter 128#pseudo-device ccd 2 # concatenated and striped disks 129#pseudo-device gre 2 # generic L3 over IP tunnel 130#pseudo-device ipfilter 1 # ip filter 131pseudo-device loop 1 # loopback interface; required 132pseudo-device md 1 # memory disk device 133#pseudo-device ppp 1 # PPP interfaces 134pseudo-device pty # pseudo-terminals 135#pseudo-device raid 2 # RAIDframe disk driver 136#pseudo-device sl 1 # SLIP interfaces 137#pseudo-device tun 2 # Network "tunnel" device 138pseudo-device vlan # IEEE 802.1q encapsulation 139#pseudo-device vnd 2 # disk-like interface to files 140pseudo-device rnd # /dev/random and in-kernel generator 141