1 1.2.2.2 yamt # $NetBSD: GENERIC,v 1.2.2.2 2007/10/18 08:32:16 yamt Exp $ 2 1.2.2.2 yamt # 3 1.2.2.2 yamt 4 1.2.2.2 yamt include "arch/mvmeppc/conf/std.mvmeppc" 5 1.2.2.2 yamt 6 1.2.2.2 yamt #options INCLUDE_CONFIG_FILE # embed config file in kernel binary 7 1.2.2.2 yamt 8 1.2.2.2 yamt #ident "MVME1600-$Revision: 1.2.2.2 $" 9 1.2.2.2 yamt 10 1.2.2.2 yamt maxusers 8 11 1.2.2.2 yamt 12 1.2.2.2 yamt # Which board to support 13 1.2.2.2 yamt options SUPPORT_MVME160X 14 1.2.2.2 yamt options PIC_I8259 15 1.2.2.2 yamt #options PIC_PREPIVR 16 1.2.2.2 yamt 17 1.2.2.2 yamt # Standard system options 18 1.2.2.2 yamt 19 1.2.2.2 yamt options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 20 1.2.2.2 yamt 21 1.2.2.2 yamt options KTRACE # system call tracing via ktrace(1) 22 1.2.2.2 yamt 23 1.2.2.2 yamt options SYSVMSG # System V-like message queues 24 1.2.2.2 yamt options SYSVSEM # System V-like semaphores 25 1.2.2.2 yamt #options SEMMNI=10 # number of semaphore identifiers 26 1.2.2.2 yamt #options SEMMNS=60 # number of semaphores in system 27 1.2.2.2 yamt #options SEMUME=10 # max number of undo entries per process 28 1.2.2.2 yamt #options SEMMNU=30 # number of undo structures in system 29 1.2.2.2 yamt options SYSVSHM # System V-like memory sharing 30 1.2.2.2 yamt #options SHMMAXPGS=1024 # 1024 pages is the default 31 1.2.2.2 yamt 32 1.2.2.2 yamt options USERCONF # userconf(4) support 33 1.2.2.2 yamt options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 34 1.2.2.2 yamt #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 35 1.2.2.2 yamt 36 1.2.2.2 yamt # Diagnostic/debugging support options 37 1.2.2.2 yamt options DIAGNOSTIC # cheap kernel consistency checks 38 1.2.2.2 yamt options DEBUG # expensive debugging checks/support 39 1.2.2.2 yamt #options KMEMSTATS # kernel memory statistics (vmstat -m) 40 1.2.2.2 yamt options DDB # in-kernel debugger 41 1.2.2.2 yamt #options DDB_HISTORY_SIZE=100 # Enable history editing in DDB 42 1.2.2.2 yamt #makeoptions DEBUG="-g" 43 1.2.2.2 yamt 44 1.2.2.2 yamt # File systems 45 1.2.2.2 yamt file-system FFS # UFS 46 1.2.2.2 yamt #file-system EXT2FS # second extended file system (linux) 47 1.2.2.2 yamt #file-system LFS # log-structured file system 48 1.2.2.2 yamt file-system MFS # memory file system 49 1.2.2.2 yamt file-system NFS # Network File System client 50 1.2.2.2 yamt #file-system NTFS # Windows/NT file system (experimental) 51 1.2.2.2 yamt #file-system CD9660 # ISO 9660 + Rock Ridge file system 52 1.2.2.2 yamt #file-system MSDOSFS # MS-DOS file system 53 1.2.2.2 yamt #file-system FDESC # /dev/fd 54 1.2.2.2 yamt #file-system KERNFS # /kern 55 1.2.2.2 yamt #file-system NULLFS # loopback file system 56 1.2.2.2 yamt #file-system OVERLAY # overlay file system 57 1.2.2.2 yamt #file-system PORTAL # portal filesystem (still experimental) 58 1.2.2.2 yamt ##file-system PROCFS # /proc 59 1.2.2.2 yamt #file-system UMAPFS # NULLFS + uid and gid remapping 60 1.2.2.2 yamt #file-system UNION # union file system 61 1.2.2.2 yamt #file-system CODA # Coda File System; also needs vcoda (below) 62 1.2.2.2 yamt file-system PTYFS # /dev/pts/N support 63 1.2.2.2 yamt 64 1.2.2.2 yamt # File system options 65 1.2.2.2 yamt #options QUOTA # UFS quotas 66 1.2.2.2 yamt #options FFS_EI # FFS Endian Independant support 67 1.2.2.2 yamt options FFS_NO_SNAPSHOT # No FFS snapshot support 68 1.2.2.2 yamt options SOFTDEP # FFS soft updates support. 69 1.2.2.2 yamt #options NFSSERVER # Network File System server 70 1.2.2.2 yamt #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 71 1.2.2.2 yamt # immutable) behave as system flags. 72 1.2.2.2 yamt 73 1.2.2.2 yamt # Networking options 74 1.2.2.2 yamt #options GATEWAY # packet forwarding 75 1.2.2.2 yamt options INET # IP + ICMP + TCP + UDP 76 1.2.2.2 yamt #options INET6 # IPv6 77 1.2.2.2 yamt #options IPSEC # IP security 78 1.2.2.2 yamt #options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 79 1.2.2.2 yamt #options IPSEC_NAT_T # IPsec NAT traversal (NAT-T) 80 1.2.2.2 yamt #options IPSEC_DEBUG # debug for IP security 81 1.2.2.2 yamt #options MROUTING # IP multicast routing 82 1.2.2.2 yamt #options PIM # Protocol Independent Multicast 83 1.2.2.2 yamt #options NETATALK # AppleTalk networking protocols 84 1.2.2.2 yamt #options PPP_BSDCOMP # BSD-Compress compression support for PPP 85 1.2.2.2 yamt #options PPP_DEFLATE # Deflate compression support for PPP 86 1.2.2.2 yamt #options PPP_FILTER # Active filter support for PPP (requires bpf) 87 1.2.2.2 yamt #options PFIL_HOOKS # pfil(9) packet filter hooks 88 1.2.2.2 yamt #options IPFILTER_LOG # ipmon(8) log support 89 1.2.2.2 yamt #options IPFILTER_LOOKUP # ippool(8) support 90 1.2.2.2 yamt #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 91 1.2.2.2 yamt 92 1.2.2.2 yamt # These options enable verbose messages for several subsystems. 93 1.2.2.2 yamt # Warning, these may compile large string tables into the kernel! 94 1.2.2.2 yamt #options MIIVERBOSE # verbose PHY autoconfig messages 95 1.2.2.2 yamt #options PCIVERBOSE # verbose PCI device autoconfig messages 96 1.2.2.2 yamt #options PCI_CONFIG_DUMP # verbosely dump PCI config space 97 1.2.2.2 yamt #options PCMCIAVERBOSE # verbose PCMCIA configuration messages 98 1.2.2.2 yamt #options SCSIVERBOSE # human readable SCSI error messages 99 1.2.2.2 yamt #options USBVERBOSE # verbose USB device autoconfig messages 100 1.2.2.2 yamt 101 1.2.2.2 yamt #options NFS_BOOT_BOOTP 102 1.2.2.2 yamt #options NFS_BOOT_BOOTPARAM 103 1.2.2.2 yamt options NFS_BOOT_DHCP 104 1.2.2.2 yamt 105 1.2.2.2 yamt # 106 1.2.2.2 yamt # wscons options 107 1.2.2.2 yamt # 108 1.2.2.2 yamt # builtin terminal emulations 109 1.2.2.2 yamt #options WSEMUL_VT100 # VT100 / VT220 emulation 110 1.2.2.2 yamt # different kernel output - see dev/wscons/wsdisplayvar.h 111 1.2.2.2 yamt #options WS_KERNEL_FG=WSCOL_GREEN 112 1.2.2.2 yamt #options WS_KERNEL_BG=WSCOL_BLACK 113 1.2.2.2 yamt # see dev/pckbport/wskbdmap_mfii.c for implemented layouts 114 1.2.2.2 yamt #options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)" 115 1.2.2.2 yamt # allocate a number of virtual screens at autoconfiguration time 116 1.2.2.2 yamt #options WSDISPLAY_DEFAULTSCREENS=4 117 1.2.2.2 yamt # use a large software cursor that doesn't blink 118 1.2.2.2 yamt #options PCDISPLAY_SOFTCURSOR 119 1.2.2.2 yamt 120 1.2.2.2 yamt # Kernel root file system and dump configuration. 121 1.2.2.2 yamt config netbsd root on ? type ? 122 1.2.2.2 yamt #config netbsd root on tlp0 type nfs 123 1.2.2.2 yamt #config netbsd root on le0 type nfs 124 1.2.2.2 yamt 125 1.2.2.2 yamt 126 1.2.2.2 yamt # 127 1.2.2.2 yamt # Device configuration 128 1.2.2.2 yamt # 129 1.2.2.2 yamt 130 1.2.2.2 yamt mainbus0 at root 131 1.2.2.2 yamt cpu0 at mainbus0 132 1.2.2.2 yamt 133 1.2.2.2 yamt 134 1.2.2.2 yamt # Basic Bus Support 135 1.2.2.2 yamt 136 1.2.2.2 yamt # PCI bus support 137 1.2.2.2 yamt pci0 at mainbus0 bus ? 138 1.2.2.2 yamt pci* at pchb? bus ? 139 1.2.2.2 yamt pci* at ppb? bus ? 140 1.2.2.2 yamt 141 1.2.2.2 yamt #options PCI_NETBSD_CONFIGURE 142 1.2.2.2 yamt 143 1.2.2.2 yamt # PCI bridges 144 1.2.2.2 yamt pchb* at pci? dev ? function ? # PCI-Host bridges 145 1.2.2.2 yamt ppb* at pci? dev ? function ? # PCI-PCI bridges 146 1.2.2.2 yamt pcib* at pci? dev ? function ? # PCI-ISA bridges 147 1.2.2.2 yamt 148 1.2.2.2 yamt # ISA bus support 149 1.2.2.2 yamt isa* at pcib? # ISA on PCI-ISA bridge 150 1.2.2.2 yamt 151 1.2.2.2 yamt # Console Devices 152 1.2.2.2 yamt 153 1.2.2.2 yamt # wscons 154 1.2.2.2 yamt #pckbc0 at isa? # pc keyboard controller 155 1.2.2.2 yamt #pckbd* at pckbc? # PC keyboard 156 1.2.2.2 yamt #pms* at pckbc? # PS/2 mouse for wsmouse 157 1.2.2.2 yamt #vga* at pci? 158 1.2.2.2 yamt #wsdisplay* at vga? console ? 159 1.2.2.2 yamt #wskbd* at pckbd? console ? 160 1.2.2.2 yamt #wsmouse* at pms? mux 0 161 1.2.2.2 yamt 162 1.2.2.2 yamt 163 1.2.2.2 yamt # Serial Devices 164 1.2.2.2 yamt 165 1.2.2.2 yamt # ISA serial interfaces 166 1.2.2.2 yamt com0 at isa? port 0x3f8 irq 4 # standard PC serial ports 167 1.2.2.2 yamt com1 at isa? port 0x2f8 irq 3 168 1.2.2.2 yamt 169 1.2.2.2 yamt # TODO: 85230 SIO x2 170 1.2.2.2 yamt 171 1.2.2.2 yamt 172 1.2.2.2 yamt # Parallel Printer Interfaces 173 1.2.2.2 yamt 174 1.2.2.2 yamt # ISA parallel printer interfaces 175 1.2.2.2 yamt lpt0 at isa? port 0x3bc irq 7 # standard PC parallel ports 176 1.2.2.2 yamt 177 1.2.2.2 yamt 178 1.2.2.2 yamt # Real-time clocks 179 1.2.2.2 yamt 180 1.2.2.2 yamt mkclock0 at isa? port 0x74 # MK48T18 NVRAM/RTC 181 1.2.2.2 yamt 182 1.2.2.2 yamt 183 1.2.2.2 yamt # SCSI Controllers and Devices 184 1.2.2.2 yamt 185 1.2.2.2 yamt # PCI SCSI controllers 186 1.2.2.2 yamt siop* at pci? dev ? function ? # Symbios 53c8xx SCSI 187 1.2.2.2 yamt 188 1.2.2.2 yamt 189 1.2.2.2 yamt # SCSI bus support 190 1.2.2.2 yamt scsibus* at siop? 191 1.2.2.2 yamt 192 1.2.2.2 yamt # SCSI devices 193 1.2.2.2 yamt sd* at scsibus? target ? lun ? # SCSI disk drives 194 1.2.2.2 yamt #st* at scsibus? target ? lun ? # SCSI tape drives 195 1.2.2.2 yamt #cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 196 1.2.2.2 yamt #ch* at scsibus? target ? lun ? # SCSI autochangers 197 1.2.2.2 yamt #ss* at scsibus? target ? lun ? # SCSI scanners 198 1.2.2.2 yamt #uk* at scsibus? target ? lun ? # SCSI unknown 199 1.2.2.2 yamt 200 1.2.2.2 yamt 201 1.2.2.2 yamt # Network Interfaces 202 1.2.2.2 yamt 203 1.2.2.2 yamt # PCI network interfaces 204 1.2.2.2 yamt tlp* at pci? dev ? function ? # DECchip 21x4x and clones 205 1.2.2.2 yamt 206 1.2.2.2 yamt # MII/PHY support 207 1.2.2.2 yamt ukphy* at mii? phy ? # generic unknown PHYs 208 1.2.2.2 yamt 209 1.2.2.2 yamt 210 1.2.2.2 yamt # Pseudo-Devices 211 1.2.2.2 yamt 212 1.2.2.2 yamt # disk/mass storage pseudo-devices 213 1.2.2.2 yamt #pseudo-device ccd 4 # concatenated/striped disk devices 214 1.2.2.2 yamt #pseudo-device cgd 4 # cryptographic disk devices 215 1.2.2.2 yamt #pseudo-device raid 8 # RAIDframe disk driver 216 1.2.2.2 yamt #options RAID_AUTOCONFIG # auto-configuration of RAID components 217 1.2.2.2 yamt # Options to enable various other RAIDframe RAID types. 218 1.2.2.2 yamt # options RF_INCLUDE_EVENODD=1 219 1.2.2.2 yamt # options RF_INCLUDE_RAID5_RS=1 220 1.2.2.2 yamt # options RF_INCLUDE_PARITYLOGGING=1 221 1.2.2.2 yamt # options RF_INCLUDE_CHAINDECLUSTER=1 222 1.2.2.2 yamt # options RF_INCLUDE_INTERDECLUSTER=1 223 1.2.2.2 yamt # options RF_INCLUDE_PARITY_DECLUSTERING=1 224 1.2.2.2 yamt # options RF_INCLUDE_PARITY_DECLUSTERING_DS=1 225 1.2.2.2 yamt #pseudo-device fss 4 # file system snapshot device 226 1.2.2.2 yamt #pseudo-device md 1 # memory disk device (ramdisk) 227 1.2.2.2 yamt #pseudo-device vnd # disk-like interface to files 228 1.2.2.2 yamt 229 1.2.2.2 yamt # network pseudo-devices 230 1.2.2.2 yamt pseudo-device loop # network loopback 231 1.2.2.2 yamt #pseudo-device bpfilter # Berkeley packet filter 232 1.2.2.2 yamt #pseudo-device ipfilter # IP filter (firewall) and NAT 233 1.2.2.2 yamt #pseudo-device ppp # Point-to-Point Protocol 234 1.2.2.2 yamt #pseudo-device pppoe # PPP over Ethernet (RFC 2516) 235 1.2.2.2 yamt #pseudo-device sl # Serial Line IP 236 1.2.2.2 yamt #pseudo-device strip # Starmode Radio IP (Metricom) 237 1.2.2.2 yamt #pseudo-device tun # network tunneling over tty 238 1.2.2.2 yamt #pseudo-device tap # virtual Ethernet 239 1.2.2.2 yamt #pseudo-device gre # generic L3 over IP tunnel 240 1.2.2.2 yamt #pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933) 241 1.2.2.2 yamt #pseudo-device faith # IPv[46] tcp relay translation i/f 242 1.2.2.2 yamt #pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation 243 1.2.2.2 yamt #pseudo-device vlan # IEEE 802.1q encapsulation 244 1.2.2.2 yamt #pseudo-device bridge # simple inter-network bridging 245 1.2.2.2 yamt 246 1.2.2.2 yamt # miscellaneous pseudo-devices 247 1.2.2.2 yamt pseudo-device pty # pseudo-terminals 248 1.2.2.2 yamt #pseudo-device sequencer 1 # MIDI sequencer 249 1.2.2.2 yamt pseudo-device rnd # /dev/random and in-kernel generator 250 1.2.2.2 yamt #options RND_COM # use "com" randomness as well 251 1.2.2.2 yamt pseudo-device clockctl # user control of clock subsystem 252 1.2.2.2 yamt 253 1.2.2.2 yamt # a pseudo device needed for Coda # also needs CODA (above) 254 1.2.2.2 yamt #pseudo-device vcoda 4 # coda minicache <-> venus comm. 255 1.2.2.2 yamt 256 1.2.2.2 yamt # wscons pseudo-devices 257 1.2.2.2 yamt #pseudo-device wsmux # mouse & keyboard multiplexor 258 1.2.2.2 yamt #pseudo-device wsfont 259