RC3230 revision 1.8
1# 2# $NetBSD: RC3230,v 1.8 2002/01/27 13:23:20 jdolecek Exp $ 3# 4include "arch/mipsco/conf/std.mipsco" 5 6maxusers 16 7 8options MIPS1 # R2000/R3000 support 9 10# Standard system options 11options KTRACE # system call tracing support 12options SYSVMSG # System V message queues 13options SYSVSEM # System V semaphores 14options SYSVSHM # System V shared memory 15#options SHMMAXPGS=1024 # 1024 pages is the default 16#options LKM # loadable kernel modules 17#options NTP # network time protocol 18#options UCONSOLE # users can redirect console (unsafe) 19options HZ=25 20#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 21 22# Debugging options 23#options DDB # kernel dynamic debugger 24#options DDB_HISTORY_SIZE=100 # enable history editing in DDB 25options KGDB #,DEBUG_KGDB 26options KGDB_DEV=0x0100 # KGDB port (this is serial0) 27options KGDB_DEVRATE=19200 # KGDB Baud Rate (default=19200) 28makeoptions DEBUG="-g" # Build kernel with debug symbols 29 30#options DEBUG # extra kernel debugging support 31options DIAGNOSTIC # extra kernel sanity checking 32options SCSIVERBOSE # Verbose SCSI errors 33 34# Compatibility options 35options COMPAT_43 # compatibility with 4.3BSD binaries 36#options COMPAT_10 # NetBSD 1.0 binary compatibility 37#options COMPAT_11 # NetBSD 1.1 binary compatibility 38#options 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#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 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 49#file-system NULLFS # NULL layered filesystem 50#file-system MFS # memory-based filesystem 51#file-system FDESC # user file descriptor filesystem 52#file-system UMAPFS # uid/gid remapping filesystem 53#file-system LFS # Log-based filesystem (still experimental) 54#file-system PORTAL # portal filesystem (still experimental) 55file-system PROCFS # /proc 56file-system CD9660 # ISO 9660 + Rock Ridge file system 57#file-system UNION # union file system 58#file-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 63 64# Networking options 65options INET # Internet protocols 66options INET6 # Internet protocols 67options IPSEC # Internet protocols 68options IPSEC_ESP # Internet protocols 69#options GATEWAY # IP packet forwarding 70#options MROUTING # packet forwarding of multicast packets 71#options NS # Xerox NS networking 72#options NSIP # Xerox NS tunneling over IP 73#options ISO,TPIP # OSI networking 74#options EON # OSI tunneling over IP 75#options CCITT,LLC,HDLC # X.25 76#options NETATALK # AppleTalk (over Ethernet) protocol 77#options PPP_BSDCOMP # BSD-Compress compression support for PPP 78#options PPP_DEFLATE # Deflate compression support for PPP 79#options PPP_FILTER # Active filter support for PPP (requires bpf) 80#options PFIL_HOOKS # pfil(9) packet filter hooks 81#options IPFILTER_LOG # ipmon(8) log support 82#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 83 84config netbsd root on ? type ? 85 86mainbus0 at root 87 88cpu0 at mainbus0 89obio0 at mainbus0 90 91# Experimental ISA support 92isabus0 at mainbus0 93isa0 at isabus0 94com0 at isa? port 0x3f8 irq 4 # Standard PC serial ports 95#com1 at isa? port 0x2f8 irq 3 96 97# ISA network interfaces 98ec0 at isa? port 0x300 iomem 0xdc000 irq 9 # 3Com 3c503 Ethernet 99lc0 at isa? port 0x320 iomem ? irq ? # DEC EtherWORKS III (LEMAC) 100ne0 at isa? port 0x280 irq 9 # NE[12]000 ethernet cards 101we0 at isa? port 0x280 iomem 0xd0000 irq 3 # flags 0x0002 # WD/SMC Ethernet 102 103 104mkclock0 at obio0 addr 0xbd000000 # MK48T02 realtime clock 105 106rambo0 at obio0 addr 0xbc000000 # RAMBO dma & timer asic 107 108le0 at obio0 addr 0xba000000 # onboard LANCE ethernet 109 110# Not currently implemented 111#kb0 at obio0 addr 0xbfd00000 # keyboard 112#fb0 at obio0 addr 0x88000000 # framebuffer 113 114fd0 at obio0 addr 0xbe000000 # i82072 floppy disk controller 115 116zsc0 at obio0 addr 0xbb000000 # Base address for Z8530 SCC 117zstty0 at zsc0 channel 0 # tty00 118zstty1 at zsc0 channel 1 # tty01 119 120asc0 at obio0 addr 0xb8000000 # onboard NCR 53c94 SCSI controller 121 122scsibus0 at asc0 123 124sd* at scsibus? target ? lun ? # SCSI disks 125st* at scsibus? target ? lun ? # SCSI tapes 126cd* at scsibus? target ? lun ? # SCSI CD-ROMs 127ch* at scsibus? target ? lun ? # SCSI changer devices 128 129pseudo-device loop # loopback interface; required 130pseudo-device pty # pseudo-terminals 131#pseudo-device sl 2 # SLIP interfaces 132#pseudo-device ppp 2 # PPP interfaces 133pseudo-device tun 4 # Network "tunnel" device 134#pseudo-device gre 2 # generic L3 over IP tunnel 135pseudo-device bpfilter 16 # Berkeley Packet Filter 136pseudo-device vnd 4 # disk-like interface to files 137pseudo-device ccd 4 # concatenated and striped disks 138#pseudo-device raid 4 # RAIDframe disk driver 139#pseudo-device strip 1 # radio clock 140#pseudo-device ipfilter # ip filter 141 142pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 143pseudo-device faith 1 # IPv[46] tcp relay translation i/f 144