GENERIC revision 1.11
1# $NetBSD: GENERIC,v 1.11 2000/06/30 17:10:16 itojun Exp $ 2 3include "arch/cobalt/conf/std.cobalt" 4 5#ident "GENERIC-$Revision: 1.11 $" 6 7maxusers 32 8 9# Standard system options 10options KTRACE # system call tracing support 11options SYSVMSG # System V message queues 12options SYSVSEM # System V semaphores 13options SYSVSHM # System V shared memory 14#options SHMMAXPGS=1024 # 1024 pages is the default 15options LKM # loadable kernel modules 16#options NTP # network time protocol 17#options UCONSOLE # users can redirect console (unsafe) 18 19# Debugging options 20options DIAGNOSTIC # extra kernel sanity checking 21#options DEBUG # extra kernel debugging support 22#options KMEMSTATS # kernel memory statistics (vmstat -m) 23options DDB # kernel dynamic debugger 24#options DDB_HISTORY_SIZE=100 # enable history editing in DDB 25#makeoptions DEBUG="-g" # compile full symbol table 26 27# Compatibility options 28options COMPAT_43 # compatibility with 4.3BSD binaries 29#options COMPAT_10 # NetBSD 0.9 binary compatibility 30#options COMPAT_10 # NetBSD 1.0 binary compatibility 31#options COMPAT_11 # NetBSD 1.1 binary compatibility 32#options COMPAT_12 # NetBSD 1.2 binary compatibility 33#options COMPAT_13 # NetBSD 1.3 binary compatibility 34#options COMPAT_14 # NetBSD 1.4 binary compatibility 35#options EXEC_ECOFF # exec ECOFF binaries 36#options COMPAT_ULTRIX # binary compatibility with Ultrix 37 38# File systems 39file-system FFS # Berkeley Fast Filesystem 40file-system EXT2FS # second extended file system (linux) 41file-system NFS # Sun NFS-compatible filesystem client 42#file-system KERNFS # kernel data-structure filesystem 43#file-system NULLFS # NULL layered filesystem 44#file-system OVERLAY # overlay file system 45file-system MFS # memory-based filesystem 46file-system FDESC # user file descriptor filesystem 47#file-system UMAPFS # uid/gid remapping filesystem 48#file-system LFS # Log-based filesystem (still experimental) 49#file-system PORTAL # portal filesystem (still experimental) 50#file-system PROCFS # /proc 51#file-system CD9660 # ISO 9660 + Rock Ridge file system 52#file-system UNION # union file system 53#file-system MSDOSFS # MS-DOS FAT filesystem(s). 54#file-system CODA # Coda File System; also needs vcoda (below) 55 56# File system options 57options NFSSERVER # Sun NFS-compatible filesystem server 58options QUOTA # FFS quotas 59#options FFS_EI # FFS Endian Independant support 60options SOFTDEP # FFS soft updates support. 61#options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and 62 # immutable) behave as system flags. 63 64# Networking options 65#options GATEWAY # IP packet forwarding 66options INET # Internet protocols 67#options INET6 # IPV6 68options PULLDOWN_TEST # use m_pulldown for IPv4/v6 processing 69#options IPSEC # IP security 70#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 71#options IPSEC_DEBUG # debug for IP security 72#options MROUTING # packet forwarding of multicast packets 73#options NS # Xerox NS networking 74#options NSIP # Xerox NS tunneling over IP 75#options ISO,TPIP # OSI networking 76#options EON # OSI tunneling over IP 77#options CCITT,LLC,HDLC # X.25 78#options NETATALK # AppleTalk (over Ethernet) protocol 79#options PPP_BSDCOMP # BSD-Compress compression support for PPP 80#options PPP_DEFLATE # Deflate compression support for PPP 81#options PPP_FILTER # Active filter support for PPP (requires bpf) 82#options PFIL_HOOKS # pfil(9) packet filter hooks 83#options IPFILTER_LOG # ipmon(8) log support 84 85# Compatibility with 4.2BSD implementation of TCP/IP. Not recommended. 86#options TCP_COMPAT_42 87 88# These options enable verbose messages for several subsystems. 89# Warning, these may compile large string tables into the kernel! 90options PCIVERBOSE # verbose PCI device autoconfig messages 91#options PCI_CONFIG_DUMP # verbosely dump PCI config space 92options SCSIVERBOSE # human readable SCSI error messages 93#options MIIVERBOSE # verbose PHY autoconfig messages 94 95options NFS_BOOT_DHCP 96 97config netbsd root on ? type ? 98 99mainbus0 at root 100 101cpu0 at mainbus? 102 103com0 at mainbus? addr 0x1c800000 level 3 104options COM16650 105 106gt0 at mainbus? addr 0x14000000 107 108pci* at gt0 109pchb* at pci? dev ? function ? 110pcib* at pci? dev ? function ? 111 112# PCI serial/parallel interfaces 113#puc* at pci? dev ? function ? # PCI "universal" comm. cards 114#com* at puc? port ? 115#lpt* at puc? port ? 116#cy* at pci? dev ? function ? # Cyclades Cyclom-Y serial cards 117 118# PCI SCSI controllers 119#adv* at pci? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] 120#adw* at pci? dev ? function ? # AdvanSys 9xxUW SCSI 121ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI 122#bha* at pci? dev ? function ? # BusLogic 9xx SCSI 123#dpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID 124#isp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FC 125siop* at pci? dev ? function ? # NCR 53c8xx SCSI 126#pcscp* at pci? dev ? function ? # AMD 53c974 PCscsi-PCI SCSI 127 128# SCSI bus support 129#scsibus* at adv? 130#scsibus* at adw? 131scsibus* at ahc? 132#scsibus* at bha? 133#scsibus* at dpt? 134#scsibus* at isp? 135scsibus* at siop? 136#scsibus* at pcscp? 137 138# SCSI devices 139sd* at scsibus? target ? lun ? # SCSI disk drives 140st* at scsibus? target ? lun ? # SCSI tape drives 141#cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 142#ch* at scsibus? target ? lun ? # SCSI autochangers 143#ss* at scsibus? target ? lun ? # SCSI scanners 144#uk* at scsibus? target ? lun ? # SCSI unknown 145 146# RAID controllers and devices 147#cac* at pci? dev ? function ? # Compaq array controller 148#ca* at cac? unit ? # Compaq array disk device 149 150# IDE and related devices 151# PCI IDE controllers - see pciide(4) for supported hardware. 152# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know 153# how to set up DMA modes for this chip. This may work, or may cause 154# a machine hang with some controllers. 155pciide* at pci? dev ? function ? flags 0x0000 156 157# IDE drives 158# Flags are used only with controllers that support DMA operations 159# and mode settings (e.g. some pciide controllers) 160# The lowest order four bits (rightmost digit) of the flags define the PIO 161# mode to use, the next set of four bits the DMA mode and the third set the 162# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode 163# to use, and the last bit must be 1 for this setting to be used. 164# For DMA and UDMA, 0xf (1111) means 'disable'. 165# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'. 166# (0xc=1100, 0xa=1010, 0xf=1111) 167# 0x0000 means "use whatever the drive claims to support". 168wd* at pciide? channel ? drive ? flags 0x0000 169 170# PCI network interfaces 171#de* at pci? dev ? function ? # DEC 21x4x-based Ethernet 172#en* at pci? dev ? function ? # ENI/Adaptec ATM 173#ep* at pci? dev ? function ? # 3Com 3c59x 174#ex* at pci? dev ? function ? # 3Com 90x[B] 175#epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet 176#esh* at pci? dev ? function ? # Essential HIPPI card 177#fpa* at pci? dev ? function ? # DEC DEFPA FDDI 178#fxp* at pci? dev ? function ? # Intel EtherExpress PRO10+/100B 179#le* at pci? dev ? function ? # PCnet-PCI Ethernet 180#ne* at pci? dev ? function ? # NE2000-compatible Ethernet 181#ntwoc* at pci? dev ? function ? # Riscom/N2 PCI Sync Serial 182#sip* at pci? dev ? function ? # SiS 900 Ethernet 183#tl* at pci? dev ? function ? # ThunderLAN-based Ethernet 184tlp* at pci? dev ? function ? # DECchip 21x4x (and clones) 185#options TLP_MATCH_21040 186#options TLP_MATCH_21041 187#options TLP_MATCH_21140 188options TLP_MATCH_21142 189#vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet 190#lmc* at pci? dev ? function ? # Lan Media Corp SSI/HSSI/DS3 191#rtk* at pci? dev ? function ? # Realtek 8129/8139 192 193# MII/PHY support 194#exphy* at mii? phy ? # 3Com internal PHYs 195#icsphy* at mii? phy ? # ICS1890 PHYs 196#inphy* at mii? phy ? # Intel 82555 PHYs 197#iophy* at mii? phy ? # Intel 82553 PHYs 198lxtphy* at mii? phy ? # Level One LXT-970 PHYs 199#nsphy* at mii? phy ? # NS83840 PHYs 200#nsphyter* at mii? phy ? # NS83843 PHYs 201#qsphy* at mii? phy ? # Quality Semiconductor QS6612 202#sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs 203#tlphy* at mii? phy ? # ThunderLAN PHYs 204#tqphy* at mii? phy ? # TDK Semiconductor PHYs 205#ukphy* at mii? phy ? # generic unknown PHYs 206 207# PCI audio devices 208#clcs* at pci? dev ? function ? # Cirrus Logic CS4280 209#eap* at pci? dev ? function ? # Ensoniq AudioPCI 210#eso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive 211#fms* at pci? dev ? function ? # Forte Media FM801 212#sbl* at pci? dev ? function ? # SoundBlaster Live! 213#sv* at pci? dev ? function ? # S3 SonicVibes 214 215# Pseudo-devices 216 217# Disk/mass storage pseudo-devices 218#pseudo-device ccd 4 # concatenated disk devices 219#pseudo-device raid 4 # RAIDframe disk driver 220#options RAID_AUTOCONFIG # auto-configuration of RAID 221#pseudo-device md 1 # memory disk device (ramdisk) 222#pseudo-device vnd 4 # disk-like interface to files 223 224# Network pseudo-devices 225pseudo-device bpfilter 8 # Berkeley packet filter 226#pseudo-device ipfilter # IP filter (firewall) and NAT 227pseudo-device loop # network loopback 228#pseudo-device ppp 2 # Point-to-Point Protocol 229#pseudo-device sl 2 # Serial Line IP 230#pseudo-device strip 2 # Starmode Radio IP (Metricom) 231#pseudo-device tun 2 # network tunneling over tty 232#pseudo-device gre 2 # generic L3 over IP tunnel 233#pseudo-device ipip 2 # RFC 2003 IP Encapsulation 234#pseudo-device gif 4 # RFC1933 tunnel 235#pseudo-device faith 1 # IPv[46] tcp relay translation 236#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation 237 238# Miscellaneous pseudo-devices 239pseudo-device pty 64 # pseudo-terminals 240#pseudo-device tb 1 # tablet line discipline 241#pseudo-device sequencer 1 # MIDI sequencer 242# rnd works; RND_COM does not on port i386 yet. 243pseudo-device rnd # /dev/random & kernel generator 244#options RND_COM # use "com" randomness (BROKEN) 245 246# A pseudo device needed for Coda # also needs CODA (above) 247#pseudo-device vcoda 4 # coda minicache <-> venus comm. 248