PICA revision 1.32
1# $NetBSD: PICA,v 1.32 2002/04/12 08:10:52 gmcgarry Exp $ 2# 3# configuration file for ACER PICA system 4# 5 6include "arch/arc/conf/std.arc" 7 8maxusers 32 # estimated number of users 9 10# Platform support 11options PLATFORM_ACER_PICA_61 # Pica, NEC ImageRISCstation 12 13# Standard system options 14 15options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 16options NTP # NTP phase/frequency locked loop 17 18options KTRACE # system call tracing via ktrace(1) 19 20options SYSVMSG # System V-like message queues 21options SYSVSEM # System V-like semaphores 22options SYSVSHM # System V-like memory sharing 23#options SHMMAXPGS=1024 # 1024 pages is the default 24 25options LKM # loadable kernel modules 26 27#options USERCONF # userconf(4) support 28#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 29 30# Diagnostic/debugging support options 31options DIAGNOSTIC # cheap kernel consistency checks 32#options DEBUG # expensive debugging checks/support 33#options KMEMSTATS # kernel memory statistics (vmstat -m) 34options DDB # in-kernel debugger 35#options DDB_HISTORY_SIZE=100 # enable history editing in DDB 36#options KGDB # remote gdb 37#options KGDB_DEVRATE=19200 # kernel gdb port rate (default 9600) 38#options KGDB_DEV="17*256+0" # device for kernel gdb 39#makeoptions DEBUG="-g" # compile full symbol table 40 41# Compatibility options 42#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 43options COMPAT_10 # NetBSD 1.0, 44options COMPAT_11 # NetBSD 1.1, 45options COMPAT_12 # NetBSD 1.2, 46options COMPAT_13 # NetBSD 1.3, 47options COMPAT_14 # NetBSD 1.4, 48options COMPAT_43 # and 4.3BSD 49options COMPAT_386BSD_MBRPART # recognize old partition ID 50 51# mipsel specific 52options COMPAT_ULTRIX # Ultrix binary compatibility 53options EXEC_ECOFF # Ultrix RISC binaries are ECOFF format 54 55# File systems 56file-system FFS # fast filesystem 57#file-system EXT2FS # second extended file system (linux) 58#file-system LFS # log-structured file system 59file-system MFS # memory file system 60file-system NTFS # Windows/NT file system (experimental) 61file-system CD9660 # ISO 9660 + Rock Ridge file system 62file-system MSDOSFS # MS-DOS file system 63file-system NFS # Network File System client 64file-system FDESC # /dev/fd 65file-system KERNFS # /kern 66#file-system NULLFS # loopback file system 67#file-system OVERLAY # overlay file system 68#file-system PORTAL # portal filesystem (still experimental) 69file-system PROCFS # /proc 70#file-system UMAPFS # NULLFS + uid and gid remapping 71#file-system UNION # union file system 72#file-system CODA # Coda File System; also needs vcoda (below) 73 74# File system options 75options QUOTA # FFS quotas 76#options FFS_EI # FFS Endian Independent support 77options SOFTDEP # FFS soft updates support. 78options NFSSERVER # Network File System server 79#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 80 # immutable) behave as system flags. 81 82# Networking options 83#options GATEWAY # IP packet forwarding 84options INET # IP + ICMP + TCP + UDP 85options INET6 # IPV6 86#options IPSEC # IP security 87#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 88#options IPSEC_DEBUG # debug for IP security 89#options MROUTING # IP multicast routing 90#options NS # XNS 91#options NSIP # XNS tunneling over IP 92#options ISO,TPIP # OSI networking 93#options EON # OSI tunneling over IP 94#options CCITT,LLC,HDLC # X.25 95options NETATALK # AppleTalk networking protocols 96options PPP_BSDCOMP # BSD-Compress compression support for PPP 97options PPP_DEFLATE # Deflate compression support for PPP 98options PPP_FILTER # Active filter support for PPP (requires bpf) 99options PFIL_HOOKS # pfil(9) packet filter hooks 100options IPFILTER_LOG # ipmon(8) log support 101#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 102 103# These options enable verbose messages for several subsystems. 104# Warning, these may compile large string tables into the kernel! 105#options EISAVERBOSE # verbose EISA device autoconfig messages 106#options PCIVERBOSE # verbose PCI device autoconfig messages 107#options PCI_CONFIG_DUMP # verbosely dump PCI config space 108options SCSIVERBOSE # human readable SCSI error messages 109 110# wscons terminal emulation 111options WSEMUL_VT100 # VT100 emulation 112 113# Kernel root file system and dump configuration. 114options NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM 115config netbsd root on ? type ? 116 117# 118# Device configuration 119# 120 121mainbus0 at root 122cpu* at mainbus0 123 124#### Jazz-Internal bus devices 125 126# PLATFORM_ACER_PICA_61 127# PLATFORM_MICROSOFT_JAZZ 128# PLATFORM_NEC_JC94 129# PLATFORM_NEC_R94 130# PLATFORM_NEC_R96 131# PLATFORM_NEC_RAX94 132# PLATFORM_NEC_RD94 133jazzio* at mainbus0 # Jazz-Internal bus host bridge. 134 135timer0 at jazzio? 136mcclock0 at jazzio? 137#pc0 at jazzio? 138#opms0 at jazzio? 139vga0 at jazzio? # Jazz localbus VGA 140pckbc0 at jazzio? # PC keyboard controller 141com0 at jazzio? 142com1 at jazzio? 143lpt0 at jazzio? 144sn0 at jazzio? 145 146fdc0 at jazzio? 147fd* at fdc? drive ? 148 149asc0 at jazzio? # NCR53C9x SCSI 150scsibus* at asc? 151 152#### ISA bus devices 153 154# PLATFORM_ACER_PICA_61 155# PLATFORM_MICROSOFT_JAZZ 156# PLATFORM_NEC_R94 157# PLATFORM_NEC_R96 158jazzisabr* at mainbus0 # Jazz-(E)ISA bus bridge. 159isa* at jazzisabr? 160 161com2 at isa? port 0x3f8 irq 4 162com3 at isa? port 0x2f8 irq 3 163 164#### SCSI bus devices 165 166sd* at scsibus? target ? lun ? 167st* at scsibus? target ? lun ? 168cd* at scsibus? target ? lun ? 169ch* at scsibus? target ? lun ? 170ss* at scsibus? target ? lun ? 171uk* at scsibus? target ? lun ? 172 173#### Workstation Console attachments 174 175wsdisplay* at vga? 176#wsdisplay* at tga? 177pckbd* at pckbc? # PC keyboard (kbd port) 178wskbd* at pckbd? 179pms* at pckbc? # PS/2-style mouse (aux port) 180wsmouse* at pms? 181#pmsi* at pckbc? # PS/2 "Intelli"mouse (aux port) 182#wsmouse* at pmsi? 183 184#### Pseudo devices 185 186# disk/mass storage pseudo-devices 187pseudo-device ccd 4 # concatenated/striped disk devices 188#pseudo-device raid 4 # RAIDframe disk driver 189pseudo-device md 1 # memory disk device (ramdisk) 190pseudo-device vnd 4 # disk-like interface to files 191 192# network pseudo-devices 193pseudo-device bpfilter 8 # Berkeley packet filter 194pseudo-device ipfilter # IP filter (firewall) and NAT 195pseudo-device loop 1 # network loopback 196pseudo-device ppp 2 # Point-to-Point Protocol 197pseudo-device sl 2 # Serial Line IP 198#pseudo-device strip 2 # Starmode Radio IP (Metricom) 199pseudo-device tun 2 # network tunneling over tty 200#pseudo-device gre 2 # generic L3 over IP tunnel 201pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 202#pseudo-device faith 1 # IPv[46] tcp relay translation i/f 203#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation 204pseudo-device vlan # IEEE 802.1q encapsulation 205 206# miscellaneous pseudo-devices 207pseudo-device pty # pseudo-terminals 208#pseudo-device tb 1 # tablet line discipline 209#pseudo-device sequencer 1 # MIDI sequencer 210# rnd works; RND_COM does not on port arc yet. 211pseudo-device rnd # /dev/random and in-kernel generator 212#options RND_COM # use "com" randomness as well (BROKEN) 213 214# a pseudo device needed for Coda # also needs CODA (above) 215#pseudo-device vcoda 4 # coda minicache <-> venus comm. 216 217# mouse & keyboard multiplexor pseudo-devices 218#pseudo-device wsmux 219