GENERIC revision 1.10
1# $NetBSD: GENERIC,v 1.10 2000/06/27 08:34:02 soren Exp $ 2 3include "arch/cobalt/conf/std.cobalt" 4 5#ident "GENERIC-$Revision: 1.10 $" 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 68#options IPSEC # IP security 69#options IPSEC_ESP # IP security (encryption part; define w/IPSEC) 70#options IPSEC_DEBUG # debug for IP security 71#options MROUTING # packet forwarding of multicast packets 72#options NS # Xerox NS networking 73#options NSIP # Xerox NS tunneling over IP 74#options ISO,TPIP # OSI networking 75#options EON # OSI tunneling over IP 76#options CCITT,LLC,HDLC # X.25 77#options NETATALK # AppleTalk (over Ethernet) protocol 78#options PPP_BSDCOMP # BSD-Compress compression support for PPP 79#options PPP_DEFLATE # Deflate compression support for PPP 80#options PPP_FILTER # Active filter support for PPP (requires bpf) 81#options PFIL_HOOKS # pfil(9) packet filter hooks 82#options IPFILTER_LOG # ipmon(8) log support 83 84# Compatibility with 4.2BSD implementation of TCP/IP. Not recommended. 85#options TCP_COMPAT_42 86 87# These options enable verbose messages for several subsystems. 88# Warning, these may compile large string tables into the kernel! 89options PCIVERBOSE # verbose PCI device autoconfig messages 90#options PCI_CONFIG_DUMP # verbosely dump PCI config space 91options SCSIVERBOSE # human readable SCSI error messages 92#options MIIVERBOSE # verbose PHY autoconfig messages 93 94options NFS_BOOT_DHCP 95 96config netbsd root on ? type ? 97 98mainbus0 at root 99 100cpu0 at mainbus? 101 102com0 at mainbus? addr 0x1c800000 level 3 103options COM16650 104 105gt0 at mainbus? addr 0x14000000 106 107pci* at gt0 108pchb* at pci? dev ? function ? 109pcib* at pci? dev ? function ? 110 111# PCI serial/parallel interfaces 112#puc* at pci? dev ? function ? # PCI "universal" comm. cards 113#com* at puc? port ? 114#lpt* at puc? port ? 115#cy* at pci? dev ? function ? # Cyclades Cyclom-Y serial cards 116 117# PCI SCSI controllers 118#adv* at pci? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] 119#adw* at pci? dev ? function ? # AdvanSys 9xxUW SCSI 120ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI 121#bha* at pci? dev ? function ? # BusLogic 9xx SCSI 122#dpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID 123#isp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FC 124siop* at pci? dev ? function ? # NCR 53c8xx SCSI 125#pcscp* at pci? dev ? function ? # AMD 53c974 PCscsi-PCI SCSI 126 127# SCSI bus support 128#scsibus* at adv? 129#scsibus* at adw? 130scsibus* at ahc? 131#scsibus* at bha? 132#scsibus* at dpt? 133#scsibus* at isp? 134scsibus* at siop? 135#scsibus* at pcscp? 136 137# SCSI devices 138sd* at scsibus? target ? lun ? # SCSI disk drives 139st* at scsibus? target ? lun ? # SCSI tape drives 140#cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 141#ch* at scsibus? target ? lun ? # SCSI autochangers 142#ss* at scsibus? target ? lun ? # SCSI scanners 143#uk* at scsibus? target ? lun ? # SCSI unknown 144 145# RAID controllers and devices 146#cac* at pci? dev ? function ? # Compaq array controller 147#ca* at cac? unit ? # Compaq array disk device 148 149# IDE and related devices 150# PCI IDE controllers - see pciide(4) for supported hardware. 151# The 0x0001 flag force the driver to use DMA, even if the driver doesn't know 152# how to set up DMA modes for this chip. This may work, or may cause 153# a machine hang with some controllers. 154pciide* at pci? dev ? function ? flags 0x0000 155 156# IDE drives 157# Flags are used only with controllers that support DMA operations 158# and mode settings (e.g. some pciide controllers) 159# The lowest order four bits (rightmost digit) of the flags define the PIO 160# mode to use, the next set of four bits the DMA mode and the third set the 161# UltraDMA mode. For each set of four bits, the 3 lower bits define the mode 162# to use, and the last bit must be 1 for this setting to be used. 163# For DMA and UDMA, 0xf (1111) means 'disable'. 164# 0x0fac means 'use PIO mode 4, DMA mode 2, disable UltraDMA'. 165# (0xc=1100, 0xa=1010, 0xf=1111) 166# 0x0000 means "use whatever the drive claims to support". 167wd* at pciide? channel ? drive ? flags 0x0000 168 169# PCI network interfaces 170#de* at pci? dev ? function ? # DEC 21x4x-based Ethernet 171#en* at pci? dev ? function ? # ENI/Adaptec ATM 172#ep* at pci? dev ? function ? # 3Com 3c59x 173#ex* at pci? dev ? function ? # 3Com 90x[B] 174#epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet 175#esh* at pci? dev ? function ? # Essential HIPPI card 176#fpa* at pci? dev ? function ? # DEC DEFPA FDDI 177#fxp* at pci? dev ? function ? # Intel EtherExpress PRO10+/100B 178#le* at pci? dev ? function ? # PCnet-PCI Ethernet 179#ne* at pci? dev ? function ? # NE2000-compatible Ethernet 180#ntwoc* at pci? dev ? function ? # Riscom/N2 PCI Sync Serial 181#sip* at pci? dev ? function ? # SiS 900 Ethernet 182#tl* at pci? dev ? function ? # ThunderLAN-based Ethernet 183tlp* at pci? dev ? function ? # DECchip 21x4x (and clones) 184#options TLP_MATCH_21040 185#options TLP_MATCH_21041 186#options TLP_MATCH_21140 187options TLP_MATCH_21142 188#vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet 189#lmc* at pci? dev ? function ? # Lan Media Corp SSI/HSSI/DS3 190#rtk* at pci? dev ? function ? # Realtek 8129/8139 191 192# MII/PHY support 193#exphy* at mii? phy ? # 3Com internal PHYs 194#icsphy* at mii? phy ? # ICS1890 PHYs 195#inphy* at mii? phy ? # Intel 82555 PHYs 196#iophy* at mii? phy ? # Intel 82553 PHYs 197lxtphy* at mii? phy ? # Level One LXT-970 PHYs 198#nsphy* at mii? phy ? # NS83840 PHYs 199#nsphyter* at mii? phy ? # NS83843 PHYs 200#qsphy* at mii? phy ? # Quality Semiconductor QS6612 201#sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs 202#tlphy* at mii? phy ? # ThunderLAN PHYs 203#tqphy* at mii? phy ? # TDK Semiconductor PHYs 204#ukphy* at mii? phy ? # generic unknown PHYs 205 206# PCI audio devices 207#clcs* at pci? dev ? function ? # Cirrus Logic CS4280 208#eap* at pci? dev ? function ? # Ensoniq AudioPCI 209#eso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive 210#fms* at pci? dev ? function ? # Forte Media FM801 211#sbl* at pci? dev ? function ? # SoundBlaster Live! 212#sv* at pci? dev ? function ? # S3 SonicVibes 213 214# Pseudo-devices 215 216# Disk/mass storage pseudo-devices 217#pseudo-device ccd 4 # concatenated disk devices 218#pseudo-device raid 4 # RAIDframe disk driver 219#options RAID_AUTOCONFIG # auto-configuration of RAID 220#pseudo-device md 1 # memory disk device (ramdisk) 221#pseudo-device vnd 4 # disk-like interface to files 222 223# Network pseudo-devices 224pseudo-device bpfilter 8 # Berkeley packet filter 225#pseudo-device ipfilter # IP filter (firewall) and NAT 226pseudo-device loop # network loopback 227#pseudo-device ppp 2 # Point-to-Point Protocol 228#pseudo-device sl 2 # Serial Line IP 229#pseudo-device strip 2 # Starmode Radio IP (Metricom) 230#pseudo-device tun 2 # network tunneling over tty 231#pseudo-device gre 2 # generic L3 over IP tunnel 232#pseudo-device ipip 2 # RFC 2003 IP Encapsulation 233#pseudo-device gif 4 # RFC1933 tunnel 234#pseudo-device faith 1 # IPv[46] tcp relay translation 235#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation 236 237# Miscellaneous pseudo-devices 238pseudo-device pty 64 # pseudo-terminals 239#pseudo-device tb 1 # tablet line discipline 240#pseudo-device sequencer 1 # MIDI sequencer 241# rnd works; RND_COM does not on port i386 yet. 242pseudo-device rnd # /dev/random & kernel generator 243#options RND_COM # use "com" randomness (BROKEN) 244 245# A pseudo device needed for Coda # also needs CODA (above) 246#pseudo-device vcoda 4 # coda minicache <-> venus comm. 247