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