GENERIC revision 1.17
1# $NetBSD: GENERIC,v 1.17 2000/01/23 23:46:15 hubertf Exp $ 2# 3# GENERIC kernel for RISC-NEWS 4 5include "arch/newsmips/conf/std.newsmips" 6 7#ident "GENERIC-$Revision: 1.17 $" 8 9maxusers 16 10 11options news3400 12options news5000 13options MIPS1 # R2000/R3000 support 14options MIPS3 # R4000 support 15options CPU_SINGLE # no I/O processor 16 17# Standard system options 18options KTRACE # system call tracing support 19options SYSVMSG # System V message queues 20options SYSVSEM # System V semaphores 21options SYSVSHM # System V shared memory 22#options SHMMAXPGS=1024 # 1024 pages is the default 23options LKM # loadable kernel modules 24options NKMEMCLUSTERS=1024 # 4K pages in kernel malloc pool 25#options NTP # network time protocol 26#options UCONSOLE # users can redirect console (unsafe) 27 28# Debugging options 29#options DDB # kernel dynamic debugger 30#options DDB_HISTORY_SIZE=100 # enable history editing in DDB 31#options DEBUG # extra kernel debugging support 32#options DIAGNOSTIC # extra kernel sanity checking 33#options SCSIVERBOSE # Verbose SCSI errors 34 35# Compatibility options 36options COMPAT_43 # compatibility with 4.3BSD binaries 37options COMPAT_10 # NetBSD 1.0 binary compatibility 38options COMPAT_11 # NetBSD 1.1 binary compatibility 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#options EXEC_AOUT # exec a.out binaries 43#options EXEC_ECOFF # exec ecoff binaries 44 45# Filesystem options 46file-system FFS # Berkeley Fast Filesystem 47file-system NFS # Sun NFS-compatible filesystem client 48file-system KERNFS # kernel data-structure filesystem 49file-system NULLFS # NULL layered filesystem 50file-system OVERLAY # overlay file system 51file-system MFS # memory-based filesystem 52file-system FDESC # user file descriptor filesystem 53file-system UMAPFS # uid/gid remapping filesystem 54file-system LFS # Log-based filesystem (still experimental) 55file-system PORTAL # portal filesystem (still experimental) 56file-system PROCFS # /proc 57file-system CD9660 # ISO 9660 + Rock Ridge file system 58file-system UNION # union file system 59file-system MSDOSFS # MS-DOS FAT filesystem(s). 60 61options NFSSERVER # Sun NFS-compatible filesystem server 62options QUOTA # FFS quotas 63#options FFS_EI # FFS Endian Independant support 64#options SOFTDEP # FFS soft updates support. 65 66# Pull in config fragments for kernel crypto. This is required for 67# options IPSEC etc. to work. If you want to run with IPSEC, uncomment 68# one of these, based on whether you use crypto-us or crypto-intl, and 69# adjust the prefixes as necessary. 70 71#prefix ../crypto-us/sys 72#cinclude "conf/files.crypto-us" 73#prefix 74 75#prefix ../crypto-intl/sys 76#cinclude "conf/files.crypto-intl" 77#prefix 78 79# Networking options 80options INET # Internet protocols 81options INET6 # IPV6 82#options IPSEC # IP security 83#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 84#options IPSEC_DEBUG # debug for IP security 85#options GATEWAY # IP packet forwarding 86#options MROUTING # packet forwarding of multicast packets 87options NS # Xerox NS networking 88#options NSIP # Xerox NS tunneling over IP 89#options ISO,TPIP # OSI networking 90#options EON # OSI tunneling over IP 91#options CCITT,LLC,HDLC # X.25 92options NETATALK # AppleTalk (over Ethernet) protocol 93options PPP_BSDCOMP # BSD-Compress compression support for PPP 94options PPP_DEFLATE # Deflate compression support for PPP 95options PPP_FILTER # Active filter support for PPP (requires bpf) 96options PFIL_HOOKS # pfil(9) packet filter hooks 97options IPFILTER_LOG # ipmon(8) log support 98 99#options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP 100 101options NFS_BOOT_BOOTPARAM 102 103config netbsd root on ? type ? 104 105mainbus0 at root 106 107cpu0 at mainbus0 108hb0 at mainbus0 # Hyper-bus 109ap0 at mainbus0 # APbus 110 111mkclock0 at hb0 addr 0xbff407f8 # MK48T02 realtime clock 112mkclock0 at ap? 113 114le0 at hb0 addr 0xbff80000 level 1 # built-in LANCE ethernet 115le1 at hb0 addr 0xb8c30000 level 0 116 117sn* at ap? # SONIC Ethernet 118 119kb0 at hb0 addr 0xbfd00000 level 2 # keyboard 120ms0 at hb0 addr 0xbfd00004 level 2 # mouse 121 122zsc0 at hb0 addr 0xbfec0000 level 1 flags 0x0 # on-board 123zsc1 at hb0 addr 0xb8c40100 level 1 flags 0x1 # expansion board 124zsc2 at hb0 addr 0xb8c40104 level 1 flags 0x1 125zsc0 at ap? 126 127zstty0 at zsc0 channel 0 # tty00 128zstty1 at zsc0 channel 1 # tty01 129zstty2 at zsc1 channel 0 # tty02 130zstty3 at zsc1 channel 1 # tty03 131zstty4 at zsc2 channel 0 # tty04 132zstty5 at zsc2 channel 1 # tty05 133 134fb0 at hb0 addr 0x88000000 # frame buffer 135 136sc0 at hb0 addr 0xbfe00100 level 0 # on-board cxd1185 SCSI controller 137scsibus0 at sc0 138 139sd* at scsibus? target ? lun ? # SCSI disks 140st* at scsibus? target ? lun ? # SCSI tapes 141cd* at scsibus? target ? lun ? # SCSI CD-ROMs 142ch* at scsibus? target ? lun ? # SCSI changer devices 143 144pseudo-device loop # loopback interface; required 145pseudo-device pty 32 # pseudo-terminals 146pseudo-device sl 2 # SLIP interfaces 147pseudo-device ppp 2 # PPP interfaces 148pseudo-device tun 4 # Network "tunnel" device 149#pseudo-device gre 2 # generic L3 over IP tunnel 150pseudo-device bpfilter 16 # Berkeley Packet Filter 151pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 152#pseudo-device faith 1 # IPv[46] tcp relay translation i/f 153pseudo-device vnd 4 # disk-like interface to files 154pseudo-device ccd 4 # concatenated and striped disks 155#pseudo-device raid 4 # RAIDframe disk driver 156#pseudo-device strip 1 # radio clock 157#pseudo-device ipfilter # ip filter 158