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