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