MALTA revision 1.20
1# $NetBSD: MALTA,v 1.20 2004/07/15 03:53:46 atatat Exp $ 2 3include "arch/evbmips/conf/std.malta" 4 5#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 6 7#ident "GENERIC-$Revision: 1.20 $" 8 9maxusers 32 10 11options MIPS32 12options MIPS64 13options NOFPU # No FPU 14options SOFTFLOAT # emulate FPU insn 15 16# Options for necessary to use MD 17# options MEMORY_DISK_HOOKS 18# options MEMORY_DISK_IS_ROOT # force root on memory disk 19# options MEMORY_DISK_SERVER=0 # no userspace memory disk support 20# options MEMORY_DISK_ROOT_SIZE=6144 # size of memory disk, in blocks 21#options MEMORY_DISK_ROOT_SIZE=16384 # size of memory disk, in blocks 22 23# Standard system options 24options KTRACE # system call tracing support 25options SYSVMSG # System V message queues 26options SYSVSEM # System V semaphores 27options SYSVSHM # System V shared memory 28#options SHMMAXPGS=1024 # 1024 pages is the default 29#options LKM # loadable kernel modules 30options NTP # network time protocol 31 32# Debugging options 33options DIAGNOSTIC # extra kernel sanity checking 34options DEBUG # extra kernel debugging support 35#options KMEMSTATS # kernel memory statistics (vmstat -m) 36options USERCONF # userconf(4) support 37#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 38options DDB # kernel dynamic debugger 39options DDB_HISTORY_SIZE=100 # enable history editing in DDB 40makeoptions DEBUG="-g" # compile full symbol table 41options SYMTAB_SPACE=140000 # size for embedded symbol table 42 43# Compatibility options 44#options COMPAT_43 # compatibility with 4.3BSD binaries 45#options COMPAT_10 # NetBSD 0.9 binary compatibility 46#options COMPAT_10 # NetBSD 1.0 binary compatibility 47#options COMPAT_11 # NetBSD 1.1 binary compatibility 48#options COMPAT_12 # NetBSD 1.2 binary compatibility 49#options COMPAT_13 # NetBSD 1.3 binary compatibility 50#options COMPAT_14 # NetBSD 1.4 binary compatibility 51options COMPAT_16 # NetBSD 1.6 binary compatibility 52#options EXEC_ECOFF # exec ECOFF binaries 53#options COMPAT_ULTRIX # binary compatibility with Ultrix 54 55# File systems 56file-system FFS # Berkeley Fast Filesystem 57file-system MFS # memory-based filesystem 58#file-system EXT2FS # second extended file system (linux) 59file-system NFS # Sun NFS-compatible filesystem client 60#file-system KERNFS # kernel data-structure filesystem 61#file-system NULLFS # NULL layered filesystem 62#file-system OVERLAY # overlay file system 63#file-system FDESC # user file descriptor filesystem 64#file-system UMAPFS # uid/gid remapping filesystem 65#file-system LFS # Log-based filesystem (still experimental) 66#file-system PORTAL # portal filesystem (still experimental) 67#file-system PROCFS # /proc 68#file-system CD9660 # ISO 9660 + Rock Ridge file system 69#file-system UNION # union file system 70#file-system MSDOSFS # MS-DOS FAT filesystem(s). 71#file-system CODA # Coda File System; also needs vcoda (below) 72 73# File system options 74#options NFSSERVER # Sun NFS-compatible filesystem server 75#options QUOTA # FFS quotas 76#options FFS_EI # FFS Endian Independant support 77#options SOFTDEP # FFS soft updates support. 78#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 79 # immutable) behave as system flags. 80 81# Networking options 82#options GATEWAY # IP packet forwarding 83options INET # Internet protocols 84#options INET6 # IPV6 85#options IPSEC # IP security 86#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 87#options IPSEC_DEBUG # debug for IP security 88#options MROUTING # packet forwarding of multicast packets 89#options NS # Xerox NS networking 90#options NSIP # Xerox NS tunneling over IP 91#options ISO,TPIP # OSI networking 92#options EON # OSI tunneling over IP 93#options CCITT,LLC,HDLC # X.25 94#options NETATALK # AppleTalk (over Ethernet) protocol 95#options PPP_BSDCOMP # BSD-Compress compression support for PPP 96#options PPP_DEFLATE # Deflate compression support for PPP 97#options PPP_FILTER # Active filter support for PPP (requires bpf) 98#options PFIL_HOOKS # pfil(9) packet filter hooks 99#options IPFILTER_LOG # ipmon(8) log support 100 101# Compatibility with 4.2BSD implementation of TCP/IP. Not recommended. 102#options TCP_COMPAT_42 103 104# These options enable verbose messages for several subsystems. 105# Warning, these may compile large string tables into the kernel! 106#options PCI_NETBSD_CONFIGURE # NetBSD configures the PCI bus 107options PCIVERBOSE # verbose PCI device autoconfig messages 108#options PCI_CONFIG_DUMP # verbosely dump PCI config space 109#options SCSIVERBOSE # human readable SCSI error messages 110options MIIVERBOSE # verbose PHY autoconfig messages 111 112# Bitmask for enabling the PCI IDE channels in the southbridge. 113# Set bit 0 (0x01) for channel 0, bit 1 (0x02) for channel 1. 114# 115# Do this if your firmware (usually PMON and YAMON) doens't enable the IDE 116# channels for you (thus causing the NetBSD `pciide' driver to ignore them). 117options PCI_NETBSD_ENABLE_IDE=0x1 118 119options NFS_BOOT_DHCP 120 121config netbsd root on ? type ? 122 123 124mainbus0 at root 125cpu0 at mainbus? 126gt0 at mainbus? 127 128#com2 at mainbus? # CBUS UART (ugh, 64 bit register spacing) 129 130pci* at gt0 131pchb* at pci? dev ? function ? 132pcib* at pci? dev ? function ? 133 134# ISA bus support 135isa* at pcib? 136 137# ISA devices 138mcclock* at isa? port 0x70 # mc146818-compatible 139com0 at isa? port 0x3f8 irq 4 # standard serial ports 140com1 at isa? port 0x2f8 irq 3 141#fdc0 at isa? port 0x3f0 irq 6 drq 2 # floppy controller 142 143# Floppy drives 144#fd* at fdc? drive ? 145 146# wscons 147#vga* at pci? dev ? function ? 148#wsdisplay* at vga? console ? 149#pckbc* at isa? # PC keyboard controller 150#pckbd* at pckbc? # PC keyboard (kbd port) 151#pms* at pckbc? # PS/2-style mouse (aux port) 152#wskbd* at pckbd? 153#wsmouse* at pms? 154 155# PCI SCSI controllers 156#adv* at pci? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] 157#adw* at pci? dev ? function ? # AdvanSys 9xxUW SCSI 158#ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI 159#bha* at pci? dev ? function ? # BusLogic 9xx SCSI 160#dpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID 161#isp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FC 162#siop* at pci? dev ? function ? # NCR 53c8xx SCSI 163#pcscp* at pci? dev ? function ? # AMD 53c974 PCscsi-PCI SCSI 164 165# SCSI bus support 166#scsibus* at adv? 167#scsibus* at adw? 168#scsibus* at ahc? 169#scsibus* at bha? 170#scsibus* at dpt? 171#scsibus* at isp? 172#scsibus* at siop? 173#scsibus* at pcscp? 174 175# SCSI devices 176#sd* at scsibus? target ? lun ? # SCSI disk drives 177#st* at scsibus? target ? lun ? # SCSI tape drives 178#cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 179#ch* at scsibus? target ? lun ? # SCSI autochangers 180#ss* at scsibus? target ? lun ? # SCSI scanners 181#uk* at scsibus? target ? lun ? # SCSI unknown 182 183# IDE and related devices 184# PCI IDE controllers - see pciide(4) for supported hardware. 185# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know 186# how to set up DMA modes for this chip. This may work, or may cause 187# a machine hang with some controllers. 188pciide* at pci? dev ? function ? flags 0x0000 # GENERIC pciide driver 189acardide* at pci? dev ? function ? # Acard IDE controllers 190aceride* at pci? dev ? function ? # Acer Lab IDE controllers 191artsata* at pci? dev ? function ? # Intel i31244 SATA controller 192cmdide* at pci? dev ? function ? # CMD tech IDE controllers 193cypide* at pci? dev ? function ? # Cypress IDE controllers 194hptide* at pci? dev ? function ? # Triones/HighPoint IDE controllers 195optiide* at pci? dev ? function ? # Opti IDE controllers 196piixide* at pci? dev ? function ? # Intel IDE controllers 197pdcide* at pci? dev ? function ? # Promise IDE controllers 198satalink* at pci? dev ? function ? # SiI SATALink controllers 199siside* at pci? dev ? function ? # SiS IDE controllers 200slide* at pci? dev ? function ? # Symphony Labs IDE controllers 201viaide* at pci? dev ? function ? # VIA/AMD/Nvidia IDE controllers 202 203atabus* at ata? channel ? 204 205# IDE drives 206# Flags are used only with controllers that support DMA operations 207# and mode settings (e.g. some pciide controllers) 208# The lowest order four bits (rightmost digit) of the flags define the PIO 209# mode to use, the next set of four bits the DMA mode and the third set the 210# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode 211# to use, and the last bit must be 1 for this setting to be used. 212# For DMA and UDMA, 0xf (1111) means 'disable'. 213# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'. 214# (0xc=1100, 0xa=1010, 0xf=1111) 215# 0x0000 means "use whatever the drive claims to support". 216wd* at atabus? drive ? flags 0x0000 217 218# PCI network interfaces 219#en* at pci? dev ? function ? # ENI/Adaptec ATM 220#ep* at pci? dev ? function ? # 3Com 3c59x 221#ex* at pci? dev ? function ? # 3Com 90x[B] 222#epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet 223#esh* at pci? dev ? function ? # Essential HIPPI card 224#fpa* at pci? dev ? function ? # DEC DEFPA FDDI 225#fxp* at pci? dev ? function ? # Intel EtherExpress PRO10+/100B 226#le* at pci? dev ? function ? # PCnet-PCI Ethernet 227pcn* at pci? dev ? function ? # AMD PCnet-PCI Ethernet 228options PCN_EVENT_COUNTERS 229#ne* at pci? dev ? function ? # NE2000-compatible Ethernet 230#ntwoc* at pci? dev ? function ? # Riscom/N2 PCI Sync Serial 231sip* at pci? dev ? function ? # SiS 900 Ethernet 232options SIP_EVENT_COUNTERS 233#tl* at pci? dev ? function ? # ThunderLAN-based Ethernet 234#tlp* at pci? dev ? function ? # DECchip 21x4x and clones 235#vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet 236#lmc* at pci? dev ? function ? # Lan Media Corp SSI/HSSI/DS3 237#rtk* at pci? dev ? function ? # Realtek 8129/8139 238 239# MII/PHY support 240#acphy* at mii? phy ? # DAltima AC101 and AMD Am79c874 PHYs 241#amhphy* at mii? phy ? # AMD 79c901 Ethernet PHYs 242#bmtphy* at mii? phy ? # Broadcom BCM5201 and BCM5202 PHYs 243#brgphy* at mii? phy ? # Broadcom BCM5400-family PHYs 244#dmphy* at mii? phy ? # Davicom DM9101 PHYs 245#exphy* at mii? phy ? # 3Com internal PHYs 246#glxtphy* at mii? phy ? # Level One LXT-1000 PHYs 247#gphyter* at mii? phy ? # NS83861 Gig-E PHY 248#icsphy* at mii? phy ? # Integrated Circuit Systems ICS1890 249#inphy* at mii? phy ? # Intel 82555 PHYs 250#iophy* at mii? phy ? # Intel 82553 PHYs 251#lxtphy* at mii? phy ? # Level One LXT-970 PHYs 252#makphy* at mii? phy ? # Marvell Semiconductor 88E1000 PHYs 253#nsphy* at mii? phy ? # NS83840 PHYs 254nsphyter* at mii? phy ? # NS83843 PHYs 255#pnaphy* at mii? phy ? # generic HomePNA PHYs 256#qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs 257#sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs 258#tlphy* at mii? phy ? # ThunderLAN PHYs 259#tqphy* at mii? phy ? # TDK Semiconductor PHYs 260ukphy* at mii? phy ? # generic unknown PHYs 261 262 263# USB 264ohci* at pci? dev ? function ? # USB Open Host Controller 265uhci* at pci? dev ? function ? # USB Univ. Host Controller 266 267# USB bus support 268usb* at uhci? 269usb* at ohci? 270 271# USB Hubs 272uhub* at usb? 273uhub* at uhub? port ? configuration ? interface ? 274 275# .... 276 277# USB Generic driver 278ugen* at uhub? port ? 279 280# Audio Devices 281 282# PCI audio devices 283clct* at pci? dev ? function ? # Cirrus Logic CS4281 284 285# Audio support 286audio* at clct? 287 288# Pseudo-devices 289 290# Disk/mass storage pseudo-devices 291#pseudo-device ccd 4 # concatenated disk devices 292#pseudo-device raid 4 # RAIDframe disk driver 293#options RAID_AUTOCONFIG # auto-configuration of RAID 294pseudo-device md 1 # memory disk device (ramdisk) 295#pseudo-device vnd 4 # disk-like interface to files 296 297# Network pseudo-devices 298pseudo-device bpfilter 8 # Berkeley packet filter 299#pseudo-device ipfilter # IP filter (firewall) and NAT 300pseudo-device loop # network loopback 301#pseudo-device ppp 2 # Point-to-Point Protocol 302#pseudo-device sl 2 # Serial Line IP 303#pseudo-device strip 2 # Starmode Radio IP (Metricom) 304#pseudo-device tun 2 # network tunneling over tty 305#pseudo-device gre 2 # generic L3 over IP tunnel 306#pseudo-device ipip 2 # RFC 2003 IP Encapsulation 307#pseudo-device gif 4 # RFC1933 tunnel 308#pseudo-device faith 1 # IPv[46] tcp relay translation 309#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation 310pseudo-device vlan # IEEE 802.1q encapsulation 311 312# Miscellaneous pseudo-devices 313pseudo-device pty # pseudo-terminals 314#pseudo-device tb 1 # tablet line discipline 315#pseudo-device sequencer 1 # MIDI sequencer 316# rnd works; RND_COM does not on port i386 yet. 317pseudo-device rnd # /dev/random & kernel generator 318#options RND_COM # use "com" randomness (BROKEN) 319pseudo-device clockctl # user control of clock subsystem 320 321# A pseudo device needed for Coda # also needs CODA (above) 322#pseudo-device vcoda 4 # coda minicache <-> venus comm. 323