OPENBLOCKS266 revision 1.23
1# $NetBSD: OPENBLOCKS266,v 1.23 2005/08/19 02:03:51 christos Exp $ 2# 3# GENERIC -- everything that's currently supported 4# 5 6include "arch/evbppc/conf/std.obs405" 7 8#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 9 10#ident "OPENBLOCKS266" 11 12maxusers 32 13 14#options UVMHIST 15#options UVMHIST_PRINT 16 17# Options for necessary to use MD 18#options MEMORY_DISK_HOOKS 19#options MEMORY_DISK_IS_ROOT # force root on memory disk 20#options MEMORY_DISK_SERVER=0 # no userspace memory disk support 21#options MEMORY_DISK_ROOT_SIZE=16384 # size of memory disk, in blocks 22 23 24#options INSECURE # disable kernel security levels 25#options NTP # NTP phase/frequency locked loop 26#options KTRACE # system call tracing via ktrace(1) 27 28options SYSVMSG # System V message queues 29options SYSVSEM # System V semaphores 30options SYSVSHM # System V shared memory 31#options SHMMAXPGS=1024 # 1024 pages is the default 32 33#options LKM # loadable kernel modules 34 35#options USERCONF # userconf(4) support 36#options PIPE_SOCKETPAIR # smaller, but slower pipe(2) 37#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 38 39# Diagnostic/debugging support options 40#options DIAGNOSTIC # cheap kernel consistency checks 41options DEBUG # expensive debugging checks/support 42options DDB # in-kernel debugger 43options DDB_HISTORY_SIZE=512 # enable history editing in DDB 44options TRAP_PANICWAIT 45options SYMTAB_SPACE=300000 # size for embedded symbol table 46 47makeoptions DEBUG="-g" # compile full symbol table 48 49# Compatibility options 50#options COMPAT_09 # NetBSD 0.9, 51#options COMPAT_10 # NetBSD 1.0, 52#options COMPAT_11 # NetBSD 1.1, 53#options COMPAT_12 # NetBSD 1.2, 54options COMPAT_13 # NetBSD 1.3, 55options COMPAT_14 # NetBSD 1.4, 56options COMPAT_16 # NetBSD 1.6, 57options COMPAT_20 # NetBSD 2.0, 58options COMPAT_30 # NetBSD 3.0 compatibility. 59options COMPAT_43 # and 4.3BSD 60#options COMPAT_386BSD_MBRPART # recognize old partition ID 61#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. 62options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 63 64# File systems 65file-system FFS # UFS 66file-system EXT2FS # second extended file system (linux) 67file-system LFS # log-structured file system 68file-system MFS # memory file system 69file-system NFS # Network File System client 70file-system CD9660 # ISO 9660 + Rock Ridge file system 71file-system MSDOSFS # MS-DOS file system 72file-system FDESC # /dev/fd 73file-system KERNFS # /kern 74file-system NULLFS # loopback file system 75file-system OVERLAY # overlay file system 76file-system PORTAL # portal filesystem (still experimental) 77file-system PROCFS # /proc 78file-system UMAPFS # NULLFS + uid and gid remapping 79file-system UNION # union file system 80 81# File system options 82options QUOTA # UFS quotas 83options FFS_EI # FFS Endian Independant support 84options SOFTDEP # FFS soft updates support. 85options NFSSERVER # Network File System server 86#options FFS_NO_SNAPSHOT # ffs snapshots 87options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 88 # immutable) behave as system flags. 89 90options NFS_BOOT_DHCP # Support DHCP NFS root 91 92# Networking options 93options GATEWAY # packet forwarding 94options INET # IP + ICMP + TCP + UDP 95options INET6 # IPV6 96#options IPSEC # IP security 97#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 98#options IPSEC_NAT_T # IPsec NAT traversal (NAT-T) 99#options IPSEC_DEBUG # debug for IP security 100#options MROUTING # IP multicast routing 101#options PIM # Protocol Independent Multicast 102#options DIRECTED_BROADCAST # allow broadcasts through routers 103#options NS # XNS 104#options NSIP # XNS tunneling over IP 105options ISO,TPIP # OSI 106#options EON # OSI tunneling over IP 107#options CCITT,LLC,HDLC # X.25 108#options NETATALK # AppleTalk networking protocols 109options PPP_BSDCOMP # BSD-Compress compression support for PPP 110options PPP_DEFLATE # Deflate compression support for PPP 111options PPP_FILTER # Active filter support for PPP (requires bpf) 112options PFIL_HOOKS # pfil(9) packet filter hooks 113options IPFILTER_LOG # ipmon(8) log support 114#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG 115options NMBCLUSTERS=1024 116 117# These options enable verbose messages for several subsystems. 118# Warning, these may compile large string tables into the kernel! 119options PCIVERBOSE # verbose PCI device autoconfig messages 120options MIIVERBOSE # verbose PHY autoconfig messages 121#options PCI_CONFIG_DUMP # verbosely dump PCI config space 122options SCSIVERBOSE # human readable SCSI error messages 123options PCI_NETBSD_CONFIGURE # Do not rely on BIOS/whatever to configure PCI devices 124#options PCI_CONFIGURE_VERBOSE # Show PCI config information 125 126# wscons options 127#options WSEMUL_SUN # sun terminal emulation 128#options WSEMUL_VT100 # VT100 / VT220 emulation 129 130# Kernel root file system and dump configuration. 131config netbsd root on ? type ? 132 133# 134# Device configuration 135# 136 137plb0 at root # Processor Local Bus 138 139cpu0 at plb? 140 141ecc0 at plb? irq 16 # On-chip ECC controller 142 143opb* at plb? # On-chip Peripheral Bus 144 145wdog* at opb? # Watchdog timer 146 147com* at opb? addr ? irq ? # UARTs 148 149emac0 at opb? addr ? irq ? # Ethernet Media Access Controller 150options EMAC_EVENT_COUNTERS 151 152gpiic0 at opb? addr ? irq ? # On-chip IIC controller 153iic0 at gpiic? # I2C bus 154xrtc0 at iic? addr 0x6f # RTC 155 156gpio0 at opb? addr ? irq ? # On-chip GPIO controller 157obsled0 at gpio? addr 0x0c # OBS LED connected GPIO 158obsled1 at gpio? addr 0x0d # OBS LED connected GPIO 159obsled2 at gpio? addr 0x0e # OBS LED connected GPIO 160 161pchb0 at plb? # PCI-Host bridges 162 163pci* at pchb? 164ppb* at pci? dev ? function ? # PCI-PCI bridges 165pciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver 166hptide* at pci? dev ? function ? # Triones/HighPoint IDE controllers 167atabus* at ata? 168 169tlp* at pci? dev ? function ? # DECchip 21x4x and clones 170 171lxtphy* at mii? phy ? # Level One LXT-970 PHYs 172ukphy* at mii? phy ? # generic unknown PHYs 173 174#cardslot* at cbb? 175#cardbus* at cardslot? 176#pcmcia* at cardslot? 177 178#com* at pcmcia? function ? # Modems and serial cards 179#wdc* at pcmcia? function ? # PCMCIA IDE controllers 180#ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet 181#mbe* at pcmcia? function ? # MB8696x based Ethernet 182#ne* at pcmcia? function ? # NE2000-compatible Ethernet 183#ex* at cardbus? dev ? function ? # 3Com 3C575TX 184#tlp* at cardbus? dev ? function ? # DECchip 21143 185#rtk* at cardbus? dev ? function ? # Realtek 8129/8139 186 187wd* at atabus? drive ? 188 189atapibus* at atapi? 190 191cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives 192sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives 193uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown 194 195#pckbc0 at pbus? 196#pckbd* at pckbc? 197#wskbd* at pckbd? console ? 198#pms* at pckbc? 199#wsmouse* at pms? mux 0 200 201#vga* at pci? dev ? function ? 202#wsdisplay* at vga? console ? 203 204pseudo-device vnd 4 # disk-like interface to files 205pseudo-device ccd 4 # concatenated/striped disk devices 206#pseudo-device cgd 4 # cryptographic disk devices 207#pseudo-device raid 4 # RAIDframe disk driver 208#options RAID_AUTOCONFIG # auto-configuration of RAID components 209#pseudo-device fss 4 # file system snapshot device 210pseudo-device md 1 # memory disk device 211pseudo-device loop # network loopback 212pseudo-device bpfilter 8 # packet filter 213pseudo-device ipfilter # IP filter (firewall) and NAT 214pseudo-device ppp 2 # Point-to-Point Protocol 215pseudo-device sl 2 # Serial Line IP 216pseudo-device tun 4 # network tunneling over tty 217#pseudo-device gre 2 # generic L3 over IP tunnel 218pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 219#pseudo-device faith 1 # IPv[46] tcp relay translation i/f 220#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation 221pseudo-device vlan # IEEE 802.1q encapsulation 222pseudo-device pty # pseudo-terminals 223pseudo-device rnd # /dev/random and in-kernel generator 224#pseudo-device wsmux # ick 225pseudo-device clockctl # user control of clock subsystem 226pseudo-device kttcp # kernel ttcp 227