GENERIC revision 1.11
1# 2# NEWS3400 config file 3# 4# $NetBSD: GENERIC,v 1.11 1999/11/15 19:10:49 fvdl Exp $ 5# 6include "arch/newsmips/conf/std.newsmips" 7 8maxusers 16 9 10options news3400 11options MIPS1 # R2000/R3000 support 12options CPU_SINGLE 13 14# Standard system options 15options KTRACE # system call tracing support 16options SYSVMSG # System V message queues 17options SYSVSEM # System V semaphores 18options SYSVSHM # System V shared memory 19#options SHMMAXPGS=1024 # 1024 pages is the default 20options LKM # loadable kernel modules 21options NKMEMCLUSTERS=1024 # 4K pages in kernel malloc pool 22#options NTP # network time protocol 23#options UCONSOLE # users can redirect console (unsafe) 24 25# Debugging options 26#options DDB # kernel dynamic debugger 27#options DDB_HISTORY_SIZE=100 # enable history editing in DDB 28#options DEBUG # extra kernel debugging support 29#options DIAGNOSTIC # extra kernel sanity checking 30#options SCSIVERBOSE # Verbose SCSI errors 31 32# Compatibility options 33options COMPAT_43 # compatibility with 4.3BSD binaries 34options COMPAT_10 # NetBSD 1.0 binary compatibility 35options COMPAT_11 # NetBSD 1.1 binary compatibility 36options COMPAT_12 # NetBSD 1.2 binary compatibility 37options COMPAT_13 # NetBSD 1.3 binary compatibility 38options COMPAT_14 # NetBSD 1.4 binary compatibility 39#options EXEC_AOUT # exec a.out binaries 40#options EXEC_ECOFF # exec ecoff binaries 41 42# Filesystem options 43file-system FFS # Berkeley Fast Filesystem 44file-system NFS # Sun NFS-compatible filesystem client 45file-system KERNFS # kernel data-structure filesystem 46file-system NULLFS # NULL layered filesystem 47file-system MFS # memory-based filesystem 48file-system FDESC # user file descriptor filesystem 49file-system UMAPFS # uid/gid remapping filesystem 50file-system LFS # Log-based filesystem (still experimental) 51file-system PORTAL # portal filesystem (still experimental) 52file-system PROCFS # /proc 53file-system CD9660 # ISO 9660 + Rock Ridge file system 54file-system UNION # union file system 55file-system MSDOSFS # MS-DOS FAT filesystem(s). 56 57options NFSSERVER # Sun NFS-compatible filesystem server 58options QUOTA # FFS quotas 59#options FFS_EI # FFS Endian Independant support 60#options SOFTDEP # FFS soft updates support. 61 62# Networking options 63options INET # Internet protocols 64#options GATEWAY # IP packet forwarding 65#options MROUTING # packet forwarding of multicast packets 66options NS # Xerox NS networking 67#options NSIP # Xerox NS tunneling over IP 68#options ISO,TPIP # OSI networking 69#options EON # OSI tunneling over IP 70#options CCITT,LLC,HDLC # X.25 71options NETATALK # AppleTalk (over Ethernet) protocol 72options PPP_BSDCOMP # BSD-Compress compression support for PPP 73options PPP_DEFLATE # Deflate compression support for PPP 74options PPP_FILTER # Active filter support for PPP (requires bpf) 75options PFIL_HOOKS # pfil(9) packet filter hooks 76options IPFILTER_LOG # ipmon(8) log support 77 78#options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP 79 80config netbsd root on ? type ? 81 82mainbus0 at root 83 84cpu0 at mainbus0 85hb0 at mainbus0 86 87mkclock0 at hb0 addr 0xbff407f8 # MK48T02 realtime clock 88 89le0 at hb0 addr 0xbff80000 # onboard LANCE ethernet 90#le1 at hb0 addr 0xb8c30000 91 92kb0 at hb0 addr 0xbfd00000 # keyboard 93ms0 at hb0 addr 0xbfd00004 # mouse 94 95zsc0 at hb0 addr 0xbfec0000 # onboard 96#zsc1 at hb0 addr 0xb8c40100 97#zsc2 at hb0 addr 0xb8c40104 98zstty0 at zsc0 channel 0 # tty00 99zstty1 at zsc0 channel 1 # tty01 100#zstty2 at zsc1 channel 0 # tty02 101#zstty3 at zsc1 channel 1 # tty03 102#zstty4 at zsc2 channel 0 # tty04 103#zstty5 at zsc2 channel 1 # tty05 104 105fb0 at hb0 addr 0x88000000 # framebuffer 106 107sc0 at hb0 addr 0xbfe00100 # onboard cxd1185 SCSI controller 108 109scsibus0 at sc0 110 111sd* at scsibus? target ? lun ? # SCSI disks 112st* at scsibus? target ? lun ? # SCSI tapes 113cd* at scsibus? target ? lun ? # SCSI CD-ROMs 114ch* at scsibus? target ? lun ? # SCSI changer devices 115 116pseudo-device loop # loopback interface; required 117pseudo-device pty 32 # pseudo-terminals 118pseudo-device sl 2 # SLIP interfaces 119pseudo-device ppp 2 # PPP interfaces 120pseudo-device tun 4 # Network "tunnel" device 121#pseudo-device gre 2 # generic L3 over IP tunnel 122pseudo-device bpfilter 16 # Berkeley Packet Filter 123pseudo-device vnd 4 # disk-like interface to files 124pseudo-device ccd 4 # concatenated and striped disks 125#pseudo-device raid 4 # RAIDframe disk driver 126#pseudo-device strip 1 # radio clock 127#pseudo-device ipfilter # ip filter 128