ARCTIC revision 1.5
1# $NetBSD: ARCTIC,v 1.5 2000/03/22 00:58:18 cgd Exp $ 2# $OpenBSD: ARCTIC,v 1.12 1999/08/29 12:14:03 niklas Exp $ 3# 4# configuration file for DeskStation 5# 6 7include "arch/arc/conf/std.arc" 8 9maxusers 32 # estimated number of users 10 11# Misc. arc-specific options 12options PCCONS_FORCE_WORD # Max out at 16bit accesses to the 13 # VGA memory 14 15# Standard system options 16 17options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 18options NTP # NTP phase/frequency locked loop 19 20options KTRACE # system call tracing via ktrace(1) 21 22options SYSVMSG # System V-like message queues 23options SYSVSEM # System V-like semaphores 24options SYSVSHM # System V-like memory sharing 25#options SHMMAXPGS=1024 # 1024 pages is the default 26 27options LKM # loadable kernel modules 28 29# Diagnostic/debugging support options 30options DIAGNOSTIC # cheap kernel consistency checks 31#options DEBUG # expensive debugging checks/support 32#options KMEMSTATS # kernel memory statistics (vmstat -m) 33options DDB # in-kernel debugger 34#options DDB_HISTORY_SIZE=100 # enable history editing in DDB 35#options KGDB # remote gdb 36#options KGDBRATE=19200 # kernel gdb port rate (default 9600) 37#options KGDBDEV="17*256+0" # device for kernel gdb 38#makeoptions DEBUG="-g" # compile full symbol table 39 40# Compatibility options 41options COMPAT_10 # NetBSD 1.0, 42options COMPAT_11 # NetBSD 1.1, 43options COMPAT_12 # NetBSD 1.2, 44options COMPAT_13 # NetBSD 1.3, 45options COMPAT_14 # NetBSD 1.4, 46options COMPAT_43 # and 4.3BSD 47options COMPAT_386BSD_MBRPART # recognize old partition ID 48 49# mipsel specific 50options COMPAT_ULTRIX # Ultrix binary compatibility 51options EXEC_ECOFF # Ultrix RISC binaries are ECOFF format 52 53# File systems 54file-system FFS # fast filesystem 55#file-system EXT2FS # second extended file system (linux) 56#file-system LFS # log-structured file system 57file-system MFS # memory file system 58file-system NTFS # Windows/NT file system (experimental) 59file-system CD9660 # ISO 9660 + Rock Ridge file system 60file-system MSDOSFS # MS-DOS file system 61file-system NFS # Network File System client 62file-system FDESC # /dev/fd 63file-system KERNFS # /kern 64#file-system NULLFS # loopback file system 65#file-system OVERLAY # overlay file system 66#file-system PORTAL # portal filesystem (still experimental) 67file-system PROCFS # /proc 68#file-system UMAPFS # NULLFS + uid and gid remapping 69#file-system UNION # union file system 70#file-system CODA # Coda File System; also needs vcoda (below) 71 72# File system options 73options QUOTA # FFS quotas 74#options FFS_EI # FFS Endian Independent support 75#options SOFTDEP # FFS soft updates support. 76options NFSSERVER # Network File System server 77#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 78 # immutable) behave as system flags. 79 80# Pull in config fragments for kernel crypto. This is required for 81# options IPSEC etc. to work. If you want to run with IPSEC, uncomment 82# one of these, based on whether you use crypto-us or crypto-intl, and 83# adjust the prefixes as necessary. 84 85#prefix ../crypto-us/sys 86#cinclude "conf/files.crypto-us" 87#prefix 88 89#prefix ../crypto-intl/sys 90#cinclude "conf/files.crypto-intl" 91#prefix 92 93# Networking options 94#options GATEWAY # IP packet forwarding 95options INET # IP + ICMP + TCP + UDP 96options INET6 # IPV6 97#options IPSEC # IP security 98#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 99#options IPSEC_DEBUG # debug for IP security 100#options MROUTING # IP multicast routing 101#options NS # XNS 102#options NSIP # XNS tunneling over IP 103#options ISO,TPIP # OSI networking 104#options EON # OSI tunneling over IP 105#options CCITT,LLC,HDLC # X.25 106options NETATALK # AppleTalk networking protocols 107options PPP_BSDCOMP # BSD-Compress compression support for PPP 108options PPP_DEFLATE # Deflate compression support for PPP 109options PPP_FILTER # Active filter support for PPP (requires bpf) 110options PFIL_HOOKS # pfil(9) packet filter hooks 111options IPFILTER_LOG # ipmon(8) log support 112 113# Compatibility with 4.2BSD implementation of TCP/IP. Not recommended. 114#options TCP_COMPAT_42 115 116# These options enable verbose messages for several subsystems. 117# Warning, these may compile large string tables into the kernel! 118#options EISAVERBOSE # verbose EISA device autoconfig messages 119#options PCIVERBOSE # verbose PCI device autoconfig messages 120#options PCI_CONFIG_DUMP # verbosely dump PCI config space 121options SCSIVERBOSE # human readable SCSI error messages 122 123# Kernel root file system and dump configuration. 124options NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM 125config netbsd root on ? type ? 126 127# 128# Device configuration 129# 130 131mainbus0 at root 132cpu* at mainbus0 133 134#### ISA bus devices 135 136isabr* at mainbus0 # ISA Bus bridge (std ISA bus). 137isa* at isabr? 138#isadma0 at isa? 139 140aclock0 at isa? port 0x70 irq 0 141 142pc0 at isa? port 0x60 irq 1 # generic PC console device 143com0 at isa? port 0x3f8 irq 4 144com1 at isa? port 0x2f8 irq 3 145com2 at isa? port 0x3e8 irq 4 146com3 at isa? port 0x2e8 irq 3 147ast0 at isa? port 0x1a0 irq 3 # AST 4-port serial cards 148com* at ast? slave ? 149 150# Joystick driver. Probe is a little strange; add only if you have one. 151joy0 at isa? port 0x201 152 153# ISA ST506, ESDI, and IDE controllers 154# Use flags 0x01 if you want to try to use 32bits data I/O (the driver will 155# fall back to 16bits I/O if 32bits I/O are not functional). 156# Some controllers pass the initial 32bit test, but will fail later. 157wdc0 at isa? port 0x1f0 irq 14 flags 0x00 158wdc1 at isa? port 0x170 irq 15 flags 0x00 159#wdc* at isapnp? 160 161# IDE drives 162# Flags are used only with controllers that support DMA operations 163# and mode settings (e.g. some pciide controllers) 164# The lowest order four bits (rightmost digit) of the flags define the PIO 165# mode to use, the next set of four bits the DMA mode and the third set the 166# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode 167# to use, and the last bit must be 1 for this setting to be used. 168# For DMA and UDMA, 0xf (1111) means 'disable'. 169# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'. 170# (0xc=1100, 0xa=1010, 0xf=1111) 171# 0x0000 means "use whatever the drive claims to support". 172wd* at wdc? channel ? drive ? flags 0x0000 173 174# ATAPI bus support 175atapibus* at wdc? channel ? 176 177# ATAPI devices 178# flags have the same meaning as for IDE drives. 179cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives 180sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives 181uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown 182 183# ISA parallel printer interfaces 184lpt0 at isa? port 0x378 irq 7 185 186# ISA network interfaces 187ec0 at isa? port 0x250 iomem 0xd8000 irq 9 # 3Com 3c503 Ethernet 188ep0 at isa? port ? irq ? # 3C509 ethernet cards 189ne0 at isa? port 0x280 irq 9 # NE[12]000 ethernet cards 190ne1 at isa? port 0x300 irq 10 191#ne* at isapnp? # NE[12]000 PnP ethernet 192we0 at isa? port 0x280 iomem 0xd0000 irq 9 # WD/SMC Ethernet 193we1 at isa? port 0x300 iomem 0xcc000 irq 10 194#we* at isapnp? 195 196#aha0 at isa? port 0x330 irq ? drq ? # Adaptec 154[02] SCSI 197#aha1 at isa? port 0x334 irq ? drq ? # Adaptec 154[02] SCSI 198#scsibus* at aha? 199btl0 at isa? port 0x330 irq ? drq ? 200scsibus* at btl? 201#wds0 at isa? port 0x350 irq 15 drq 6 # WD7000 and TMC-7000 SCSI 202#wds1 at isa? port 0x358 irq 11 drq 5 203#scsibus* at wds? 204 205#### SCSI bus devices 206 207sd* at scsibus? target ? lun ? 208st* at scsibus? target ? lun ? 209cd* at scsibus? target ? lun ? 210ch* at scsibus? target ? lun ? 211ss* at scsibus? target ? lun ? 212uk* at scsibus? target ? lun ? 213 214#### Pseudo devices 215 216# disk/mass storage pseudo-devices 217pseudo-device ccd 4 # concatenated/striped disk devices 218#pseudo-device raid 4 # RAIDframe disk driver 219pseudo-device md 1 # memory disk device (ramdisk) 220pseudo-device vnd 4 # disk-like interface to files 221 222# network pseudo-devices 223pseudo-device bpfilter 8 # Berkeley packet filter 224pseudo-device ipfilter # IP filter (firewall) and NAT 225pseudo-device loop 1 # network loopback 226pseudo-device ppp 2 # Point-to-Point Protocol 227pseudo-device sl 2 # Serial Line IP 228#pseudo-device strip 2 # Starmode Radio IP (Metricom) 229pseudo-device tun 2 # network tunneling over tty 230#pseudo-device gre 2 # generic L3 over IP tunnel 231pseudo-device ipip 2 # IP Encapsulation within IP (RFC 2003) 232pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 233#pseudo-device faith 1 # IPv[46] tcp relay translation i/f 234 235# miscellaneous pseudo-devices 236pseudo-device pty 64 # pseudo-terminals 237#pseudo-device tb 1 # tablet line discipline 238#pseudo-device sequencer 1 # MIDI sequencer 239# rnd works; RND_COM does not on port arc yet. 240pseudo-device rnd # /dev/random and in-kernel generator 241#options RND_COM # use "com" randomness as well (BROKEN) 242 243# a pseudo device needed for Coda # also needs CODA (above) 244#pseudo-device vcoda 4 # coda minicache <-> venus comm. 245 246# mouse & keyboard multiplexor pseudo-devices 247#pseudo-device wsmux 2 248