1 1.1 soda # $OpenBSD: RAMDISK,v 1.2 1997/05/19 10:34:54 pefo Exp $ 2 1.1 soda # 3 1.1 soda # Generic configuration file for MIPS R4x00 ARC Systems 4 1.1 soda # 5 1.1 soda 6 1.1 soda machine arc 7 1.1 soda 8 1.1 soda maxusers 4 9 1.1 soda 10 1.1 soda # Need to set locally 11 1.1 soda options TIMEZONE=0 # minutes west of GMT (for) 12 1.1 soda options DST=0 # use daylight savings rules 13 1.1 soda 14 1.1 soda # Standard system options 15 1.1 soda options SWAPPAGER # swap pager (anonymous and swap space) 16 1.1 soda options DEVPAGER # device pager (mapped devices) 17 1.1 soda 18 1.1 soda options DIAGNOSTIC # extra kernel debugging checks 19 1.1 soda options KTRACE # system call tracing support 20 1.1 soda options DEBUG # extra kernel debugging support 21 1.1 soda options COMPAT_43 # compatibility with 4.3BSD binaries 22 1.1 soda 23 1.1 soda # System V options 24 1.1 soda options SYSVMSG # System V-like message queues 25 1.1 soda options SYSVSEM # System V-like semaphores 26 1.1 soda options SYSVSHM # System V-like memory sharing 27 1.1 soda options SHMMAXPGS=1024 # 1024 pages is the default 28 1.1 soda options NATIVE_ELF # Arc systems uses ELF as native format 29 1.1 soda 30 1.1 soda # Filesystem options 31 1.1 soda options CD9660 # ISO 9660 + Rock Ridge file system 32 1.1 soda #options FDESC # user file descriptor filesystem (/dev/fd) 33 1.1 soda options FIFO # POSIX fifo support (in all filesystems) 34 1.1 soda options FFS,QUOTA # fast filesystem with user and group quotas 35 1.1 soda options KERNFS # kernel data-structure filesystem 36 1.1 soda options MFS # memory-based filesystem 37 1.1 soda options MSDOSFS # Ability to read write MS-Dos filsystem 38 1.1 soda options NFSCLIENT # Sun NFS-compatible filesystem (client) 39 1.1 soda #options NFSSERVER # Sun NFS-compatible filesystem (server) 40 1.1 soda #options NULLFS # null layer filesystem 41 1.1 soda #options PORTAL # portal filesystem (still experimental) 42 1.1 soda #options PROCFS # /proc 43 1.1 soda #options UMAPFS # uid/gid remapping filesystem 44 1.1 soda #options UNION # union file system 45 1.1 soda 46 1.1 soda 47 1.1 soda # Networking options 48 1.1 soda #options GATEWAY # IP packet forwarding 49 1.1 soda options INET # Internet protocols 50 1.1 soda #option NS # XNS 51 1.1 soda #option IPX # IPX+SPX 52 1.1 soda #options ISO,TPIP # OSI networking 53 1.1 soda #options EON # OSI tunneling over IP 54 1.1 soda #option CCITT,LLC,HDLC # X.25 55 1.1 soda #option IPFILTER # IP packet filter for security 56 1.1 soda 57 1.1 soda #options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP 58 1.1 soda #options MULTICAST # Multicast support 59 1.1 soda #options MROUTING # Multicast routing support 60 1.1 soda 61 1.1 soda # Special options 62 1.1 soda options MACHINE_NONCONTIG # Support noncontigous memory. 63 1.1 soda 64 1.1 soda # Specify storage configuration using ramdisk 65 1.1 soda config bsd root on rd0a swap on rd0b 66 1.1 soda 67 1.1 soda # 68 1.1 soda # Definition of system 69 1.1 soda # 70 1.1 soda mainbus0 at root 71 1.1 soda cpu* at mainbus0 72 1.1 soda 73 1.1 soda #### Main local buses 74 1.1 soda 75 1.1 soda pica* at mainbus0 # ACER Pica systems local bus. 76 1.1 soda isabr* at mainbus0 # ISA Bus bridge (std ISA bus). 77 1.1 soda 78 1.1 soda #### PICA bus devices 79 1.1 soda 80 1.1 soda clock0 at pica? 81 1.1 soda pc0 at pica? 82 1.1 soda pms0 at pica? 83 1.1 soda com0 at pica? 84 1.1 soda com1 at pica? 85 1.1 soda lpt0 at pica? 86 1.1 soda sn0 at pica? 87 1.1 soda 88 1.1 soda fdc0 at pica? 89 1.1 soda fd* at fdc? drive ? 90 1.1 soda 91 1.1 soda asc0 at pica? 92 1.1 soda scsibus* at asc? 93 1.1 soda 94 1.1 soda #### ISA Bus. 95 1.1 soda 96 1.1 soda isa* at isabr? 97 1.1 soda 98 1.1 soda clock0 at isa? port 0x70 irq 0 99 1.1 soda 100 1.1 soda pc0 at isa? port 0x60 irq 1 # generic PC console device 101 1.1 soda com0 at isa? port 0x3f8 irq 4 102 1.1 soda com1 at isa? port 0x2f8 irq 3 103 1.1 soda com2 at isa? port 0x3e8 irq 4 104 1.1 soda com3 at isa? port 0x2e8 irq 3 105 1.1 soda 106 1.1 soda wdc0 at isa? port 0x1f0 irq 14 # ST506, ESDI, IDE controllers 107 1.1 soda #wdc1 at isa? port 0x170 irq 15 108 1.1 soda wd* at wdc? drive ? 109 1.1 soda 110 1.1 soda atapibus* at wdc? 111 1.1 soda acd* at atapibus? drive? 112 1.1 soda 113 1.1 soda lpt0 at isa? port 0x378 irq 7 114 1.1 soda ep0 at isa? port ? irq ? # 3C509 ethernet cards 115 1.1 soda ed0 at isa? port 0x280 iomem 0xd0000 irq 9 # WD/SMC, 3C503, NE[12]000 116 1.1 soda ed1 at isa? port 0x250 iomem 0xd8000 irq 9 # ethernet cards 117 1.1 soda ed2 at isa? port 0x300 iomem 0xcc000 irq 10 # 118 1.1 soda 119 1.1 soda btl0 at isa? port 0x330 irq ? drq ? 120 1.1 soda scsibus* at btl? 121 1.1 soda 122 1.1 soda #### SCSI Bus devices 123 1.1 soda 124 1.1 soda sd* at scsibus? target ? lun ? 125 1.1 soda st* at scsibus? target ? lun ? 126 1.1 soda cd* at scsibus? target ? lun ? 127 1.1 soda #ch* at scsibus? target ? lun ? 128 1.1 soda #ss* at scsibus? target ? lun ? 129 1.1 soda #uk* at scsibus? target ? lun ? 130 1.1 soda 131 1.1 soda #### PSEUDO Devices 132 1.1 soda 133 1.1 soda pseudo-device loop 1 # network loopback 134 1.1 soda #pseudo-device bpfilter 8 # packet filter ports 135 1.1 soda pseudo-device sl 2 # serial-line IP ports 136 1.1 soda pseudo-device ppp 2 # serial-line PPP ports 137 1.1 soda #pseudo-device tun 2 # network tunneling over tty 138 1.1 soda 139 1.1 soda #pseudo-device pty 64 # pseudo ptys 140 1.1 soda #pseudo-device tb 1 # tablet line discipline 141 1.1 soda #pseudo-device vnd 4 # paging to files 142 1.1 soda #pseudo-device ccd 4 # concatenated disk devices 143 1.1 soda pseudo-device rd 1 # Ram disk. 144 1.1 soda 145 1.1 soda # RAMDISK stuff 146 1.1 soda option MINIROOTSIZE=8192 147 1.1 soda option RAMDISK_HOOKS 148 1.1 soda 149