GENERIC revision 1.7
1# 2# NEWS3400 config file 3# 4# $NetBSD: GENERIC,v 1.7 1998/11/16 16:44:57 oster 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 38#options EXEC_AOUT # exec a.out binaries 39#options EXEC_ECOFF # exec ecoff binaries 40 41# Filesystem options 42file-system FFS # Berkeley Fast Filesystem 43file-system NFS # Sun NFS-compatible filesystem client 44file-system KERNFS # kernel data-structure filesystem 45file-system NULLFS # NULL layered filesystem 46file-system MFS # memory-based filesystem 47file-system FDESC # user file descriptor filesystem 48file-system UMAPFS # uid/gid remapping filesystem 49file-system LFS # Log-based filesystem (still experimental) 50file-system PORTAL # portal filesystem (still experimental) 51file-system PROCFS # /proc 52file-system CD9660 # ISO 9660 + Rock Ridge file system 53file-system UNION # union file system 54file-system MSDOSFS # MS-DOS FAT filesystem(s). 55 56options NFSSERVER # Sun NFS-compatible filesystem server 57options QUOTA # FFS quotas 58#options FFS_EI # FFS Endian Independant support 59 60# Networking options 61options INET # Internet protocols 62#options GATEWAY # IP packet forwarding 63#options MROUTING # packet forwarding of multicast packets 64options NS # Xerox NS networking 65#options NSIP # Xerox NS tunneling over IP 66#options ISO,TPIP # OSI networking 67#options EON # OSI tunneling over IP 68#options CCITT,LLC,HDLC # X.25 69options NETATALK # AppleTalk (over Ethernet) protocol 70#options PPP_BSDCOMP # BSD-Compress compression support for PPP 71#options PPP_DEFLATE # Deflate compression support for PPP 72#options PPP_FILTER # Active filter support for PPP (requires bpf) 73#options PFIL_HOOKS # pfil(9) packet filter hooks 74#options IPFILTER_LOG # ipmon(8) log support 75 76#options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP 77 78config netbsd root on ? type ? 79 80mainbus0 at root 81 82cpu0 at mainbus0 83hb0 at mainbus0 84 85mkclock0 at hb0 addr 0xbff407f8 # MK48T02 realtime clock 86 87le0 at hb0 addr 0xbff80000 # onboard LANCE ethernet 88#le1 at hb0 addr 0xb8c30000 89 90kb0 at hb0 addr 0xbfd00000 # keyboard 91ms0 at hb0 addr 0xbfd00004 # mouse 92 93zsc0 at hb0 addr 0xbfec0000 # onboard 94#zsc1 at hb0 addr 0xb8c40100 95#zsc2 at hb0 addr 0xb8c40104 96zstty0 at zsc0 channel 0 # tty00 97zstty1 at zsc0 channel 1 # tty01 98#zstty2 at zsc1 channel 0 # tty02 99#zstty3 at zsc1 channel 1 # tty03 100#zstty4 at zsc2 channel 0 # tty04 101#zstty5 at zsc2 channel 1 # tty05 102 103fb0 at hb0 addr 0x88000000 # framebuffer 104 105sc0 at hb0 addr 0xbfe00100 # onboard cxd1185 SCSI controller 106 107scsibus0 at sc0 108 109sd* at scsibus? target ? lun ? # SCSI disks 110st* at scsibus? target ? lun ? # SCSI tapes 111cd* at scsibus? target ? lun ? # SCSI CD-ROMs 112ch* at scsibus? target ? lun ? # SCSI changer devices 113 114pseudo-device loop # loopback interface; required 115pseudo-device pty 32 # pseudo-terminals 116pseudo-device sl 2 # SLIP interfaces 117pseudo-device ppp 2 # PPP interfaces 118pseudo-device tun 4 # Network "tunnel" device 119pseudo-device bpfilter 16 # Berkeley Packet Filter 120pseudo-device vnd 4 # disk-like interface to files 121pseudo-device ccd 4 # concatenated and striped disks 122#pseudo-device raid 4 # RAIDframe disk driver 123#pseudo-device strip 1 # radio clock 124#pseudo-device ipfilter # ip filter 125