ARCTIC revision 1.4
11.4Ssoda# $NetBSD: ARCTIC,v 1.4 2000/02/22 11:25:58 soda Exp $ 21.4Ssoda# $OpenBSD: ARCTIC,v 1.12 1999/08/29 12:14:03 niklas Exp $ 31.1Ssoda# 41.4Ssoda# configuration file for DeskStation 51.1Ssoda# 61.1Ssoda 71.2Ssodainclude "arch/arc/conf/std.arc" 81.1Ssoda 91.4Ssodamaxusers 32 # estimated number of users 101.1Ssoda 111.4Ssoda# Misc. arc-specific options 121.4Ssodaoptions PCCONS_FORCE_WORD # Max out at 16bit accesses to the 131.4Ssoda # VGA memory 141.1Ssoda 151.1Ssoda# Standard system options 161.1Ssoda 171.4Ssodaoptions RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 181.4Ssodaoptions NTP # NTP phase/frequency locked loop 191.4Ssoda 201.4Ssodaoptions KTRACE # system call tracing via ktrace(1) 211.1Ssoda 221.3Ssodaoptions SYSVMSG # System V-like message queues 231.3Ssodaoptions SYSVSEM # System V-like semaphores 241.3Ssodaoptions SYSVSHM # System V-like memory sharing 251.4Ssoda#options SHMMAXPGS=1024 # 1024 pages is the default 261.2Ssoda 271.4Ssodaoptions LKM # loadable kernel modules 281.4Ssoda 291.4Ssoda# Diagnostic/debugging support options 301.4Ssodaoptions DIAGNOSTIC # cheap kernel consistency checks 311.4Ssoda#options DEBUG # expensive debugging checks/support 321.4Ssoda#options KMEMSTATS # kernel memory statistics (vmstat -m) 331.4Ssodaoptions DDB # in-kernel debugger 341.4Ssoda#options DDB_HISTORY_SIZE=100 # enable history editing in DDB 351.4Ssoda#options KGDB # remote gdb 361.4Ssoda#options KGDBRATE=19200 # kernel gdb port rate (default 9600) 371.4Ssoda#options KGDBDEV="17*256+0" # device for kernel gdb 381.4Ssoda#makeoptions DEBUG="-g" # compile full symbol table 391.4Ssoda 401.4Ssoda# Compatibility options 411.4Ssodaoptions COMPAT_10 # NetBSD 1.0, 421.4Ssodaoptions COMPAT_11 # NetBSD 1.1, 431.4Ssodaoptions COMPAT_12 # NetBSD 1.2, 441.4Ssodaoptions COMPAT_13 # NetBSD 1.3, 451.4Ssodaoptions COMPAT_14 # NetBSD 1.4, 461.4Ssodaoptions COMPAT_43 # and 4.3BSD 471.2Ssodaoptions COMPAT_386BSD_MBRPART # recognize old partition ID 481.1Ssoda 491.4Ssoda# mipsel specific 501.4Ssodaoptions COMPAT_ULTRIX # Ultrix binary compatibility 511.4Ssodaoptions EXEC_ECOFF # Ultrix RISC binaries are ECOFF format 521.4Ssoda 531.4Ssoda# File systems 541.2Ssodafile-system FFS # fast filesystem 551.4Ssoda#file-system EXT2FS # second extended file system (linux) 561.4Ssoda#file-system LFS # log-structured file system 571.4Ssodafile-system MFS # memory file system 581.4Ssodafile-system NTFS # Windows/NT file system (experimental) 591.2Ssodafile-system CD9660 # ISO 9660 + Rock Ridge file system 601.4Ssodafile-system MSDOSFS # MS-DOS file system 611.4Ssodafile-system NFS # Network File System client 621.4Ssodafile-system FDESC # /dev/fd 631.4Ssodafile-system KERNFS # /kern 641.4Ssoda#file-system NULLFS # loopback file system 651.4Ssoda#file-system OVERLAY # overlay file system 661.4Ssoda#file-system PORTAL # portal filesystem (still experimental) 671.4Ssodafile-system PROCFS # /proc 681.4Ssoda#file-system UMAPFS # NULLFS + uid and gid remapping 691.4Ssoda#file-system UNION # union file system 701.4Ssoda#file-system CODA # Coda File System; also needs vcoda (below) 711.2Ssoda 721.4Ssoda# File system options 731.3Ssodaoptions QUOTA # FFS quotas 741.4Ssoda#options FFS_EI # FFS Endian Independent support 751.3Ssoda#options SOFTDEP # FFS soft updates support. 761.4Ssodaoptions NFSSERVER # Network File System server 771.4Ssoda#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 781.4Ssoda # immutable) behave as system flags. 791.2Ssoda 801.2Ssoda# Pull in config fragments for kernel crypto. This is required for 811.2Ssoda# options IPSEC etc. to work. If you want to run with IPSEC, uncomment 821.2Ssoda# one of these, based on whether you use crypto-us or crypto-intl, and 831.2Ssoda# adjust the prefixes as necessary. 841.2Ssoda 851.2Ssoda#prefix ../crypto-us/sys 861.2Ssoda#cinclude "conf/files.crypto-us" 871.2Ssoda#prefix 881.2Ssoda 891.2Ssoda#prefix ../crypto-intl/sys 901.2Ssoda#cinclude "conf/files.crypto-intl" 911.2Ssoda#prefix 921.1Ssoda 931.1Ssoda# Networking options 941.4Ssoda#options GATEWAY # IP packet forwarding 951.4Ssodaoptions INET # IP + ICMP + TCP + UDP 961.4Ssodaoptions INET6 # IPV6 971.2Ssoda#options IPSEC # IP security 981.2Ssoda#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 991.2Ssoda#options IPSEC_DEBUG # debug for IP security 1001.4Ssoda#options MROUTING # IP multicast routing 1011.4Ssoda#options NS # XNS 1021.4Ssoda#options NSIP # XNS tunneling over IP 1031.2Ssoda#options ISO,TPIP # OSI networking 1041.2Ssoda#options EON # OSI tunneling over IP 1051.4Ssoda#options CCITT,LLC,HDLC # X.25 1061.4Ssodaoptions NETATALK # AppleTalk networking protocols 1071.4Ssodaoptions PPP_BSDCOMP # BSD-Compress compression support for PPP 1081.4Ssodaoptions PPP_DEFLATE # Deflate compression support for PPP 1091.4Ssodaoptions PPP_FILTER # Active filter support for PPP (requires bpf) 1101.4Ssodaoptions PFIL_HOOKS # pfil(9) packet filter hooks 1111.4Ssodaoptions IPFILTER_LOG # ipmon(8) log support 1121.4Ssoda 1131.4Ssoda# Compatibility with 4.2BSD implementation of TCP/IP. Not recommended. 1141.4Ssoda#options TCP_COMPAT_42 1151.4Ssoda 1161.4Ssoda# These options enable verbose messages for several subsystems. 1171.4Ssoda# Warning, these may compile large string tables into the kernel! 1181.4Ssoda#options EISAVERBOSE # verbose EISA device autoconfig messages 1191.4Ssoda#options PCIVERBOSE # verbose PCI device autoconfig messages 1201.4Ssodaoptions SCSIVERBOSE # human readable SCSI error messages 1211.1Ssoda 1221.3Ssoda# Kernel root file system and dump configuration. 1231.4Ssodaoptions NFS_BOOT_DHCP,NFS_BOOT_BOOTPARAM 1241.4Ssodaconfig netbsd root on ? type ? 1251.1Ssoda 1261.1Ssoda# 1271.4Ssoda# Device configuration 1281.1Ssoda# 1291.4Ssoda 1301.1Ssodamainbus0 at root 1311.1Ssodacpu* at mainbus0 1321.1Ssoda 1331.4Ssoda#### ISA bus devices 1341.1Ssoda 1351.4Ssodaisabr* at mainbus0 # ISA Bus bridge (std ISA bus). 1361.4Ssodaisa* at isabr? 1371.4Ssoda#isadma0 at isa? 1381.4Ssoda 1391.4Ssodaaclock0 at isa? port 0x70 irq 0 1401.4Ssoda 1411.4Ssodapc0 at isa? port 0x60 irq 1 # generic PC console device 1421.4Ssodacom0 at isa? port 0x3f8 irq 4 1431.4Ssodacom1 at isa? port 0x2f8 irq 3 1441.4Ssodacom2 at isa? port 0x3e8 irq 4 1451.4Ssodacom3 at isa? port 0x2e8 irq 3 1461.4Ssodaast0 at isa? port 0x1a0 irq 3 # AST 4-port serial cards 1471.4Ssodacom* at ast? slave ? 1481.1Ssoda 1491.4Ssoda# Joystick driver. Probe is a little strange; add only if you have one. 1501.4Ssodajoy0 at isa? port 0x201 1511.1Ssoda 1521.2Ssoda# ISA ST506, ESDI, and IDE controllers 1531.2Ssoda# Use flags 0x01 if you want to try to use 32bits data I/O (the driver will 1541.2Ssoda# fall back to 16bits I/O if 32bits I/O are not functional). 1551.2Ssoda# Some controllers pass the initial 32bit test, but will fail later. 1561.4Ssodawdc0 at isa? port 0x1f0 irq 14 flags 0x00 1571.4Ssodawdc1 at isa? port 0x170 irq 15 flags 0x00 1581.4Ssoda#wdc* at isapnp? 1591.2Ssoda 1601.2Ssoda# IDE drives 1611.2Ssoda# Flags are used only with controllers that support DMA operations 1621.2Ssoda# and mode settings (e.g. some pciide controllers) 1631.2Ssoda# The lowest order four bits (rightmost digit) of the flags define the PIO 1641.2Ssoda# mode to use, the next set of four bits the DMA mode and the third set the 1651.2Ssoda# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode 1661.2Ssoda# to use, and the last bit must be 1 for this setting to be used. 1671.2Ssoda# For DMA and UDMA, 0xf (1111) means 'disable'. 1681.2Ssoda# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'. 1691.2Ssoda# (0xc=1100, 0xa=1010, 0xf=1111) 1701.2Ssoda# 0x0000 means "use whatever the drive claims to support". 1711.4Ssodawd* at wdc? channel ? drive ? flags 0x0000 1721.2Ssoda 1731.2Ssoda# ATAPI bus support 1741.4Ssodaatapibus* at wdc? channel ? 1751.2Ssoda 1761.2Ssoda# ATAPI devices 1771.2Ssoda# flags have the same meaning as for IDE drives. 1781.4Ssodacd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives 1791.4Ssodasd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives 1801.4Ssodauk* at atapibus? drive ? flags 0x0000 # ATAPI unknown 1811.4Ssoda 1821.4Ssoda# ISA parallel printer interfaces 1831.4Ssodalpt0 at isa? port 0x378 irq 7 1841.4Ssoda 1851.4Ssoda# ISA network interfaces 1861.4Ssodaec0 at isa? port 0x250 iomem 0xd8000 irq 9 # 3Com 3c503 Ethernet 1871.4Ssodaep0 at isa? port ? irq ? # 3C509 ethernet cards 1881.4Ssodane0 at isa? port 0x280 irq 9 # NE[12]000 ethernet cards 1891.4Ssodane1 at isa? port 0x300 irq 10 1901.4Ssoda#ne* at isapnp? # NE[12]000 PnP ethernet 1911.4Ssodawe0 at isa? port 0x280 iomem 0xd0000 irq 9 # WD/SMC Ethernet 1921.4Ssodawe1 at isa? port 0x300 iomem 0xcc000 irq 10 1931.4Ssoda#we* at isapnp? 1941.4Ssoda 1951.4Ssoda#aha0 at isa? port 0x330 irq ? drq ? # Adaptec 154[02] SCSI 1961.4Ssoda#aha1 at isa? port 0x334 irq ? drq ? # Adaptec 154[02] SCSI 1971.4Ssoda#scsibus* at aha? 1981.4Ssodabtl0 at isa? port 0x330 irq ? drq ? 1991.4Ssodascsibus* at btl? 2001.4Ssoda#wds0 at isa? port 0x350 irq 15 drq 6 # WD7000 and TMC-7000 SCSI 2011.4Ssoda#wds1 at isa? port 0x358 irq 11 drq 5 2021.4Ssoda#scsibus* at wds? 2031.1Ssoda 2041.4Ssoda#### SCSI bus devices 2051.1Ssoda 2061.1Ssodasd* at scsibus? target ? lun ? 2071.1Ssodast* at scsibus? target ? lun ? 2081.1Ssodacd* at scsibus? target ? lun ? 2091.1Ssodach* at scsibus? target ? lun ? 2101.1Ssodass* at scsibus? target ? lun ? 2111.1Ssodauk* at scsibus? target ? lun ? 2121.1Ssoda 2131.4Ssoda#### Pseudo devices 2141.4Ssoda 2151.4Ssoda# disk/mass storage pseudo-devices 2161.4Ssodapseudo-device ccd 4 # concatenated/striped disk devices 2171.4Ssoda#pseudo-device raid 4 # RAIDframe disk driver 2181.4Ssodapseudo-device md 1 # memory disk device (ramdisk) 2191.4Ssodapseudo-device vnd 4 # disk-like interface to files 2201.4Ssoda 2211.4Ssoda# network pseudo-devices 2221.4Ssodapseudo-device bpfilter 8 # Berkeley packet filter 2231.4Ssodapseudo-device ipfilter # IP filter (firewall) and NAT 2241.4Ssodapseudo-device loop 1 # network loopback 2251.4Ssodapseudo-device ppp 2 # Point-to-Point Protocol 2261.4Ssodapseudo-device sl 2 # Serial Line IP 2271.4Ssoda#pseudo-device strip 2 # Starmode Radio IP (Metricom) 2281.4Ssodapseudo-device tun 2 # network tunneling over tty 2291.2Ssoda#pseudo-device gre 2 # generic L3 over IP tunnel 2301.4Ssodapseudo-device ipip 2 # IP Encapsulation within IP (RFC 2003) 2311.2Ssodapseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 2321.2Ssoda#pseudo-device faith 1 # IPv[46] tcp relay translation i/f 2331.4Ssoda 2341.4Ssoda# miscellaneous pseudo-devices 2351.4Ssodapseudo-device pty 64 # pseudo-terminals 2361.4Ssoda#pseudo-device tb 1 # tablet line discipline 2371.4Ssoda#pseudo-device sequencer 1 # MIDI sequencer 2381.4Ssoda# rnd works; RND_COM does not on port arc yet. 2391.4Ssodapseudo-device rnd # /dev/random and in-kernel generator 2401.4Ssoda#options RND_COM # use "com" randomness as well (BROKEN) 2411.4Ssoda 2421.4Ssoda# a pseudo device needed for Coda # also needs CODA (above) 2431.4Ssoda#pseudo-device vcoda 4 # coda minicache <-> venus comm. 2441.4Ssoda 2451.4Ssoda# mouse & keyboard multiplexor pseudo-devices 2461.4Ssoda#pseudo-device wsmux 2 247