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