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