1 1.16 soda # $NetBSD: PICA,v 1.16 2000/01/26 12:48:44 soda Exp $ 2 1.1 jonathan # 3 1.15 soda # Generic configuration file for MIPS R4400 PICA system 4 1.1 jonathan # 5 1.15 soda 6 1.15 soda include "arch/arc/conf/std.arc" 7 1.1 jonathan 8 1.10 jonathan maxusers 32 9 1.10 jonathan 10 1.15 soda # Need to set locally 11 1.15 soda options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 12 1.1 jonathan 13 1.1 jonathan # Standard system options 14 1.15 soda options KTRACE # system call tracing support 15 1.15 soda 16 1.15 soda # Diagnostic/debugging support options 17 1.12 lukem options DIAGNOSTIC # extra kernel debugging checks 18 1.12 lukem options DEBUG # extra kernel debugging support 19 1.16 soda #options KGDB # support for kernel gdb 20 1.16 soda #options KGDBRATE=19200 # kernel gdb port rate (default 9600) 21 1.16 soda #options KGDBDEV="15*256+0" # device for kernel gdb 22 1.1 jonathan 23 1.1 jonathan # System V options 24 1.12 lukem options SYSVMSG # System V-like message queues 25 1.12 lukem options SYSVSEM # System V-like semaphores 26 1.12 lukem options SYSVSHM # System V-like memory sharing 27 1.12 lukem options SHMMAXPGS=1024 # 1024 pages is the default 28 1.1 jonathan 29 1.1 jonathan # Filesystem options 30 1.7 thorpej file-system FFS # fast filesystem 31 1.7 thorpej file-system MFS # memory-based filesystem 32 1.15 soda #file-system LFS # Log-based filesystem (still experimental) 33 1.15 soda file-system CD9660 # ISO 9660 + Rock Ridge file system 34 1.15 soda file-system MSDOSFS # Ability to read write MS-Dos filsystem 35 1.7 thorpej file-system NFS # Sun NFS-compatible filesystem (client) 36 1.7 thorpej file-system KERNFS # kernel data-structure filesystem 37 1.15 soda file-system PROCFS # /proc 38 1.7 thorpej file-system FDESC # user file descriptor filesystem 39 1.7 thorpej #file-system UMAPFS # uid/gid remapping filesystem 40 1.15 soda #file-system UNION # union file system 41 1.7 thorpej #file-system NULLFS # null layer filesystem 42 1.15 soda #file-system OVERLAY # overlay file system 43 1.7 thorpej #file-system PORTAL # portal filesystem (still experimental) 44 1.7 thorpej 45 1.12 lukem options QUOTA # FFS quotas 46 1.15 soda #options FFS_EI # FFS Endian Independant support 47 1.16 soda #options SOFTDEP # FFS soft updates support. 48 1.12 lukem options NFSSERVER # Sun NFS-compatible filesystem (server) 49 1.1 jonathan 50 1.15 soda # Pull in config fragments for kernel crypto. This is required for 51 1.15 soda # options IPSEC etc. to work. If you want to run with IPSEC, uncomment 52 1.15 soda # one of these, based on whether you use crypto-us or crypto-intl, and 53 1.15 soda # adjust the prefixes as necessary. 54 1.15 soda 55 1.15 soda #prefix ../crypto-us/sys 56 1.15 soda #cinclude "conf/files.crypto-us" 57 1.15 soda #prefix 58 1.15 soda 59 1.15 soda #prefix ../crypto-intl/sys 60 1.15 soda #cinclude "conf/files.crypto-intl" 61 1.15 soda #prefix 62 1.15 soda 63 1.1 jonathan # Networking options 64 1.12 lukem options INET # Internet protocols 65 1.15 soda options INET6 # IPV6 66 1.15 soda #options IPSEC # IP security 67 1.15 soda #options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 68 1.15 soda #options IPSEC_DEBUG # debug for IP security 69 1.15 soda #options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP 70 1.12 lukem options GATEWAY # IP packet forwarding 71 1.12 lukem #options MULTICAST # Multicast support 72 1.12 lukem #options MROUTING # Multicast routing support 73 1.15 soda #options ISO,TPIP # OSI networking 74 1.15 soda #options EON # OSI tunneling over IP 75 1.1 jonathan 76 1.15 soda # Compatibilitry modules 77 1.15 soda options COMPAT_43 # compatibility with 4.3BSD binaries 78 1.15 soda options COMPAT_11 79 1.15 soda options COMPAT_12 80 1.15 soda options COMPAT_13 81 1.15 soda options COMPAT_14 82 1.15 soda #options COMPAT_ULTRIX # Ultrix binary compatibility (no go yet) 83 1.15 soda options COMPAT_386BSD_MBRPART # recognize old partition ID 84 1.15 soda 85 1.15 soda # Special options 86 1.15 soda options NKMEMCLUSTERS=1024 # 4K pages in kernel malloc pool 87 1.1 jonathan 88 1.16 soda # Kernel root file system and dump configuration. 89 1.15 soda options NFS_BOOT_BOOTP,NFS_BOOT_BOOTPARAM 90 1.15 soda config netbsd root on ? type ? 91 1.15 soda 92 1.15 soda # 93 1.15 soda # Definition of system 94 1.15 soda # 95 1.1 jonathan mainbus0 at root 96 1.1 jonathan cpu* at mainbus0 97 1.1 jonathan 98 1.1 jonathan pica* at mainbus0 99 1.15 soda 100 1.15 soda aclock0 at pica? 101 1.1 jonathan pc0 at pica? 102 1.15 soda opms0 at pica? 103 1.15 soda com0 at pica? 104 1.15 soda com1 at pica? 105 1.1 jonathan lpt0 at pica? 106 1.1 jonathan sn0 at pica? 107 1.1 jonathan 108 1.1 jonathan fdc0 at pica? 109 1.1 jonathan fd* at fdc? drive ? 110 1.1 jonathan 111 1.1 jonathan asc0 at pica? 112 1.1 jonathan scsibus* at asc? 113 1.1 jonathan 114 1.1 jonathan sd* at scsibus? target ? lun ? 115 1.1 jonathan st* at scsibus? target ? lun ? 116 1.1 jonathan cd* at scsibus? target ? lun ? 117 1.15 soda ch* at scsibus? target ? lun ? 118 1.15 soda ss* at scsibus? target ? lun ? 119 1.15 soda uk* at scsibus? target ? lun ? 120 1.15 soda 121 1.15 soda # 122 1.15 soda # ISA Bus. 123 1.15 soda # 124 1.15 soda isabr* at mainbus0 125 1.15 soda 126 1.15 soda isa* at isabr? 127 1.15 soda 128 1.15 soda com2 at isa? port 0x3f8 irq 4 129 1.15 soda com3 at isa? port 0x2f8 irq 3 130 1.1 jonathan 131 1.1 jonathan 132 1.1 jonathan pseudo-device sl 2 # serial-line IP ports 133 1.1 jonathan pseudo-device ppp 2 # serial-line PPP ports 134 1.1 jonathan pseudo-device pty 64 # pseudo ptys 135 1.1 jonathan pseudo-device bpfilter 16 # packet filter ports 136 1.15 soda #pseudo-device gre 2 # generic L3 over IP tunnel 137 1.15 soda pseudo-device loop 138 1.15 soda pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 139 1.15 soda #pseudo-device faith 1 # IPv[46] tcp relay translation i/f 140 1.15 soda pseudo-device vnd 4 # virtual disk 141 1.15 soda pseudo-device ccd 4 # concatenated disks 142 1.15 soda #pseudo-device raid 4 # RAIDframe disk driver 143