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