1 # 2 # Generic configuration file for MIPS R4400 PICA system 3 # 4 5 machine arc 6 7 maxusers 8 8 9 # Need to set locally 10 options TIMEZONE="8*60" # minutes west of GMT (for) 11 options DST=1 # use daylight savings rules 12 13 # Standard system options 14 options SWAPPAGER # swap pager (anonymous and swap space) 15 options DEVPAGER # device pager (mapped devices) 16 options DIAGNOSTIC # extra kernel debugging checks 17 options DEBUG # extra kernel debugging support 18 options "COMPAT_43" # compatibility with 4.3BSD binaries 19 options KTRACE # system call tracing support 20 options "NKMEMCLUSTERS=1024" # 4K pages in kernel malloc pool 21 #options KGDB # support for kernel gdb 22 #options "KGDBRATE=19200" # kernel gdb port rate (default 9600) 23 #options "KGDBDEV=15*256+0" # device for kernel gdb 24 25 # System V options 26 options SYSVMSG # System V-like message queues 27 options SYSVSEM # System V-like semaphores 28 options SYSVSHM # System V-like memory sharing 29 options SHMMAXPGS=1024 # 1024 pages is the default 30 options NATIVE_ELF 31 32 # Filesystem options 33 options FIFO # POSIX fifo support (in all filesystems) 34 options FFS,QUOTA # fast filesystem with user and group quotas 35 options MFS # memory-based filesystem 36 options NFSCLIENT # Sun NFS-compatible filesystem (client) 37 options NFSSERVER # Sun NFS-compatible filesystem (server) 38 options KERNFS # kernel data-structure filesystem 39 options MSDOSFS # Ability to read write MS-Dos filsystem 40 options CD9660 # ISO 9660 + Rock Ridge file system 41 options FDESC # user file descriptor filesystem 42 #options UMAPFS # uid/gid remapping filesystem 43 #options NULLFS # null layer filesystem 44 #options PORTAL # portal filesystem (still experimental) 45 46 # Networking options 47 options INET # Internet protocols 48 #options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP 49 options GATEWAY # IP packet forwarding 50 #options MULTICAST # Multicast support 51 #options MROUTING # Multicast routing support 52 #options ISO # OSI networking 53 #options TPIP 54 #options EON 55 56 # Special options 57 #options MACHINE_NONCONTIG # Support noncontigous memory. 58 59 # Specify storage configuration 60 config bsd root on sd0 swap on sd0 and sd1 61 62 # 63 # Definition of system 64 # 65 mainbus0 at root 66 cpu* at mainbus0 67 68 pica* at mainbus0 69 70 clock0 at pica? 71 pc0 at pica? 72 pms0 at pica? 73 com0 at pica? 74 com1 at pica? 75 lpt0 at pica? 76 sn0 at pica? 77 78 fdc0 at pica? 79 fd* at fdc? drive ? 80 81 asc0 at pica? 82 scsibus* at asc? 83 84 sd* at scsibus? target ? lun ? 85 st* at scsibus? target ? lun ? 86 cd* at scsibus? target ? lun ? 87 ch* at scsibus? target ? lun ? 88 ss* at scsibus? target ? lun ? 89 uk* at scsibus? target ? lun ? 90 91 # 92 # ISA Bus. 93 # 94 isabr* at mainbus0 95 96 isa* at isabr? 97 98 com2 at isa? port 0x3f8 irq 4 99 com3 at isa? port 0x2f8 irq 3 100 101 102 pseudo-device sl 2 # serial-line IP ports 103 pseudo-device ppp 2 # serial-line PPP ports 104 pseudo-device pty 64 # pseudo ptys 105 pseudo-device bpfilter 16 # packet filter ports 106 pseudo-device loop 107 pseudo-device vnd 4 # virtual disk 108