1# 2# NOTES -- Lines that can be cut/pasted into kernel and hints configs. 3# 4# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers', 5# 'makeoptions', 'hints' etc go into the kernel configuration that you 6# run config(8) with. 7# 8# Lines that begin with 'hints.' are NOT for config(8), they go into your 9# hints file. See /boot/device.hints and/or the 'hints' config(8) directive. 10# 11# Please use ``make LINT'' to create an old-style LINT file if you want to 12# do kernel test-builds. 13# 14# $FreeBSD$ 15# 16 17# 18# This directive is mandatory; it defines the architecture to be 19# configured for; in this case, the 386 family based IBM-PC and 20# compatibles. 21# 22machine i386 23 24# 25# This is the ``identification'' of the kernel. Usually this should 26# be the same as the name of your kernel. 27# 28ident LINT 29 30# 31# The `maxusers' parameter controls the static sizing of a number of 32# internal system tables by a complicated formula defined in param.c. 33# 34maxusers 10 35 36# 37# We want LINT to cover profiling as well 38profile 2 39 40# 41# The `makeoptions' parameter allows variables to be passed to the 42# generated Makefile in the build area. 43# 44# CONF_CFLAGS gives some extra compiler flags that are added to ${CFLAGS} 45# after most other flags. Here we use it to inhibit use of non-optimal 46# gcc builtin functions (e.g., memcmp). 47# 48# DEBUG happens to be magic. 49# The following is equivalent to 'config -g KERNELNAME' and creates 50# 'kernel.debug' compiled with -g debugging as well as a normal 51# 'kernel'. Use 'make install.debug' to install the debug kernel 52# but that isn't normally necessary as the debug symbols are not loaded 53# by the kernel and are not useful there anyway. 54# 55# KERNEL can be overridden so that you can change the default name of your 56# kernel. 57# 58makeoptions CONF_CFLAGS=-fno-builtin #Don't allow use of memcmp, etc. 59#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols 60#makeoptions KERNEL=foo #Build kernel "foo" and install "/foo" 61 62# 63# Certain applications can grow to be larger than the 512M limit 64# that FreeBSD initially imposes. Below are some options to 65# allow that limit to grow to 1GB, and can be increased further 66# with changing the parameters. MAXDSIZ is the maximum that the 67# limit can be set to, and the DFLDSIZ is the default value for 68# the limit. You might want to set the default lower than the 69# max, and explicitly set the maximum with a shell command for processes 70# that regularly exceed the limit like INND. 71# 72options MAXDSIZ="(1024UL*1024*1024)" 73options DFLDSIZ="(1024UL*1024*1024)" 74 75# 76# BLKDEV_IOSIZE sets the default block size used in user block 77# device I/O. Note that this value will be overriden by the label 78# when specifying a block device from a label with a non-0 79# partition blocksize. The default is PAGE_SIZE. 80# 81options BLKDEV_IOSIZE=8192 82 83# Options for the VM subsystem 84options PQ_CACHESIZE=512 # color for 512k/16k cache 85# Deprecated options supported for backwards compatibility 86#options PQ_NOOPT # No coloring 87#options PQ_LARGECACHE # color for 512k/16k cache 88#options PQ_HUGECACHE # color for 1024k/16k cache 89#options PQ_MEDIUMCACHE # color for 256k/16k cache 90#options PQ_NORMALCACHE # color for 64k/16k cache 91 92# This allows you to actually store this configuration file into 93# the kernel binary itself, where it may be later read by saying: 94# strings -n 3 /boot/kernel/kernel | sed -n 's/^___//p' > MYKERNEL 95# 96options INCLUDE_CONFIG_FILE # Include this file in kernel 97 98# 99# The root device and filesystem type can be compiled in; 100# this provides a fallback option if the root device cannot 101# be correctly guesst by the bootstrap code, or an override if 102# the RB_DFLTROOT flag (-r) is specified when booting the kernel. 103# 104options ROOTDEVNAME=\"ufs:da0s2e\" 105 106 107##################################################################### 108# SMP OPTIONS: 109# 110# SMP enables building of a Symmetric MultiProcessor Kernel. 111# APIC_IO enables the use of the IO APIC for Symmetric I/O. 112# 113# Notes: 114# 115# An SMP kernel will ONLY run on an Intel MP spec. qualified motherboard. 116# 117# Be sure to disable 'cpu I386_CPU' && 'cpu I486_CPU' for SMP kernels. 118# 119# Check the 'Rogue SMP hardware' section to see if additional options 120# are required by your hardware. 121# 122 123# Mandatory: 124options SMP # Symmetric MultiProcessor Kernel 125options APIC_IO # Symmetric (APIC) I/O 126 127# 128# Rogue SMP hardware: 129# 130 131# Bridged PCI cards: 132# 133# The MP tables of most of the current generation MP motherboards 134# do NOT properly support bridged PCI cards. To use one of these 135# cards you should refer to ??? 136 137# SMP Debugging Options: 138# 139# MUTEX_DEBUG enables various extra assertions in the mutex code. 140# WITNESS enables the mutex witness code which detects deadlocks and cycles 141# during locking operations. 142# WITNESS_DDB causes the witness code to drop into the kernel debugger if 143# a lock heirarchy violation occurs or if locks are held when going to 144# sleep. 145# WITNESS_SKIPSPIN disables the witness checks on spin mutexes. 146options MUTEX_DEBUG 147options WITNESS 148options WITNESS_DDB 149options WITNESS_SKIPSPIN 150 151 152##################################################################### 153# CPU OPTIONS 154 155# 156# You must specify at least one CPU (the one you intend to run on); 157# deleting the specification for CPUs you don't need to use may make 158# parts of the system run faster. 159# I386_CPU is mutually exclusive with the other CPU types. 160# 161#cpu I386_CPU 162cpu I486_CPU 163cpu I586_CPU # aka Pentium(tm) 164cpu I686_CPU # aka Pentium Pro(tm) 165 166# 167# Options for CPU features. 168# 169# CPU_BLUELIGHTNING_FPU_OP_CACHE enables FPU operand cache on IBM 170# BlueLightning CPU. It works only with Cyrix FPU, and this option 171# should not be used with Intel FPU. 172# 173# CPU_BLUELIGHTNING_3X enables triple-clock mode on IBM Blue Lightning 174# CPU if CPU supports it. The default is double-clock mode on 175# BlueLightning CPU box. 176# 177# CPU_BTB_EN enables branch target buffer on Cyrix 5x86 (NOTE 1). 178# 179# CPU_DIRECT_MAPPED_CACHE sets L1 cache of Cyrix 486DLC CPU in direct 180# mapped mode. Default is 2-way set associative mode. 181# 182# CPU_CYRIX_NO_LOCK enables weak locking for the entire address space 183# of Cyrix 6x86 and 6x86MX CPUs by setting the NO_LOCK bit of CCR1. 184# Otherwise, the NO_LOCK bit of CCR1 is cleared. (NOTE 3) 185# 186# CPU_DISABLE_5X86_LSSER disables load store serialize (i.e. enables 187# reorder). This option should not be used if you use memory mapped 188# I/O device(s). 189# 190# CPU_FASTER_5X86_FPU enables faster FPU exception handler. 191# 192# CPU_I486_ON_386 enables CPU cache on i486 based CPU upgrade products 193# for i386 machines. 194# 195# CPU_IORT defines I/O clock delay time (NOTE 1). Default values of 196# I/O clock delay time on Cyrix 5x86 and 6x86 are 0 and 7,respectively 197# (no clock delay). 198# 199# CPU_L2_LATENCY specifed the L2 cache latency value. This option is used 200# only when CPU_PPRO2CELERON is defined and Mendocino Celeron is detected. 201# The default value is 5. 202# 203# CPU_LOOP_EN prevents flushing the prefetch buffer if the destination 204# of a jump is already present in the prefetch buffer on Cyrix 5x86(NOTE 205# 1). 206# 207# CPU_PPRO2CELERON enables L2 cache of Mendocino Celeron CPUs. This option 208# is useful when you use Socket 8 to Socket 370 converter, because most Pentium 209# Pro BIOSs do not enable L2 cache of Mendocino Celeron CPUs. 210# 211# CPU_RSTK_EN enables return stack on Cyrix 5x86 (NOTE 1). 212# 213# CPU_SUSP_HLT enables suspend on HALT. If this option is set, CPU 214# enters suspend mode following execution of HALT instruction. 215# 216# CPU_WT_ALLOC enables write allocation on Cyrix 6x86/6x86MX and AMD 217# K5/K6/K6-2 cpus. 218# 219# CYRIX_CACHE_WORKS enables CPU cache on Cyrix 486 CPUs with cache 220# flush at hold state. 221# 222# CYRIX_CACHE_REALLY_WORKS enables (1) CPU cache on Cyrix 486 CPUs 223# without cache flush at hold state, and (2) write-back CPU cache on 224# Cyrix 6x86 whose revision < 2.7 (NOTE 2). 225# 226# NO_F00F_HACK disables the hack that prevents Pentiums (and ONLY 227# Pentiums) from locking up when a LOCK CMPXCHG8B instruction is 228# executed. This option is only needed if I586_CPU is also defined, 229# and should be included for any non-Pentium CPU that defines it. 230# 231# NO_MEMORY_HOLE is an optimisation for systems with AMD K6 processors 232# which indicates that the 15-16MB range is *definitely* not being 233# occupied by an ISA memory hole. 234# 235# NOTE 1: The options, CPU_BTB_EN, CPU_LOOP_EN, CPU_IORT, 236# CPU_LOOP_EN and CPU_RSTK_EN should not be used because of CPU bugs. 237# These options may crash your system. 238# 239# NOTE 2: If CYRIX_CACHE_REALLY_WORKS is not set, CPU cache is enabled 240# in write-through mode when revision < 2.7. If revision of Cyrix 241# 6x86 >= 2.7, CPU cache is always enabled in write-back mode. 242# 243# NOTE 3: This option may cause failures for software that requires 244# locked cycles in order to operate correctly. 245# 246options CPU_BLUELIGHTNING_FPU_OP_CACHE 247options CPU_BLUELIGHTNING_3X 248options CPU_BTB_EN 249options CPU_DIRECT_MAPPED_CACHE 250options CPU_DISABLE_5X86_LSSER 251options CPU_FASTER_5X86_FPU 252options CPU_I486_ON_386 253options CPU_IORT 254options CPU_L2_LATENCY=5 255options CPU_LOOP_EN 256options CPU_PPRO2CELERON 257options CPU_RSTK_EN 258options CPU_SUSP_HLT 259options CPU_WT_ALLOC 260options CYRIX_CACHE_WORKS 261options CYRIX_CACHE_REALLY_WORKS 262#options NO_F00F_HACK 263 264# 265# A math emulator is mandatory if you wish to run on hardware which 266# does not have a floating-point processor. Pick either the original, 267# bogus (but freely-distributable) math emulator, or a much more 268# fully-featured but GPL-licensed emulator taken from Linux. 269# 270options MATH_EMULATE #Support for x87 emulation 271# Don't enable both of these in a real config. 272options GPL_MATH_EMULATE #Support for x87 emulation via 273 #new math emulator 274 275 276##################################################################### 277# COMPATIBILITY OPTIONS 278 279# 280# Implement system calls compatible with 4.3BSD and older versions of 281# FreeBSD. You probably do NOT want to remove this as much current code 282# still relies on the 4.3 emulation. 283# 284options COMPAT_43 285 286# 287# These three options provide support for System V Interface 288# Definition-style interprocess communication, in the form of shared 289# memory, semaphores, and message queues, respectively. 290# 291options SYSVSHM 292options SYSVSEM 293options SYSVMSG 294 295 296##################################################################### 297# DEBUGGING OPTIONS 298 299# 300# Enable the kernel debugger. 301# 302options DDB 303 304# 305# Don't drop into DDB for a panic. Intended for unattended operation 306# where you may want to drop to DDB from the console, but still want 307# the machine to recover from a panic 308# 309options DDB_UNATTENDED 310 311# 312# If using GDB remote mode to debug the kernel, there's a non-standard 313# extension to the remote protocol that can be used to use the serial 314# port as both the debugging port and the system console. It's non- 315# standard and you're on your own if you enable it. See also the 316# "remotechat" variables in the FreeBSD specific version of gdb. 317# 318options GDB_REMOTE_CHAT 319 320# 321# KTRACE enables the system-call tracing facility ktrace(2). 322# 323options KTRACE #kernel tracing 324 325# 326# KTR is a kernel tracing mechanism imported from BSD/OS. Currently it 327# has no userland interface aside from a few sysctl's. It is enabled with 328# the KTR option. The KTR_EXTEND option causes trace events to be generated 329# as a string from snprintf rather than as a string and up to 5 argument 330# pointers. KTR_ENTRIES defines the number of entries in the circular trace 331# buffer. KTR_COMPILE defines the mask of events to compile into the kernel 332# as defined by the KTR_* constants in <sys/ktr.h>. KTR_MASK defines the 333# initial value of the ktr_mask variable which determines at runtime what 334# events to trace. KTR_CPUMASK determines which CPU's log events, with 335# bit X corresponding to cpu X. KTR_VERBOSE enables dumping of KTR events 336# to the console by default. This functionality can be toggled via the 337# debug.ktr_verbose sysctl and defaults to off if KTR_VERBOSE is not defined. 338# 339options KTR 340options KTR_EXTEND 341options KTR_ENTRIES=1024 342options KTR_COMPILE=0x3fffff 343options KTR_MASK=0x201208 344options KTR_CPUMASK=0x3 345options KTR_VERBOSE 346 347# 348# The INVARIANTS option is used in a number of source files to enable 349# extra sanity checking of internal structures. This support is not 350# enabled by default because of the extra time it would take to check 351# for these conditions, which can only occur as a result of 352# programming errors. 353# 354options INVARIANTS 355 356# 357# The INVARIANT_SUPPORT option makes us compile in support for 358# verifying some of the internal structures. It is a prerequisite for 359# 'INVARIANTS', as enabling 'INVARIANTS' will make these functions be 360# called. The intent is that you can set 'INVARIANTS' for single 361# source files (by changing the source file or specifying it on the 362# command line) if you have 'INVARIANT_SUPPORT' enabled. Also, if you 363# wish to build a kernel module with 'INVARIANTS', then adding 364# 'INVARIANT_SUPPORT' to your kernel will provide all the necessary 365# infrastructure without the added overhead. 366# 367options INVARIANT_SUPPORT 368 369# 370# The DIAGNOSTIC option is used to enable extra debugging information 371# from some parts of the kernel. As this makes everything more noisy, 372# it is disabled by default. 373# 374options DIAGNOSTIC 375 376# 377# REGRESSION causes optional kernel interfaces necessary only for regression 378# testing to be enabled. These interfaces may consitute security risks 379# when enabled, as they permit processes to easily modify aspects of the 380# run-time environment to reproduce unlikely or unusual (possibly normally 381# impossible) scenarios. 382# 383options REGRESSION 384 385# 386# PERFMON causes the driver for Pentium/Pentium Pro performance counters 387# to be compiled. See perfmon(4) for more information. 388# 389options PERFMON 390 391 392# 393# This option let some drivers co-exist that can't co-exist in a running 394# system. This is used to be able to compile all kernel code in one go for 395# quality assurance purposes (like this file, which the option takes it name 396# from.) 397# 398options COMPILING_LINT 399 400 401# XXX - this doesn't belong here. 402# Allow ordinary users to take the console - this is useful for X. 403options UCONSOLE 404 405# XXX - this doesn't belong here either 406options USERCONFIG #boot -c editor 407options INTRO_USERCONFIG #imply -c and show intro screen 408options VISUAL_USERCONFIG #visual boot -c editor 409 410##################################################################### 411# NETWORKING OPTIONS 412 413# 414# Protocol families: 415# Only the INET (Internet) family is officially supported in FreeBSD. 416# Source code for the NS (Xerox Network Service) is provided for amusement 417# value. 418# 419options INET #Internet communications protocols 420options INET6 #IPv6 communications protocols 421options IPSEC #IP security 422options IPSEC_ESP #IP security (crypto; define w/ IPSEC) 423options IPSEC_DEBUG #debug for IP security 424 425options IPX #IPX/SPX communications protocols 426options IPXIP #IPX in IP encapsulation (not available) 427options IPTUNNEL #IP in IPX encapsulation (not available) 428 429options NCP #NetWare Core protocol 430 431options NETATALK #Appletalk communications protocols 432options NETATALKDEBUG #Appletalk debugging 433 434# These are currently broken but are shipped due to interest. 435#options NS #Xerox NS protocols 436#options NSIP #XNS over IP 437 438# mchain library. It can be either loaded as KLD or compiled into kernel 439options LIBMCHAIN 440 441# netgraph(4). Enable the base netgraph code with the NETGRAPH option. 442# Individual node types can be enabled with the corresponding option 443# listed below; however, this is not strictly necessary as netgraph 444# will automatically load the corresponding KLD module if the node type 445# is not already compiled into the kernel. Each type below has a 446# corresponding man page, e.g., ng_async(8). 447options NETGRAPH #netgraph(4) system 448options NETGRAPH_ASYNC 449options NETGRAPH_BPF 450options NETGRAPH_CISCO 451options NETGRAPH_ECHO 452options NETGRAPH_ETHER 453options NETGRAPH_FRAME_RELAY 454options NETGRAPH_HOLE 455options NETGRAPH_IFACE 456options NETGRAPH_KSOCKET 457options NETGRAPH_LMI 458# MPPC compression requires proprietary files (not included) 459#options NETGRAPH_MPPC_COMPRESSION 460options NETGRAPH_MPPC_ENCRYPTION 461options NETGRAPH_ONE2MANY 462options NETGRAPH_PPP 463options NETGRAPH_PPPOE 464options NETGRAPH_PPTPGRE 465options NETGRAPH_RFC1490 466options NETGRAPH_SOCKET 467options NETGRAPH_TEE 468options NETGRAPH_TTY 469options NETGRAPH_UI 470options NETGRAPH_VJC 471 472device mn # Munich32x/Falc54 Nx64kbit/sec cards. 473device lmc # tulip based LanMedia WAN cards 474device musycc # LMC/SBE LMC1504 quad T1/E1 475 476# 477# Network interfaces: 478# The `loop' device is MANDATORY when networking is enabled. 479# The `ether' device provides generic code to handle 480# Ethernets; it is MANDATORY when a Ethernet device driver is 481# configured or token-ring is enabled. 482# The 'fddi' device provides generic code to support FDDI. 483# The `sppp' device serves a similar role for certain types 484# of synchronous PPP links (like `cx', `ar'). 485# The `sl' device implements the Serial Line IP (SLIP) service. 486# The `ppp' device implements the Point-to-Point Protocol. 487# The `bpf' device enables the Berkeley Packet Filter. Be 488# aware of the legal and administrative consequences of enabling this 489# option. The number of devices determines the maximum number of 490# simultaneous BPF clients programs runnable. 491# The `disc' device implements a minimal network interface, 492# which throws away all packets sent and never receives any. It is 493# included for testing purposes. This shows up as the 'ds' interface. 494# The `tap' device is a pty-like virtual Ethernet interface 495# The `tun' device implements (user-)ppp and nos-tun 496# The `gif' device implements IPv6 over IP4 tunneling, 497# IPv4 over IPv6 tunneling, IPv4 over IPv4 tunneling and 498# IPv6 over IPv6 tunneling. 499# The XBONEHACK option allows the same pair of addresses to be configured on 500# multiple gif interfaces. 501# The `faith' device captures packets sent to it and diverts them 502# to the IPv4/IPv6 translation daemon. 503# The `stf' device implements 6to4 encapsulation. 504# The `ef' device provides support for multiple ethernet frame types 505# specified via ETHER_* options. See ef(4) for details. 506# 507# The PPP_BSDCOMP option enables support for compress(1) style entire 508# packet compression, the PPP_DEFLATE is for zlib/gzip style compression. 509# PPP_FILTER enables code for filtering the ppp data stream and selecting 510# events for resetting the demand dial activity timer - requires bpf. 511# See pppd(8) for more details. 512# 513device ether #Generic Ethernet 514device vlan 1 #VLAN support 515device token #Generic TokenRing 516device fddi #Generic FDDI 517device sppp #Generic Synchronous PPP 518device loop 1 #Network loopback device 519device bpf #Berkeley packet filter 520device disc #Discard device (ds0, ds1, etc) 521device tap #Virtual Ethernet driver 522device tun #Tunnel driver (ppp(8), nos-tun(8)) 523device sl #Serial Line IP 524device ppp 2 #Point-to-point protocol 525options PPP_BSDCOMP #PPP BSD-compress support 526options PPP_DEFLATE #PPP zlib/deflate/gzip support 527options PPP_FILTER #enable bpf filtering (needs bpf) 528 529device ef # Multiple ethernet frames support 530options ETHER_II # enable Ethernet_II frame 531options ETHER_8023 # enable Ethernet_802.3 (Novell) frame 532options ETHER_8022 # enable Ethernet_802.2 frame 533options ETHER_SNAP # enable Ethernet_802.2/SNAP frame 534 535# for IPv6 536device gif 4 #IPv6 and IPv4 tunneling 537options XBONEHACK 538device faith 1 #for IPv6 and IPv4 translation 539device stf #6to4 IPv6 over IPv4 encapsulation 540 541# 542# Internet family options: 543# 544# MROUTING enables the kernel multicast packet forwarder, which works 545# with mrouted(8). 546# 547# IPFIREWALL enables support for IP firewall construction, in 548# conjunction with the `ipfw' program. IPFIREWALL_VERBOSE sends 549# logged packets to the system logger. IPFIREWALL_VERBOSE_LIMIT 550# limits the number of times a matching entry can be logged. 551# 552# WARNING: IPFIREWALL defaults to a policy of "deny ip from any to any" 553# and if you do not add other rules during startup to allow access, 554# YOU WILL LOCK YOURSELF OUT. It is suggested that you set firewall_type=open 555# in /etc/rc.conf when first enabling this feature, then refining the 556# firewall rules in /etc/rc.firewall after you've tested that the new kernel 557# feature works properly. 558# 559# IPFIREWALL_DEFAULT_TO_ACCEPT causes the default rule (at boot) to 560# allow everything. Use with care, if a cracker can crash your 561# firewall machine, they can get to your protected machines. However, 562# if you are using it as an as-needed filter for specific problems as 563# they arise, then this may be for you. Changing the default to 'allow' 564# means that you won't get stuck if the kernel and /sbin/ipfw binary get 565# out of sync. 566# 567# IPDIVERT enables the divert IP sockets, used by ``ipfw divert'' 568# 569# IPSTEALTH enables code to support stealth forwarding (i.e., forwarding 570# packets without touching the ttl). This can be useful to hide firewalls 571# from traceroute and similar tools. 572# 573# TCPDEBUG is undocumented. 574# 575options MROUTING # Multicast routing 576options IPFIREWALL #firewall 577options IPFIREWALL_VERBOSE #print information about 578 # dropped packets 579options IPFIREWALL_FORWARD #enable transparent proxy support 580options IPFIREWALL_VERBOSE_LIMIT=100 #limit verbosity 581options IPFIREWALL_DEFAULT_TO_ACCEPT #allow everything by default 582options IPV6FIREWALL #firewall for IPv6 583options IPV6FIREWALL_VERBOSE 584options IPV6FIREWALL_VERBOSE_LIMIT=100 585options IPV6FIREWALL_DEFAULT_TO_ACCEPT 586options IPDIVERT #divert sockets 587options IPFILTER #ipfilter support 588options IPFILTER_LOG #ipfilter logging 589options IPFILTER_DEFAULT_BLOCK #block all packets by default 590options IPSTEALTH #support for stealth forwarding 591options TCPDEBUG 592 593# Statically Link in accept filters 594options ACCEPT_FILTER_DATA 595options ACCEPT_FILTER_HTTP 596 597# TCP_DROP_SYNFIN adds support for ignoring TCP packets with SYN+FIN. This 598# prevents nmap et al. from identifying the TCP/IP stack, but breaks support 599# for RFC1644 extensions and is not recommended for web servers. 600# 601options TCP_DROP_SYNFIN #drop TCP packets with SYN+FIN 602 603# DUMMYNET enables the "dummynet" bandwidth limiter. You need 604# IPFIREWALL as well. See the dummynet(4) manpage for more info. 605# BRIDGE enables bridging between ethernet cards -- see bridge(4). 606# You can use IPFIREWALL and dummynet together with bridging. 607options DUMMYNET 608options BRIDGE 609 610# 611# ATM (HARP version) options 612# 613# ATM_CORE includes the base ATM functionality code. This must be included 614# for ATM support. 615# 616# ATM_IP includes support for running IP over ATM. 617# 618# At least one (and usually only one) of the following signalling managers 619# must be included (note that all signalling managers include PVC support): 620# ATM_SIGPVC includes support for the PVC-only signalling manager `sigpvc'. 621# ATM_SPANS includes support for the `spans' signalling manager, which runs 622# the FORE Systems's proprietary SPANS signalling protocol. 623# ATM_UNI includes support for the `uni30' and `uni31' signalling managers, 624# which run the ATM Forum UNI 3.x signalling protocols. 625# 626# The `hea' driver provides support for the Efficient Networks, Inc. 627# ENI-155p ATM PCI Adapter. 628# 629# The `hfa' driver provides support for the FORE Systems, Inc. 630# PCA-200E ATM PCI Adapter. 631# 632options ATM_CORE #core ATM protocol family 633options ATM_IP #IP over ATM support 634options ATM_SIGPVC #SIGPVC signalling manager 635options ATM_SPANS #SPANS signalling manager 636options ATM_UNI #UNI signalling manager 637device hea #Efficient ENI-155p ATM PCI 638device hfa #FORE PCA-200E ATM PCI 639 640 641##################################################################### 642# FILESYSTEM OPTIONS 643 644# 645# Only the root, /usr, and /tmp filesystems need be statically 646# compiled; everything else will be automatically loaded at mount 647# time. (Exception: the UFS family--- FFS --- cannot 648# currently be demand-loaded.) Some people still prefer to statically 649# compile other filesystems as well. 650# 651# NB: The NULL, PORTAL, UMAP and UNION filesystems are known to be 652# buggy, and WILL panic your system if you attempt to do anything with 653# them. They are included here as an incentive for some enterprising 654# soul to sit down and fix them. 655# 656 657# One of these is mandatory: 658options FFS #Fast filesystem 659options NFS #Network File System 660 661# The rest are optional: 662#options NFS_NOSERVER #Disable the NFS-server code. 663options CD9660 #ISO 9660 filesystem 664options FDESCFS #File descriptor filesystem 665options HPFS #OS/2 File system 666options MSDOSFS #MS DOS File System (FAT, FAT32) 667options NTFS #NT File System 668options NULLFS #NULL filesystem 669options NWFS #NetWare filesystem 670options PORTALFS #Portal filesystem 671options PROCFS #Process filesystem 672options UMAPFS #UID map filesystem 673options UNIONFS #Union filesystem 674# options NODEVFS #disable devices filesystem 675# The xFS_ROOT options REQUIRE the associated ``options xFS'' 676options NFS_ROOT #NFS usable as root device 677# This code enables IFS, an FFS which exports inodes as the namespace. 678# You can find details in src/sys/ufs/ifs/README . 679options IFS 680 681# Soft updates is a technique for improving file system speed and 682# making abrupt shutdown less risky. 683# 684options SOFTUPDATES 685 686# Extended attributes allow additional data to be associated with files, 687# and is used for ACLs, Capabilities, and MAC labels. 688# See src/sys/ufs/ufs/README.extattr for more information. 689options UFS_EXTATTR 690options UFS_EXTATTR_AUTOSTART 691 692# Access Control List support for UFS filesystems. The current ACL 693# implementation requires extended attribute support, UFS_EXTATTR, 694# for the underlying filesystem. 695# See src/sys/ufs/ufs/README.acls for more information. 696options UFS_ACL 697 698# Make space in the kernel for a root filesystem on a md device. 699# Define to the number of kilobytes to reserve for the filesystem. 700options MD_ROOT_SIZE=10 701 702# Make the md device a potential root device, either with preloaded 703# images of type mfs_root or md_root. 704options MD_ROOT 705 706# Allow this many swap-devices. 707# 708# In order to manage swap, the system must reserve bitmap space that 709# scales with the largest mounted swap device multiplied by NSWAPDEV, 710# irregardless of whether other swap devices exist or not. So it 711# is not a good idea to make this value too large. 712options NSWAPDEV=5 713 714# Disk quotas are supported when this option is enabled. 715options QUOTA #enable disk quotas 716 717# If you are running a machine just as a fileserver for PC and MAC 718# users, using SAMBA or Netatalk, you may consider setting this option 719# and keeping all those users' directories on a filesystem that is 720# mounted with the suiddir option. This gives new files the same 721# ownership as the directory (similar to group). It's a security hole 722# if you let these users run programs, so confine it to file-servers 723# (but it'll save you lots of headaches in those cases). Root owned 724# directories are exempt and X bits are cleared. The suid bit must be 725# set on the directory as well; see chmod(1) PC owners can't see/set 726# ownerships so they keep getting their toes trodden on. This saves 727# you all the support calls as the filesystem it's used on will act as 728# they expect: "It's my dir so it must be my file". 729# 730options SUIDDIR 731 732# NFS options: 733options NFS_MINATTRTIMO=3 # VREG attrib cache timeout in sec 734options NFS_MAXATTRTIMO=60 735options NFS_MINDIRATTRTIMO=30 # VDIR attrib cache timeout in sec 736options NFS_MAXDIRATTRTIMO=60 737options NFS_GATHERDELAY=10 # Default write gather delay (msec) 738options NFS_UIDHASHSIZ=29 # Tune the size of nfssvc_sock with this 739options NFS_WDELAYHASHSIZ=16 # and with this 740options NFS_MUIDHASHSIZ=63 # Tune the size of nfsmount with this 741options NFS_DEBUG # Enable NFS Debugging 742 743# Coda stuff: 744options CODA #CODA filesystem. 745device vcoda 4 #coda minicache <-> venus comm. 746 747# 748# Add support for the EXT2FS filesystem of Linux fame. Be a bit 749# careful with this - the ext2fs code has a tendency to lag behind 750# changes and not be exercised very much, so mounting read/write could 751# be dangerous (and even mounting read only could result in panics.) 752# 753options EXT2FS 754 755# Use real implementations of the aio_* system calls. There are numerous 756# stability issues in the current aio code that make it unsuitable for 757# inclusion on shell boxes. 758options VFS_AIO 759 760# Enable the code UFS IO optimization through the VM system. This allows 761# use VM operations instead of copying operations when possible. 762# 763# Even with this enabled, actual use of the code is still controlled by the 764# sysctl vfs.ioopt. 0 gives no optimization, 1 gives normal (use VM 765# operations if a request happens to fit), 2 gives agressive optimization 766# (the operations are split to do as much as possible through the VM system.) 767# 768# Enabling this will probably not give an overall speedup except for 769# special workloads. 770options ENABLE_VFS_IOOPT 771 772# Cryptographically secure random number generator; /dev/[u]random 773device random 774 775 776##################################################################### 777# POSIX P1003.1B 778 779# Real time extensions added in the 1993 Posix 780# P1003_1B: Infrastructure 781# _KPOSIX_PRIORITY_SCHEDULING: Build in _POSIX_PRIORITY_SCHEDULING 782# _KPOSIX_VERSION: Version kernel is built for 783 784options P1003_1B 785options _KPOSIX_PRIORITY_SCHEDULING 786options _KPOSIX_VERSION=199309L 787 788 789##################################################################### 790# CLOCK OPTIONS 791 792# The granularity of operation is controlled by the kernel option HZ whose 793# default value (100) means a granularity of 10ms. For an accurate simulation 794# of high data rates it might be necessary to reduce the timer granularity to 795# 1ms or less. Consider, however, that some interfaces using programmed I/O 796# may require a considerable time to output packets. So, reducing the 797# granularity too much might actually cause ticks to be missed thus reducing 798# the accuracy of operation. 799 800options HZ=100 801 802# Other clock options 803 804options CLK_CALIBRATION_LOOP 805options CLK_USE_I8254_CALIBRATION 806options CLK_USE_TSC_CALIBRATION 807 808 809##################################################################### 810# SCSI DEVICES 811 812# SCSI DEVICE CONFIGURATION 813 814# The SCSI subsystem consists of the `base' SCSI code, a number of 815# high-level SCSI device `type' drivers, and the low-level host-adapter 816# device drivers. The host adapters are listed in the ISA and PCI 817# device configuration sections below. 818# 819# Beginning with FreeBSD 2.0.5 you can wire down your SCSI devices so 820# that a given bus, target, and LUN always come on line as the same 821# device unit. In earlier versions the unit numbers were assigned 822# in the order that the devices were probed on the SCSI bus. This 823# means that if you removed a disk drive, you may have had to rewrite 824# your /etc/fstab file, and also that you had to be careful when adding 825# a new disk as it may have been probed earlier and moved your device 826# configuration around. 827 828# This old behavior is maintained as the default behavior. The unit 829# assignment begins with the first non-wired down unit for a device 830# type. For example, if you wire a disk as "da3" then the first 831# non-wired disk will be assigned da4. 832 833# The syntax for wiring down devices is: 834 835hint.scbus.0.at="ahc0" 836hint.scbus.1.at="ahc1" 837hint.scbus.1.bus="0" 838hint.scbus.3.at="ahc2" 839hint.scbus.3.bus="0" 840hint.scbus.2.at="ahc2" 841hint.scbus.2.bus="1" 842hint.da.0.at="scbus0" 843hint.da.0.target="0" 844hint.da.0.unit="0" 845hint.da.1.at="scbus3" 846hint.da.1.target="1" 847hint.da.2.at="scbus2" 848hint.da.2.target="3" 849hint.sa.1.at="scbus1" 850hint.sa.1.target="6" 851 852# "units" (SCSI logical unit number) that are not specified are 853# treated as if specified as LUN 0. 854 855# All SCSI devices allocate as many units as are required. 856 857# The ch driver drives SCSI Media Changer ("jukebox") devices. 858# 859# The da driver drives SCSI Direct Access ("disk") and Optical Media 860# ("WORM") devices. 861# 862# The sa driver drives SCSI Sequential Access ("tape") devices. 863# 864# The cd driver drives SCSI Read Only Direct Access ("cd") devices. 865# 866# The ses driver drives SCSI Envinronment Services ("ses") and 867# SAF-TE ("SCSI Accessable Fault-Tolerant Enclosure") devices. 868# 869# The pt driver drives SCSI Processor devices. 870# 871# 872# Target Mode support is provided here but also requires that a SIM 873# (SCSI Host Adapter Driver) provide support as well. 874# 875# The targ driver provides target mode support as a Processor type device. 876# It exists to give the minimal context necessary to respond to Inquiry 877# commands. There is a sample user application that shows how the rest 878# of the command support might be done in /usr/share/examples/scsi_target. 879# 880# The targbh driver provides target mode support and exists to respond 881# to incoming commands that do not otherwise have a logical unit assigned 882# to them. 883# 884# The "unknown" device (uk? in pre-2.0.5) is now part of the base SCSI 885# configuration as the "pass" driver. 886 887device scbus #base SCSI code 888device ch #SCSI media changers 889device da #SCSI direct access devices (aka disks) 890device sa #SCSI tapes 891device cd #SCSI CD-ROMs 892device ses #SCSI Environmental Services (and SAF-TE) 893device pt #SCSI processor 894device targ #SCSI Target Mode Code 895device targbh #SCSI Target Mode Blackhole Device 896device pass #CAM passthrough driver 897 898# CAM OPTIONS: 899# debugging options: 900# -- NOTE -- If you specify one of the bus/target/lun options, you must 901# specify them all! 902# CAMDEBUG: When defined enables debugging macros 903# CAM_DEBUG_BUS: Debug the given bus. Use -1 to debug all busses. 904# CAM_DEBUG_TARGET: Debug the given target. Use -1 to debug all targets. 905# CAM_DEBUG_LUN: Debug the given lun. Use -1 to debug all luns. 906# CAM_DEBUG_FLAGS: OR together CAM_DEBUG_INFO, CAM_DEBUG_TRACE, 907# CAM_DEBUG_SUBTRACE, and CAM_DEBUG_CDB 908# 909# CAM_MAX_HIGHPOWER: Maximum number of concurrent high power (start unit) cmds 910# SCSI_NO_SENSE_STRINGS: When defined disables sense descriptions 911# SCSI_NO_OP_STRINGS: When defined disables opcode descriptions 912# SCSI_DELAY: The number of MILLISECONDS to freeze the SIM (scsi adapter) 913# queue after a bus reset, and the number of milliseconds to 914# freeze the device queue after a bus device reset. 915options CAMDEBUG 916options CAM_DEBUG_BUS=-1 917options CAM_DEBUG_TARGET=-1 918options CAM_DEBUG_LUN=-1 919options CAM_DEBUG_FLAGS="CAM_DEBUG_INFO|CAM_DEBUG_TRACE|CAM_DEBUG_CDB" 920options CAM_MAX_HIGHPOWER=4 921options SCSI_NO_SENSE_STRINGS 922options SCSI_NO_OP_STRINGS 923options SCSI_DELAY=8000 # Be pessimistic about Joe SCSI device 924 925# Options for the CAM CDROM driver: 926# CHANGER_MIN_BUSY_SECONDS: Guaranteed minimum time quantum for a changer LUN 927# CHANGER_MAX_BUSY_SECONDS: Maximum time quantum per changer LUN, only 928# enforced if there is I/O waiting for another LUN 929# The compiled in defaults for these variables are 2 and 10 seconds, 930# respectively. 931# 932# These can also be changed on the fly with the following sysctl variables: 933# kern.cam.cd.changer.min_busy_seconds 934# kern.cam.cd.changer.max_busy_seconds 935# 936options CHANGER_MIN_BUSY_SECONDS=2 937options CHANGER_MAX_BUSY_SECONDS=10 938 939# Options for the CAM sequential access driver: 940# SA_SPACE_TIMEOUT: Timeout for space operations, in minutes 941# SA_REWIND_TIMEOUT: Timeout for rewind operations, in minutes 942# SA_ERASE_TIMEOUT: Timeout for erase operations, in minutes 943# SA_1FM_AT_EOD: Default to model which only has a default one filemark at EOT. 944options SA_SPACE_TIMEOUT="(60)" 945options SA_REWIND_TIMEOUT="(2*60)" 946options SA_ERASE_TIMEOUT="(4*60)" 947options SA_1FM_AT_EOD 948 949# Optional timeout for the CAM processor target (pt) device 950# This is specified in seconds. The default is 60 seconds. 951options SCSI_PT_DEFAULT_TIMEOUT="60" 952 953# Optional enable of doing SES passthrough on other devices (e.g., disks) 954# 955# Normally disabled because a lot of newer SCSI disks report themselves 956# as having SES capabilities, but this can then clot up attempts to build 957# build a topology with the SES device that's on the box these drives 958# are in.... 959options SES_ENABLE_PASSTHROUGH 960 961 962##################################################################### 963# MISCELLANEOUS DEVICES AND OPTIONS 964 965# The `pty' device usually turns out to be ``effectively mandatory'', 966# as it is required for `telnetd', `rlogind', `screen', `emacs', and 967# `xterm', among others. 968 969device pty #Pseudo ttys 970device speaker #Play IBM BASIC-style noises out your speaker 971device gzip #Exec gzipped a.out's 972device md #Memory/malloc disk 973device snp #Snoop device - to look at pty/vty/etc.. 974device ccd 4 #Concatenated disk driver 975 976# Configuring Vinum into the kernel is not necessary, since the kld 977# module gets started automatically when vinum(8) starts. This 978# device is also untested. Use at your own risk. 979# 980# The option VINUMDEBUG must match the value set in CFLAGS 981# in src/sbin/vinum/Makefile. Failure to do so will result in 982# the following message from vinum(8): 983# 984# Can't get vinum config: Invalid argument 985# 986# see vinum(4) for more reasons not to use these options. 987device vinum #Vinum concat/mirror/raid driver 988options VINUMDEBUG #enable Vinum debugging hooks 989 990# Kernel side iconv library 991options LIBICONV 992 993# Size of the kernel message buffer. Should be N * pagesize. 994options MSGBUF_SIZE=40960 995 996 997##################################################################### 998# HARDWARE BUS CONFIGURATION 999 1000# ISA, EISA, MCA and PCI bus: 1001 1002# 1003# Mandatory ISA devices: isa, npx 1004# 1005device isa 1006 1007# 1008# Options for `isa': 1009# 1010# AUTO_EOI_1 enables the `automatic EOI' feature for the master 8259A 1011# interrupt controller. This saves about 0.7-1.25 usec for each interrupt. 1012# This option breaks suspend/resume on some portables. 1013# 1014# AUTO_EOI_2 enables the `automatic EOI' feature for the slave 8259A 1015# interrupt controller. This saves about 0.7-1.25 usec for each interrupt. 1016# Automatic EOI is documented not to work for for the slave with the 1017# original i8259A, but it works for some clones and some integrated 1018# versions. 1019# 1020# MAXMEM specifies the amount of RAM on the machine; if this is not 1021# specified, FreeBSD will first read the amount of memory from the CMOS 1022# RAM, so the amount of memory will initially be limited to 64MB or 16MB 1023# depending on the BIOS. If the BIOS reports 64MB, a memory probe will 1024# then attempt to detect the installed amount of RAM. If this probe 1025# fails to detect >64MB RAM you will have to use the MAXMEM option. 1026# The amount is in kilobytes, so for a machine with 128MB of RAM, it would 1027# be 131072 (128 * 1024). 1028# 1029# BROKEN_KEYBOARD_RESET disables the use of the keyboard controller to 1030# reset the CPU for reboot. This is needed on some systems with broken 1031# keyboard controllers. 1032 1033options COMPAT_OLDISA #Use ISA shims and glue for old drivers 1034options AUTO_EOI_1 1035#options AUTO_EOI_2 1036 1037options MAXMEM="(128*1024)" 1038#options BROKEN_KEYBOARD_RESET 1039 1040# Enable support for the kernel PLL to use an external PPS signal, 1041# under supervision of [x]ntpd(8) 1042# More info in ntpd documentation: http://www.eecis.udel.edu/~ntp 1043 1044options PPS_SYNC 1045 1046# If you see the "calcru: negative time of %ld usec for pid %d (%s)\n" 1047# message you probably have some broken sw/hw which disables interrupts 1048# for too long. You can make the system more resistant to this by 1049# choosing a high value for NTIMECOUNTER. The default is 5, there 1050# is no upper limit but more than a couple of hundred are not productive. 1051# A better strategy may be to sysctl -w kern.timecounter.method=1 1052 1053options NTIMECOUNTER=20 1054 1055# 1056# EISA bus 1057# 1058# The EISA bus device is `eisa'. It provides auto-detection and 1059# configuration support for all devices on the EISA bus. 1060 1061device eisa 1062 1063# By default, only 10 EISA slots are probed, since the slot numbers 1064# above clash with the configuration address space of the PCI subsystem, 1065# and the EISA probe is not very smart about this. This is sufficient 1066# for most machines, but in particular the HP NetServer LC series comes 1067# with an onboard AIC7770 dual-channel SCSI controller on EISA slot #11, 1068# thus you need to bump this figure to 12 for them. 1069options EISA_SLOTS=12 1070 1071# 1072# MCA bus: 1073# 1074# The MCA bus device is `mca'. It provides auto-detection and 1075# configuration support for all devices on the MCA bus. 1076# No hints are required for MCA. 1077 1078device mca 1079 1080# 1081# PCI bus & PCI options: 1082# 1083# The main PCI bus device is `pci'. It provides auto-detection and 1084# configuration support for all devices on the PCI bus, using either 1085# configuration mode defined in the PCI specification. 1086 1087device pci 1088 1089# 1090# AGP GART support 1091device agp 1092 1093# PCI options 1094# 1095#options PCI_QUIET #quiets PCI code on chipset settings 1096 1097 1098##################################################################### 1099# HARDWARE DEVICE CONFIGURATION 1100 1101# EISA support is available for some device, so they can be auto-probed. 1102# MicroChannel (MCA) support is available for some devices. 1103# For ISA the required hints are listed. 1104# EISA, MCA, PCI and pccard are self identifying buses, so no hints 1105# are needed. 1106 1107# 1108# Mandatory devices: 1109# 1110 1111# The keyboard controller; it controls the keyboard and the PS/2 mouse. 1112device atkbdc 1 1113hint.atkbdc.0.at="isa" 1114hint.atkbdc.0.port="0x060" 1115 1116# The AT keyboard 1117device atkbd 1118hint.atkbd.0.at="atkbdc" 1119hint.atkbd.0.irq="1" 1120 1121# Options for atkbd: 1122options ATKBD_DFLT_KEYMAP # specify the built-in keymap 1123makeoptions ATKBD_DFLT_KEYMAP="jp.106" 1124 1125# These options are valid for other keyboard drivers as well. 1126options KBD_DISABLE_KEYMAP_LOAD # refuse to load a keymap 1127options KBD_INSTALL_CDEV # install a CDEV entry in /dev 1128 1129# `flags' for atkbd: 1130# 0x01 Force detection of keyboard, else we always assume a keyboard 1131# 0x02 Don't reset keyboard, useful for some newer ThinkPads 1132# 0x04 Old-style (XT) keyboard support, useful for older ThinkPads 1133 1134# PS/2 mouse 1135device psm 1136hint.psm.0.at="atkbdc" 1137hint.psm.0.irq="12" 1138 1139# Options for psm: 1140options PSM_HOOKRESUME #hook the system resume event, useful 1141 #for some laptops 1142options PSM_RESETAFTERSUSPEND #reset the device at the resume event 1143 1144# The video card driver. 1145device vga 1146hint.vga.0.at="isa" 1147 1148# Options for vga: 1149# Try the following option if the mouse pointer is not drawn correctly 1150# or font does not seem to be loaded properly. May cause flicker on 1151# some systems. 1152options VGA_ALT_SEQACCESS 1153 1154# If you can dispense with some vga driver features, you may want to 1155# use the following options to save some memory. 1156#options VGA_NO_FONT_LOADING # don't save/load font 1157#options VGA_NO_MODE_CHANGE # don't change video modes 1158 1159# Older video cards may require this option for proper operation. 1160options VGA_SLOW_IOACCESS # do byte-wide i/o's to TS and GDC regs 1161 1162# The following option probably won't work with the LCD displays. 1163options VGA_WIDTH90 # support 90 column modes 1164 1165# To include support for VESA video modes 1166options VESA 1167 1168options FB_DEBUG # Frame buffer debugging 1169options FB_INSTALL_CDEV # install a CDEV entry in /dev 1170 1171# Splash screen at start up! Screen savers require this too. 1172device splash 1173 1174# The pcvt console driver (vt220 compatible). 1175device vt 1176hint.vt.0.at="isa" 1177options XSERVER # support for running an X server on vt 1178options FAT_CURSOR # start with block cursor 1179# This PCVT option is for keyboards such as those used on IBM ThinkPad laptops 1180options PCVT_SCANSET=2 # IBM keyboards are non-std 1181# Other PCVT options are documented in pcvt(4). 1182options PCVT_24LINESDEF 1183options PCVT_CTRL_ALT_DEL 1184options PCVT_META_ESC 1185options PCVT_NSCREENS=9 1186options PCVT_PRETTYSCRNS 1187options PCVT_SCREENSAVER 1188options PCVT_USEKBDSEC 1189options PCVT_VT220KEYB 1190options PCVT_GREENSAVER 1191 1192# The syscons console driver (sco color console compatible). 1193device sc 1 1194hint.sc.0.at="isa" 1195options MAXCONS=16 # number of virtual consoles 1196options SC_ALT_MOUSE_IMAGE # simplified mouse cursor in text mode 1197options SC_DFLT_FONT # compile font in 1198makeoptions SC_DFLT_FONT=cp850 1199options SC_DISABLE_DDBKEY # disable `debug' key 1200options SC_DISABLE_REBOOT # disable reboot key sequence 1201options SC_HISTORY_SIZE=200 # number of history buffer lines 1202options SC_MOUSE_CHAR=0x3 # char code for text mode mouse cursor 1203options SC_PIXEL_MODE # add support for the raster text mode 1204 1205# The following options will let you change the default colors of syscons. 1206options SC_NORM_ATTR="(FG_GREEN|BG_BLACK)" 1207options SC_NORM_REV_ATTR="(FG_YELLOW|BG_GREEN)" 1208options SC_KERNEL_CONS_ATTR="(FG_RED|BG_BLACK)" 1209options SC_KERNEL_CONS_REV_ATTR="(FG_BLACK|BG_RED)" 1210 1211# If you have a two button mouse, you may want to add the following option 1212# to use the right button of the mouse to paste text. 1213options SC_TWOBUTTON_MOUSE 1214 1215# You can selectively disable features in syscons. 1216options SC_NO_CUTPASTE 1217options SC_NO_FONT_LOADING 1218options SC_NO_HISTORY 1219options SC_NO_SYSMOUSE 1220 1221# `flags' for sc 1222# 0x80 Put the video card in the VESA 800x600 dots, 16 color mode 1223# 0x100 Probe for a keyboard device periodically if one is not present 1224 1225# 3Dfx Voodoo Graphics, Voodoo II /dev/3dfx CDEV support. This will create 1226# the /dev/3dfx0 device to work with glide implementations. This should get 1227# linked to /dev/3dfx and /dev/voodoo. Note that this is not the same as 1228# the tdfx DRI module from XFree86 and is completely unrelated. 1229# 1230# To enable Linuxulator support, one must also include COMPAT_LINUX in the 1231# config as well, or you will not have the dependencies. The other option 1232# is to load both as modules. 1233 1234device tdfx # Enable 3Dfx Voodoo support 1235options TDFX_LINUX # Enable Linuxulator support 1236 1237# 1238# The Numeric Processing eXtension driver. In addition to this, you 1239# may configure a math emulator (see above). If your machine has a 1240# hardware FPU and the kernel configuration includes the npx device 1241# *and* a math emulator compiled into the kernel, the hardware FPU 1242# will be used, unless it is found to be broken or unless "flags" to 1243# npx0 includes "0x08", which requests preference for the emulator. 1244device npx 1245hint.npx.0.at="nexus" 1246hint.npx.0.port="0x0F0" 1247hint.npx.0.flags="0x0" 1248hint.npx.0.irq="13" 1249 1250# 1251# `flags' for npx0: 1252# 0x01 don't use the npx registers to optimize bcopy. 1253# 0x02 don't use the npx registers to optimize bzero. 1254# 0x04 don't use the npx registers to optimize copyin or copyout. 1255# 0x08 use emulator even if hardware FPU is available. 1256# The npx registers are normally used to optimize copying and zeroing when 1257# all of the following conditions are satisfied: 1258# I586_CPU is an option 1259# the cpu is an i586 (perhaps not a Pentium) 1260# the probe for npx0 succeeds 1261# INT 16 exception handling works. 1262# Then copying and zeroing using the npx registers is normally 30-100% faster. 1263# The flags can be used to control cases where it doesn't work or is slower. 1264# Setting them at boot time using userconfig works right (the optimizations 1265# are not used until later in the bootstrap when npx0 is attached). 1266# Flag 0x08 automatically disables the i586 optimized routines. 1267# 1268 1269# 1270# ACPI support using the Intel ACPI Component Architecture reference 1271# implementation. 1272# 1273# ACPI_DEBUG enables the use of the debug.acpi.level and debug.acpi.layer 1274# kernel environment variables to select initial debugging levels for the 1275# Intel ACPICA code. (Note that the Intel code must also have USE_DEBUGGER 1276# defined when it is built). 1277# 1278device acpica 1279options ACPI_DEBUG 1280 1281# 1282# Optional devices: 1283# 1284 1285# 1286# SCSI host adapters: 1287# 1288# adv: All Narrow SCSI bus AdvanSys controllers. 1289# adw: Second Generation AdvanSys controllers including the ADV940UW. 1290# aha: Adaptec 154x/1535/1640 1291# ahb: Adaptec 174x EISA controllers 1292# ahc: Adaptec 274x/284x/2910/293x/294x/394x/3950x/3960x/398X/4944/ 1293# 19160x/29160x, aic7770/aic78xx 1294# aic: Adaptec 6260/6360, APA-1460 (PC Card), NEC PC9801-100 (C-BUS) 1295# amd: Support for the AMD 53C974 SCSI host adapter chip as found on devices 1296# such as the Tekram DC-390(T). 1297# bt: Most Buslogic controllers: including BT-445, BT-54x, BT-64x, BT-74x, 1298# BT-75x, BT-946, BT-948, BT-956, BT-958, SDC3211B, SDC3211F, SDC3222F 1299# isp: Qlogic ISP 1020, 1040 and 1040B PCI SCSI host adapters, 1300# ISP 1240 Dual Ultra SCSI, ISP 1080 and 1280 (Dual) Ultra2, 1301# ISP 12160 Ultra3 SCSI, 1302# Qlogic ISP 2100 and ISP 2200 Fibre Channel host adapters. 1303# ispfw: Firmware module for Qlogic host adapters 1304# ncr: NCR 53C810, 53C825 self-contained SCSI host adapters. 1305# ncv: NCR 53C500 based SCSI host adapters. 1306# nsp: Workbit Ninja SCSI-3 based PC Card SCSI host adapters. 1307# sym: Symbios/Logic 53C8XX family of PCI-SCSI I/O processors: 1308# 53C810, 53C810A, 53C815, 53C825, 53C825A, 53C860, 53C875, 1309# 53C876, 53C885, 53C895, 53C895A, 53C896, 53C897, 53C1510D, 1310# 53C1010-33, 53C1010-66. 1311# stg: TMC 18C30, 18C50 based SCSI host adapters. 1312# wds: WD7000 1313 1314# 1315# Note that the order is important in order for Buslogic ISA/EISA cards to be 1316# probed correctly. 1317# 1318device bt 1319hint.bt.0.at="isa" 1320hint.bt.0.port="0x330" 1321device adv 1322hint.adv.0.at="isa" 1323device adw 1324device aha 1325hint.aha.0.at="isa" 1326device aic 1327hint.aic.0.at="isa" 1328device ahb 1329device ahc 1330device amd 1331device isp 1332hint.isp.0.disable="1" 1333hint.isp.0.role="3" 1334hint.isp.0.prefer_iomap="1" 1335hint.isp.0.prefer_memmap="1" 1336hint.isp.0.fwload_disable="1" 1337hint.isp.0.ignore_nvram="1" 1338hint.isp.0.fullduplex="1" 1339hint.isp.0.topology="lport" 1340hint.isp.0.topology="nport" 1341hint.isp.0.topology="lport-only" 1342hint.isp.0.topology="nport-only" 1343# we can't get u_int64_t types, nor can we get strings if it's got 1344# a leading 0x, hence this silly dodge. 1345hint.isp.0.portwnn="w50000000aaaa0000" 1346hint.isp.0.nodewnn="w50000000aaaa0001" 1347device ispfw 1348device ncr 1349device ncv 1350device nsp 1351device sym 1352device stg 1353hint.stg.0.at="isa" 1354hint.stg.0.port="0x140" 1355hint.stg.0.port="11" 1356device wds 1357hint.wds.0.at="isa" 1358hint.wds.0.port="0x350" 1359hint.wds.0.irq="11" 1360hint.wds.0.drq="6" 1361 1362# The aic7xxx driver will attempt to use memory mapped I/O for all PCI 1363# controllers that have it configured only if this option is set. Unfortunately, 1364# this doesn't work on some motherboards, which prevents it from being the 1365# default. 1366options AHC_ALLOW_MEMIO 1367 1368# Enable diagnostic sequencer code. 1369options AHC_DEBUG_SEQUENCER 1370 1371# Dump the contents of the ahc controller configuration PROM. 1372options AHC_DUMP_EEPROM 1373 1374# Bitmap of units to enable targetmode operations. 1375options AHC_TMODE_ENABLE 1376 1377# The adw driver will attempt to use memory mapped I/O for all PCI 1378# controllers that have it configured only if this option is set. 1379options ADW_ALLOW_MEMIO 1380 1381# Options used in dev/isp/ (Qlogic SCSI/FC driver). 1382# 1383# ISP_TARGET_MODE - enable target mode operation 1384# 1385#options ISP_TARGET_MODE=1 1386 1387# Options used in dev/sym/ (Symbios SCSI driver). 1388#options SYM_SETUP_LP_PROBE_MAP #-Low Priority Probe Map (bits) 1389 # Allows the ncr to take precedence 1390 # 1 (1<<0) -> 810a, 860 1391 # 2 (1<<1) -> 825a, 875, 885, 895 1392 # 4 (1<<2) -> 895a, 896, 1510d 1393#options SYM_SETUP_SCSI_DIFF #-HVD support for 825a, 875, 885 1394 # disabled:0 (default), enabled:1 1395#options SYM_SETUP_PCI_PARITY #-PCI parity checking 1396 # disabled:0, enabled:1 (default) 1397#options SYM_SETUP_MAX_LUN #-Number of LUNs supported 1398 # default:8, range:[1..64] 1399 1400# The 'asr' driver provides support for current DPT/Adaptec SCSI RAID 1401# controllers (SmartRAID V and VI and later). 1402# These controllers require the CAM infrastructure. 1403# 1404device asr 1405 1406# The 'dpt' driver provides support for old DPT controllers (http://www.dpt.com/). 1407# These have hardware RAID-{0,1,5} support, and do multi-initiator I/O. 1408# The DPT controllers are commonly re-licensed under other brand-names - 1409# some controllers by Olivetti, Dec, HP, AT&T, SNI, AST, Alphatronic, NEC and 1410# Compaq are actually DPT controllers. 1411# 1412# See src/sys/dev/dpt for debugging and other subtle options. 1413# DPT_MEASURE_PERFORMANCE Enables a set of (semi)invasive metrics. Various 1414# instruments are enabled. The tools in 1415# /usr/sbin/dpt_* assume these to be enabled. 1416# DPT_HANDLE_TIMEOUTS Normally device timeouts are handled by the DPT. 1417# If you ant the driver to handle timeouts, enable 1418# this option. If your system is very busy, this 1419# option will create more trouble than solve. 1420# DPT_TIMEOUT_FACTOR Used to compute the excessive amount of time to 1421# wait when timing out with the above option. 1422# DPT_DEBUG_xxxx These are controllable from sys/dev/dpt/dpt.h 1423# DPT_LOST_IRQ When enabled, will try, once per second, to catch 1424# any interrupt that got lost. Seems to help in some 1425# DPT-firmware/Motherboard combinations. Minimal 1426# cost, great benefit. 1427# DPT_RESET_HBA Make "reset" actually reset the controller 1428# instead of fudging it. Only enable this if you 1429# are 100% certain you need it. 1430 1431device dpt 1432 1433# DPT options 1434#!CAM# options DPT_MEASURE_PERFORMANCE 1435#!CAM# options DPT_HANDLE_TIMEOUTS 1436options DPT_TIMEOUT_FACTOR=4 1437options DPT_LOST_IRQ 1438options DPT_RESET_HBA 1439options DPT_ALLOW_MEMIO 1440 1441# 1442# Mylex AcceleRAID and eXtremeRAID controllers with v6 and later 1443# firmware. These controllers have a SCSI-like interface, and require 1444# the CAM infrastructure. 1445# 1446device mly 1447 1448# 1449# Adaptec FSA RAID controllers, including integrated DELL controllers, 1450# the Dell PERC 2/QC and the HP NetRAID-4M 1451# 1452# AAC_COMPAT_LINUX Include code to support Linux-binary management 1453# utilities (requires Linux compatibility 1454# support). 1455# 1456device aac 1457 1458# 1459# Compaq Smart RAID, Mylex DAC960 and AMI MegaRAID controllers. Only 1460# one entry is needed; the code will find and configure all supported 1461# controllers. 1462# 1463device ida # Compaq Smart RAID 1464device mlx # Mylex DAC960 1465device amr # AMI MegaRAID 1466 1467# 1468# 3ware ATA RAID 1469# 1470device twe # 3ware ATA RAID 1471 1472# 1473# The 'ATA' driver supports all ATA and ATAPI devices, including PC Card 1474# devices. You only need one "device ata" for it to find all 1475# PCI and PC Card ATA/ATAPI devices on modern machines. 1476device ata 1477device atadisk # ATA disk drives 1478device atapicd # ATAPI CDROM drives 1479device atapifd # ATAPI floppy drives 1480device atapist # ATAPI tape drives 1481 1482# 1483# For older non-PCI, non-PnPBIOS systems, these are the hints lines to add: 1484hint.ata.0.at="isa" 1485hint.ata.0.port="0x1f0" 1486hint.ata.0.irq="14" 1487hint.ata.1.at="isa" 1488hint.ata.1.port="0x170" 1489hint.ata.1.irq="15" 1490 1491# 1492# The following options are valid on the ATA driver: 1493# 1494# ATA_STATIC_ID: controller numbering is static ie depends on location 1495# else the device numbers are dynamically allocated. 1496 1497options ATA_STATIC_ID 1498 1499# 1500# Standard floppy disk controllers and floppy tapes, supports 1501# the Y-E DATA External FDD (PC Card) 1502# 1503device fdc 1504hint.fdc.0.at="isa" 1505hint.fdc.0.port="0x3F0" 1506hint.fdc.0.irq="6" 1507hint.fdc.0.drq="2" 1508# 1509# FDC_DEBUG enables floppy debugging. Since the debug output is huge, you 1510# gotta turn it actually on by setting the variable fd_debug with DDB, 1511# however. 1512options FDC_DEBUG 1513# 1514# Activate this line if you happen to have an Insight floppy tape. 1515# Probing them proved to be dangerous for people with floppy disks only, 1516# so it's "hidden" behind a flag: 1517#hint.fdc.0.flags="1" 1518 1519# Specify floppy devices 1520hint.fd.0.at="fdc0" 1521hint.fd.0.drive="0" 1522hint.fd.1.at="fdc0" 1523hint.fd.1.drive="1" 1524 1525# M-systems DiskOnchip products see src/sys/contrib/dev/fla/README 1526device fla 1527hint.fla.0.at="isa" 1528 1529# 1530# Other standard PC hardware: 1531# 1532# mse: Logitech and ATI InPort bus mouse ports 1533# sio: serial ports (see sio(4)), including support for various 1534# PC Card devices, such as Modem and NICs (see etc/defaults/pccard.conf) 1535 1536device mse 1537hint.mse.0.at="isa" 1538hint.mse.0.port="0x23c" 1539hint.mse.0.irq="5" 1540 1541device sio 1542hint.sio.0.at="isa" 1543hint.sio.0.port="0x3F8" 1544hint.sio.0.flags="0x10" 1545hint.sio.0.irq="4" 1546 1547# 1548# `flags' for serial drivers that support consoles (only for sio now): 1549# 0x10 enable console support for this unit. The other console flags 1550# are ignored unless this is set. Enabling console support does 1551# not make the unit the preferred console - boot with -h or set 1552# the 0x20 flag for that. Currently, at most one unit can have 1553# console support; the first one (in config file order) with 1554# this flag set is preferred. Setting this flag for sio0 gives 1555# the old behaviour. 1556# 0x20 force this unit to be the console (unless there is another 1557# higher priority console). This replaces the COMCONSOLE option. 1558# 0x40 reserve this unit for low level console operations. Do not 1559# access the device in any normal way. 1560# 0x80 use this port for serial line gdb support in ddb. 1561# 1562# PnP `flags' (set via userconfig using pnp x flags y) 1563# 0x1 disable probing of this device. Used to prevent your modem 1564# from being attached as a PnP modem. 1565# 1566 1567# Options for serial drivers that support consoles (only for sio now): 1568options BREAK_TO_DEBUGGER #a BREAK on a comconsole goes to 1569 #DDB, if available. 1570options CONSPEED=9600 #default speed for serial console (default 9600) 1571 1572# Solaris implements a new BREAK which is initiated by a character 1573# sequence CR ~ ^b which is similar to a familiar pattern used on 1574# Sun servers by the Remote Console. 1575options ALT_BREAK_TO_DEBUGGER 1576 1577# Options for sio: 1578options COM_ESP #code for Hayes ESP 1579options COM_MULTIPORT #code for some cards with shared IRQs 1580 1581# Other flags for sio that aren't documented in the man page. 1582# 0x20000 enable hardware RTS/CTS and larger FIFOs. Only works for 1583# ST16650A-compatible UARTs. 1584 1585# 1586# Network interfaces: 1587# 1588# MII bus support is required for some PCI 10/100 ethernet NICs, 1589# namely those which use MII-compliant transceivers or implement 1590# tranceiver control interfaces that operate like an MII. Adding 1591# "device miibus0" to the kernel config pulls in support for 1592# the generic miibus API and all of the PHY drivers, including a 1593# generic one for PHYs that aren't specifically handled by an 1594# individual driver. 1595device miibus 1596 1597# an: Aironet 4500/4800 802.11 wireless adapters. Supports the PCMCIA, 1598# PCI and ISA varieties. 1599# ar: Arnet SYNC/570i hdlc sync 2/4 port V.35/X.21 serial driver 1600# (requires sppp) 1601# awi: Support for IEEE 802.11 PC Card devices using the AMD Am79C930 and 1602# Harris (Intersil) Chipset with PCnetMobile firmware by AMD. 1603# cnw: Xircom CNW/Netware Airsurfer PC Card adapter 1604# cs: IBM Etherjet and other Crystal Semi CS89x0-based adapters 1605# cx: Cronyx/Sigma multiport sync/async (with Cisco or PPP framing) 1606# dc: Support for PCI fast ethernet adapters based on the DEC/Intel 21143 1607# and various workalikes including: 1608# the ADMtek AL981 Comet and AN985 Centaur, the ASIX Electronics 1609# AX88140A and AX88141, the Davicom DM9100 and DM9102, the Lite-On 1610# 82c168 and 82c169 PNIC, the Lite-On/Macronix LC82C115 PNIC II 1611# and the Macronix 98713/98713A/98715/98715A/98725 PMAC. This driver 1612# replaces the old al, ax, dm, pn and mx drivers. List of brands: 1613# Digital DE500-BA, Kingston KNE100TX, D-Link DFE-570TX, SOHOware SFA110, 1614# SVEC PN102-TX, CNet Pro110B, 120A, and 120B, Compex RL100-TX, 1615# LinkSys LNE100TX, LNE100TX V2.0, Jaton XpressNet, Alfa Inc GFC2204, 1616# KNE110TX. 1617# de: Digital Equipment DC21040 1618# ed: Western Digital and SMC 80xx; Novell NE1000 and NE2000; 3Com 3C503 1619# HP PC Lan+, various PC Card devices (refer to etc/defauls/pccard.conf) 1620# el: 3Com 3C501 (slow!) 1621# ep: 3Com 3C509, 3C529, 3C556, 3C562D, 3C563D, 3C572, 3C574X, 3C579, 3C589 1622# and PC Card devices using these chipsets. 1623# ex: Intel EtherExpress Pro/10 and other i82595-based adapters, 1624# Olicom Ethernet PC Card devices. 1625# fe: Fujitsu MB86960A/MB86965A Ethernet 1626# fea: DEC DEFEA EISA FDDI adapter 1627# fpa: Support for the Digital DEFPA PCI FDDI. `device fddi' is also needed. 1628# fxp: Intel EtherExpress Pro/100B 1629# (hint of prefer_iomap can be done to prefer I/O instead of Mem mapping) 1630# ie: AT&T StarLAN 10 and EN100; 3Com 3C507; unknown NI5210; 1631# Intel EtherExpress 1632# le: Digital Equipment EtherWorks 2 and EtherWorks 3 (DEPCA, DE100, 1633# DE101, DE200, DE201, DE202, DE203, DE204, DE205, DE422) 1634# lnc: Lance/PCnet cards (Isolan, Novell NE2100, NE32-VL, AMD Am7990 and 1635# Am79C960) 1636# lge: Support for PCI gigabit ethernet adapters based on the Level 1 1637# LXT1001 NetCellerator chipset. This includes the D-Link DGE-500SX, 1638# SMC TigerCard 1000 (SMC9462SX), and some Addtron cards. 1639# nge: Support for PCI gigabit ethernet adapters based on the National 1640# Semiconductor DP83820 and DP83821 chipset. This includes the 1641# SMC EZ Card 1000 (SMC9462TX), D-Link DGE-500T, Asante FriendlyNet 1642# GigaNIX 1000TA and 1000TPC, and the Addtron AEG320T. 1643# oltr: Olicom ISA token-ring adapters OC-3115, OC-3117, OC-3118 and OC-3133 1644# (no hints needed). 1645# Olicom PCI token-ring adapters OC-3136, OC-3137, OC-3139, OC-3140, 1646# OC-3141, OC-3540, OC-3250 1647# rdp: RealTek RTL 8002-based pocket ethernet adapters 1648# pcn: Support for PCI fast ethernet adapters based on the AMD Am79c97x 1649# chipsets, including the PCnet/FAST, PCnet/FAST+, PCnet/PRO and 1650# PCnet/Home. These were previously handled by the lnc driver (and 1651# still will be if you leave this driver out of the kernel). 1652# rl: Support for PCI fast ethernet adapters based on the RealTek 8129/8139 1653# chipset. Note that the RealTek driver defaults to using programmed 1654# I/O to do register accesses because memory mapped mode seems to cause 1655# severe lockups on SMP hardware. This driver also supports the 1656# Accton EN1207D `Cheetah' adapter, which uses a chip called 1657# the MPX 5030/5038, which is either a RealTek in disguise or a 1658# RealTek workalike. Note that the D-Link DFE-530TX+ uses the RealTek 1659# chipset and is supported by this driver, not the 'vr' driver. 1660# sf: Support for Adaptec Duralink PCI fast ethernet adapters based on the 1661# Adaptec AIC-6915 "starfire" controller. 1662# This includes dual and quad port cards, as well as one 100baseFX card. 1663# Most of these are 64-bit PCI devices, except for one single port 1664# card which is 32-bit. 1665# sis: Support for NICs based on the Silicon Integrated Systems SiS 900, 1666# SiS 7016 and NS DP83815 PCI fast ethernet controller chips. 1667# sk: Support for the SysKonnect SK-984x series PCI gigabit ethernet NICs. 1668# This includes the SK-9841 and SK-9842 single port cards (single mode 1669# and multimode fiber) and the SK-9843 and SK-9844 dual port cards 1670# (also single mode and multimode). 1671# The driver will autodetect the number of ports on the card and 1672# attach each one as a separate network interface. 1673# sn: Support for ISA and PC Card Ethernet devices using the 1674# SMC91C90/92/94/95 chips. 1675# sr: RISCom/N2 hdlc sync 1/2 port V.35/X.21 serial driver (requires sppp) 1676# ste: Sundance Technologies ST201 PCI fast ethernet controller, includes 1677# the D-Link DFE-550TX. 1678# ti: Support for PCI gigabit ethernet NICs based on the Alteon Networks 1679# Tigon 1 and Tigon 2 chipsets. This includes the Alteon AceNIC, the 1680# 3Com 3c985, the Netgear GA620 and various others. Note that you will 1681# probably want to bump up NMBCLUSTERS a lot to use this driver. 1682# tl: Support for the Texas Instruments TNETE100 series 'ThunderLAN' 1683# cards and integrated ethernet controllers. This includes several 1684# Compaq Netelligent 10/100 cards and the built-in ethernet controllers 1685# in several Compaq Prosignia, Proliant and Deskpro systems. It also 1686# supports several Olicom 10Mbps and 10/100 boards. 1687# tx: SMC 9432 TX, BTX and FTX cards. (SMC EtherPower II serie) 1688# vr: Support for various fast ethernet adapters based on the VIA 1689# Technologies VT3043 `Rhine I' and VT86C100A `Rhine II' chips, 1690# including the D-Link DFE530TX (see 'rl' for DFE530TX+), the Hawking 1691# Technologies PN102TX, and the AOpen/Acer ALN-320. 1692# vx: 3Com 3C590 and 3C595 1693# wb: Support for fast ethernet adapters based on the Winbond W89C840F chip. 1694# Note: this is not the same as the Winbond W89C940F, which is a 1695# NE2000 clone. 1696# wl: Lucent Wavelan (ISA card only). 1697# wi: Lucent WaveLAN/IEEE 802.11 PCMCIA adapters. Note: this supports both 1698# the PCMCIA and ISA cards: the ISA card is really a PCMCIA to ISA 1699# bridge with a PCMCIA adapter plugged into it. 1700# wx: Intel Gigabit Ethernet PCI card (`Wiseman') 1701# xe: Xircom/Intel EtherExpress Pro100/16 PC Card ethernet controller, 1702# Accton Fast EtherCard-16, Compaq Netelligent 10/100 PC Card, 1703# Toshiba 10/100 Ethernet PC Card, Xircom 16-bit Ethernet + Modem 56 1704# xl: Support for the 3Com 3c900, 3c905, 3c905B and 3c905C (Fast) 1705# Etherlink XL cards and integrated controllers. This includes the 1706# integrated 3c905B-TX chips in certain Dell Optiplex and Dell 1707# Precision desktop machines and the integrated 3c905-TX chips 1708# in Dell Latitude laptop docking stations. 1709# Also supported: 3Com 3c980(C)-TX, 3Com 3cSOHO100-TX, 3Com 3c450-TX 1710 1711# Order for ISA/EISA devices is important here 1712 1713device ar 1 1714hint.ar.0.at="isa" 1715hint.ar.0.port="0x300" 1716hint.ar.0.irq="10" 1717hint.ar.0.maddr="0xd0000" 1718device cs 1719hint.cs.0.at="isa" 1720hint.cs.0.port="0x300" 1721device cx 1 1722hint.cx.0.at="isa" 1723hint.cx.0.port="0x240" 1724hint.cx.0.irq="15" 1725hint.cx.0.drq="7" 1726device ed 1727hint.ed.0.at="isa" 1728hint.ed.0.port="0x280" 1729hint.ed.0.irq="5" 1730hint.ed.0.maddr="0xd8000" 1731device el 1 1732hint.el.0.at="isa" 1733hint.el.0.port="0x300" 1734hint.el.0.irq="9" 1735device ep 1736device ex 1737device fe 1 1738options FE_8BIT_SUPPORT # LAC-98 support 1739hint.fe.0.at="isa" 1740hint.fe.0.port="0x300" 1741device fea 1742device ie 2 1743hint.ie.0.at="isa" 1744hint.ie.0.port="0x300" 1745hint.ie.0.irq="5" 1746hint.ie.0.maddr="0xd0000" 1747hint.ie.1.at="isa" 1748hint.ie.1.port="0x360" 1749hint.ie.1.irq="7" 1750hint.ie.1.maddr="0xd0000" 1751device le 1 1752hint.le.0.at="isa" 1753hint.le.0.port="0x300" 1754hint.le.0.irq="5" 1755hint.le.0.maddr="0xd0000" 1756device lnc 1 1757hint.lnc.0.at="isa" 1758hint.lnc.0.port="0x280" 1759hint.lnc.0.irq="10" 1760hint.lnc.0.drq="0" 1761device rdp 1 1762hint.rdp.0.at="isa" 1763hint.rdp.0.port="0x378" 1764hint.rdp.0.irq="7" 1765hint.rdp.0.flags="2" 1766device sr 1 1767hint.sr.0.at="isa" 1768hint.sr.0.port="0x300" 1769hint.sr.0.irq="5" 1770hint.sr.0.maddr="0xd0000" 1771device sn 1772hint.sn.0.at="isa" 1773hint.sn.0.port="0x300" 1774hint.sn.0.irq="10" 1775device an 1776device awi 1777device cnw 1778device wi 1779options WLCACHE # enables the signal-strength cache 1780options WLDEBUG # enables verbose debugging output 1781device wl 1 1782hint.wl.0.at="isa" 1783hint.wl.0.port="0x300" 1784device xe 1785 1786device oltr 1787options OLTR_NO_BULLSEYE_MAC 1788options OLTR_NO_HAWKEYE_MAC 1789options OLTR_NO_TMS_MAC 1790hint.oltr.0.at="isa" 1791 1792# PCI Ethernet NICs that use the common MII bus controller code. 1793device dc # DEC/Intel 21143 and various workalikes 1794device fxp # Intel EtherExpress PRO/100B (82557, 82558) 1795hint.fxp.0.prefer_iomap="0" 1796device rl # RealTek 8129/8139 1797device pcn # AMD Am79C79x PCI 10/100 NICs 1798device sf # Adaptec AIC-6915 (``Starfire'') 1799device sis # Silicon Integrated Systems SiS 900/SiS 7016 1800device ste # Sundance ST201 (D-Link DFE-550TX) 1801device tl # Texas Instruments ThunderLAN 1802device tx # SMC EtherPower II (83c170 ``EPIC'') 1803device vr # VIA Rhine, Rhine II 1804device wb # Winbond W89C840F 1805device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') 1806 1807# PCI Ethernet NICs. 1808device de # DEC/Intel DC21x4x (``Tulip'') 1809device vx # 3Com 3c590, 3c595 (``Vortex'') 1810 1811# PCI Gigabit & FDDI NICs. 1812device lge 1813device nge 1814device sk 1815device ti 1816device wx 1817device fpa 1 1818 1819# 1820# ATM related options (Cranor version) 1821# (note: this driver cannot be used with the HARP ATM stack) 1822# 1823# The `en' device provides support for Efficient Networks (ENI) 1824# ENI-155 PCI midway cards, and the Adaptec 155Mbps PCI ATM cards (ANA-59x0). 1825# 1826# atm device provides generic atm functions and is required for 1827# atm devices. 1828# NATM enables the netnatm protocol family that can be used to 1829# bypass TCP/IP. 1830# 1831# the current driver supports only PVC operations (no atm-arp, no multicast). 1832# for more details, please read the original documents at 1833# http://www.ccrc.wustl.edu/pub/chuck/tech/bsdatm/bsdatm.html 1834# 1835device atm 1836device en 1837options NATM #native ATM 1838 1839# 1840# Audio drivers: `pcm', `sbc', `gusc', `pca' 1841# 1842# pcm: PCM audio through various sound cards. 1843# 1844# This has support for a large number of new audio cards, based on 1845# CS423x, OPTi931, Yamaha OPL-SAx, and also for SB16, GusPnP. 1846# For more information about this driver and supported cards, 1847# see the pcm.4 man page. 1848# 1849# The flags of the device tells the device a bit more info about the 1850# device that normally is obtained through the PnP interface. 1851# bit 2..0 secondary DMA channel; 1852# bit 4 set if the board uses two dma channels; 1853# bit 15..8 board type, overrides autodetection; leave it 1854# zero if don't know what to put in (and you don't, 1855# since this is unsupported at the moment...). 1856# 1857# This driver will use the new PnP code if it's available. 1858# 1859# pca: PCM audio through your PC speaker 1860# 1861# Supported cards include: 1862# Creative SoundBlaster ISA PnP/non-PnP 1863# Supports ESS and Avance ISA chips as well. 1864# Gravis UltraSound ISA PnP/non-PnP 1865# Crystal Semiconductor CS461x/428x PCI 1866# Neomagic 256AV (ac97) 1867# Most of the more common ISA/PnP sb/mss/ess compatable cards. 1868 1869device pcm 1870 1871# For non-pnp sound cards with no bridge drivers only: 1872hint.pcm.0.at="isa" 1873hint.pcm.0.irq="10" 1874hint.pcm.0.drq="1" 1875hint.pcm.0.flags="0x0" 1876 1877# For PnP/PCI sound cards, no hints are required. 1878 1879# 1880# midi: MIDI interfaces and synthesizers 1881# 1882 1883device midi 1884 1885# For non-pnp sound cards with no bridge drivers: 1886hint.midi.0.at="isa" 1887hint.midi.0.irq="5" 1888hint.midi.0.flags="0x0" 1889 1890# For serial ports (this example configures port 2): 1891# TODO: implement generic tty-midi interface so that we can use 1892# other uarts. 1893hint.midi.0.at="isa" 1894hint.midi.0.port="0x2F8" 1895hint.midi.0.irq="3" 1896 1897# 1898# seq: MIDI sequencer 1899# 1900 1901device seq 1902 1903# The bridge drivers for sound cards. These can be separately configured 1904# for providing services to the likes of new-midi. 1905# When used with 'device pcm' they also provide pcm sound services. 1906# 1907# sbc: Creative SoundBlaster ISA PnP/non-PnP 1908# Supports ESS and Avance ISA chips as well. 1909# gusc: Gravis UltraSound ISA PnP/non-PnP 1910# csa: Crystal Semiconductor CS461x/428x PCI 1911 1912# For non-PnP cards: 1913device sbc 1914hint.sbc.0.at="isa" 1915hint.sbc.0.port="0x220" 1916hint.sbc.0.irq="5" 1917hint.sbc.0.drq="1" 1918hint.sbc.0.flags="0x15" 1919device gusc 1920hint.gusc.0.at="isa" 1921hint.gusc.0.port="0x220" 1922hint.gusc.0.irq="5" 1923hint.gusc.0.drq="1" 1924hint.gusc.0.flags="0x13" 1925 1926device pca 1927hint.pca.0.at="isa" 1928hint.pca.0.port="0x040" 1929 1930# 1931# Miscellaneous hardware: 1932# 1933# mcd: Mitsumi CD-ROM using proprietary (non-ATAPI) interface 1934# scd: Sony CD-ROM using proprietary (non-ATAPI) interface 1935# matcd: Matsushita/Panasonic CD-ROM using proprietary (non-ATAPI) interface 1936# wt: Wangtek and Archive QIC-02/QIC-36 tape drives 1937# ctx: Cortex-I frame grabber 1938# apm: Laptop Advanced Power Management (experimental) 1939# pmtimer: Timer device driver for power management events (APM or ACPI) 1940# spigot: The Creative Labs Video Spigot video-acquisition board 1941# meteor: Matrox Meteor video capture board 1942# bktr: Brooktree bt848/848a/849a/878/879 video capture and TV Tuner board 1943# cy: Cyclades serial driver 1944# dgb: Digiboard PC/Xi and PC/Xe series driver (ALPHA QUALITY!) 1945# dgm: Digiboard PC/Xem driver (obsolete) 1946# digi: Digiboard driver 1947# gp: National Instruments AT-GPIB and AT-GPIB/TNT board, PCMCIA-GPIB 1948# asc: GI1904-based hand scanners, e.g. the Trust Amiscan Grey 1949# gsc: Genius GS-4500 hand scanner. 1950# joy: joystick (including IO DATA PCJOY PC Card joystick) 1951# The LOUTB option specifies a slower outb() for debugging purposes. 1952# rc: RISCom/8 multiport card 1953# rp: Comtrol Rocketport(ISA) - single card 1954# tw: TW-523 power line interface for use with X-10 home control products 1955# si: Specialix SI/XIO 4-32 port terminal multiplexor 1956# spic: Sony Programmable I/O controller (VAIO notebooks) 1957# stl: Stallion EasyIO and EasyConnection 8/32 (cd1400 based) 1958# stli: Stallion EasyConnection 8/64, ONboard, Brumby (intelligent) 1959 1960# Notes on APM 1961# The flags takes the following meaning for apm0: 1962# 0x0020 Statclock is broken. 1963# If apm is omitted, some systems require sysctl -w kern.timecounter.method=1 1964# for correct timekeeping. 1965 1966# Notes on the spigot: 1967# The video spigot is at 0xad6. This port address can not be changed. 1968# The irq values may only be 10, 11, or 15 1969# I/O memory is an 8kb region. Possible values are: 1970# 0a0000, 0a2000, ..., 0fffff, f00000, f02000, ..., ffffff 1971# The start address must be on an even boundary. 1972# Add the following option if you want to allow non-root users to be able 1973# to access the spigot. This option is not secure because it allows users 1974# direct access to the I/O page. 1975# options SPIGOT_UNSECURE 1976 1977# Notes on the Comtrol Rocketport driver: 1978# 1979# The exact values used for rp0 depend on how many boards you have 1980# in the system. The manufacturer's sample configs are listed as: 1981# 1982# device rp # core driver support 1983# 1984# Comtrol Rocketport ISA single card 1985# hints.rp.0.at="isa" 1986# hints.rp.0.port="0x280" 1987# 1988# If instead you have two ISA cards, one installed at 0x100 and the 1989# second installed at 0x180, then you should add the following to 1990# your kernel probe hints: 1991# hints.rp.0.at="isa" 1992# hints.rp.0.port="0x100" 1993# hints.rp.1.at="isa" 1994# hints.rp.1.port="0x180" 1995# 1996# For 4 ISA cards, it might be something like this: 1997# hints.rp.0.at="isa" 1998# hints.rp.0.port="0x180" 1999# hints.rp.1.at="isa" 2000# hints.rp.1.port="0x100" 2001# hints.rp.2.at="isa" 2002# hints.rp.2.port="0x340" 2003# hints.rp.3.at="isa" 2004# hints.rp.3.port="0x240" 2005# 2006# And for PCI cards, you need no hints. 2007 2008# Notes on the Digiboard driver: 2009# 2010# The following flag values have special meanings: 2011# 0x01 - alternate layout of pins (dgb & dgm) 2012# 0x02 - use the windowed PC/Xe in 64K mode (dgb only) 2013 2014# Notes on the Specialix SI/XIO driver: 2015# The host card is memory, not IO mapped. 2016# The Rev 1 host cards use a 64K chunk, on a 32K boundary. 2017# The Rev 2 host cards use a 32K chunk, on a 32K boundary. 2018# The cards can use an IRQ of 11, 12 or 15. 2019 2020# Notes on the Sony Programmable I/O controller 2021# This is a temporary driver that should someday be replaced by something 2022# that hooks into the ACPI layer. The device is hooked to the PIIX4's 2023# General Device 10 decoder, which means you have to fiddle with PCI 2024# registers to map it in, even though it is otherwise treated here as 2025# an ISA device. At the moment, the driver polls, although the device 2026# is capable of generating interrupts. It largely undocumented. 2027# The port location in the hint is where you WANT the device to be 2028# mapped. 0x10a0 seems to be traditional. At the moment the jogdial 2029# is the only thing truly supported, but aparently a fair percentage 2030# of the Vaio extra features are controlled by this device. 2031 2032# Notes on the Stallion stl and stli drivers: 2033# See src/i386/isa/README.stl for complete instructions. 2034# This is version 0.0.5alpha, unsupported by Stallion. 2035# The stl driver has a secondary IO port hard coded at 0x280. You need 2036# to change src/i386/isa/stallion.c if you reconfigure this on the boards. 2037# The "flags" and "msize" settings on the stli driver depend on the board: 2038# EasyConnection 8/64 ISA: flags 23 msize 0x1000 2039# EasyConnection 8/64 EISA: flags 24 msize 0x10000 2040# EasyConnection 8/64 MCA: flags 25 msize 0x1000 2041# ONboard ISA: flags 4 msize 0x10000 2042# ONboard EISA: flags 7 msize 0x10000 2043# ONboard MCA: flags 3 msize 0x10000 2044# Brumby: flags 2 msize 0x4000 2045# Stallion: flags 1 msize 0x10000 2046 2047device mcd 1 2048hint.mcd.0.at="isa" 2049hint.mcd.0.port="0x300" 2050hint.mcd.0.irq="10" 2051# for the Sony CDU31/33A CDROM 2052device scd 1 2053hint.scd.0.at="isa" 2054hint.scd.0.port="0x230" 2055# for the SoundBlaster 16 multicd - up to 4 devices 2056device matcd 1 2057hint.matcd.0.at="isa" 2058hint.matcd.0.port="0x230" 2059device wt 1 2060hint.wt.0.at="isa" 2061hint.wt.0.port="0x300" 2062hint.wt.0.irq="5" 2063hint.wt.0.drq="1" 2064device ctx 1 2065hint.ctx.0.at="isa" 2066hint.ctx.0.port="0x230" 2067hint.ctx.0.maddr="0xd0000" 2068device spigot 1 2069hint.spigot.0.at="isa" 2070hint.spigot.0.port="0xad6" 2071hint.spigot.0.irq="15" 2072hint.spigot.0.maddr="0xee000" 2073device apm 2074hint.apm.0.flags="0x20" 2075device pmtimer # Adjust system timer at wakeup time 2076hint.pmtimer.0.at="isa" 2077device gp 2078hint.gp.0.at="isa" 2079hint.gp.0.port="0x2c0" 2080device gsc 1 2081hint.gsc.0.at="isa" 2082hint.gsc.0.port="0x270" 2083hint.gsc.0.drq="3" 2084device joy # PnP aware, hints for nonpnp only 2085hint.joy.0.at="isa" 2086hint.joy.0.port="0x201" 2087device cy 1 2088options CY_PCI_FASTINTR # Use with cy_pci unless irq is shared 2089hint.cy.0.at="isa" 2090hint.cy.0.irq="10" 2091hint.cy.0.maddr="0xd4000" 2092hint.cy.0.msize="0x2000" 2093device dgb 1 2094options NDGBPORTS=16 # Defaults to 16*NDGB 2095hint.dgb.0.at="isa" 2096hint.dgb.0.port="0x220" 2097hint.dgb.0.maddr="0xfc000" 2098device dgm 2099hint.dgm.0.at="isa" 2100hint.dgm.0.port="0x104" 2101hint.dgm.0.maddr="0xd0000" 2102device digi 2103hint.dgm.0.at="isa" 2104hint.dgm.0.port="0x104" 2105hint.dgm.0.maddr="0xd0000" 2106# BIOS & FEP/OS components of device digi. Normally left as modules 2107device digi_CX 2108device digi_CX_PCI 2109device digi_EPCX 2110device digi_EPCX_PCI 2111device digi_Xe 2112device digi_Xem 2113device digi_Xr 2114device rc 1 2115hint.rc.0.at="isa" 2116hint.rc.0.port="0x220" 2117hint.rc.0.irq="12" 2118device rp 2119hint.rp.0.at="isa" 2120hint.rp.0.port="0x280" 2121# the port and irq for tw0 are fictitious 2122device tw 1 2123hint.tw.0.at="isa" 2124hint.tw.0.port="0x380" 2125hint.tw.0.irq="11" 2126device si 2127options SI_DEBUG 2128hint.si.0.at="isa" 2129hint.si.0.maddr="0xd0000" 2130hint.si.0.irq="12" 2131device asc 1 2132hint.asc.0.at="isa" 2133hint.asc.0.port="0x3EB" 2134hint.asc.0.drq="3" 2135hint.asc.0.irq="10" 2136device spic 2137hint.spic.0.at="isa" 2138hint.spic.0.port="0x10a0" 2139device stl 2140hint.stl.0.at="isa" 2141hint.stl.0.port="0x2a0" 2142hint.stl.0.irq="10" 2143device stli 2144hint.stli.0.at="isa" 2145hint.stli.0.port="0x2a0" 2146hint.stli.0.maddr="0xcc000" 2147hint.stli.0.flags="23" 2148hint.stli.0.msize="0x1000" 2149# You are unlikely to have the hardware for loran <phk@FreeBSD.org> 2150device loran 2151hint.loran.0.at="isa" 2152hint.loran.0.irq="5" 2153# HOT1 Xilinx 6200 card (http://www.vcc.com/) 2154device xrpu 2155 2156# 2157# The `meteor' device is a PCI video capture board. It can also have the 2158# following options: 2159# options METEOR_ALLOC_PAGES=xxx preallocate kernel pages for data entry 2160# figure (ROWS*COLUMN*BYTES_PER_PIXEL*FRAME+PAGE_SIZE-1)/PAGE_SIZE 2161# options METEOR_DEALLOC_PAGES remove all allocated pages on close(2) 2162# options METEOR_DEALLOC_ABOVE=xxx remove all allocated pages above the 2163# specified amount. If this value is below the allocated amount no action 2164# taken 2165# options METEOR_SYSTEM_DEFAULT={METEOR_PAL|METEOR_NTSC|METEOR_SECAM}, used 2166# for initialization of fps routine when a signal is not present. 2167# 2168# The 'bktr' device is a PCI video capture device using the Brooktree 2169# bt848/bt848a/bt849a/bt878/bt879 chipset. When used with a TV Tuner it forms a 2170# TV card, eg Miro PC/TV, Hauppauge WinCast/TV WinTV, VideoLogic Captivator, 2171# Intel Smart Video III, AverMedia, IMS Turbo, FlyVideo. 2172# 2173# options OVERRIDE_CARD=xxx 2174# options OVERRIDE_TUNER=xxx 2175# options OVERRIDE_MSP=1 2176# options OVERRIDE_DBX=1 2177# These options can be used to override the auto detection 2178# The current values for xxx are found in src/sys/dev/bktr/bktr_card.h 2179# Using sysctl(8) run-time overrides on a per-card basis can be made 2180# 2181# options BROOKTREE_SYSTEM_DEFAULT=BROOKTREE_PAL 2182# or 2183# options BROOKTREE_SYSTEM_DEFAULT=BROOKTREE_NTSC 2184# Specifes the default video capture mode. 2185# This is required for Dual Crystal (28&35Mhz) boards where PAL is used 2186# to prevent hangs during initialisation. eg VideoLogic Captivator PCI. 2187# 2188# options BKTR_USE_PLL 2189# PAL or SECAM users who have a 28Mhz crystal (and no 35Mhz crystal) 2190# must enable PLL mode with this option. eg some new Bt878 cards. 2191# 2192# options BKTR_GPIO_ACCESS 2193# This enable IOCTLs which give user level access to the GPIO port. 2194# 2195# options BKTR_NO_MSP_RESET 2196# Prevents the MSP34xx reset. Good if you initialise the MSP in another OS first 2197# 2198# options BKTR_430_FX_MODE 2199# Switch Bt878/879 cards into Intel 430FX chipset compatibility mode. 2200# 2201# options BKTR_SIS_VIA_MODE 2202# Switch Bt878/879 cards into SIS/VIA chipset compatibility mode which is 2203# needed for some old SiS and VIA chipset motherboards. 2204# This also allows Bt878/879 chips to work on old OPTi (<1997) chipset 2205# motherboards and motherboards with bad or incomplete PCI 2.1 support. 2206# As a rough guess, old = before 1998 2207# 2208 2209device meteor 1 2210 2211# Brooktree driver has been ported to the new I2C framework. Thus, 2212# you'll need to have the following 3 lines in the kernel config. 2213# device smbus 2214# device iicbus 2215# device iicbb 2216# The iic and smb devices are only needed if you want to control other 2217# I2C slaves connected to the external connector of some cards. 2218# 2219device bktr 1 2220 2221# 2222# PC Card/PCMCIA 2223# (OLDCARD) 2224# 2225# card: pccard slots 2226# pcic: isa/pccard bridge 2227device pcic 2228hint.pcic.0.at="isa" 2229hint.pcic.1.at="isa" 2230device card 2231 2232# 2233# PC Card/PCMCIA and Cardbus 2234# (NEWCARD) 2235# 2236# Note that NEWCARD and OLDCARD are incompatible. Do not use both at the same 2237# time. 2238# 2239# pccbb: isa/pccard and pci/cardbus bridge 2240# pccard: pccard slots 2241# cardbus: cardbus slots 2242#device pccbb 2243#device pccard 2244#device cardbus 2245 2246# You may need to reset all pccards after resuming 2247options PCIC_RESUME_RESET # reset after resume 2248 2249# 2250# Laptop/Notebook options: 2251# 2252# See also: 2253# apm under `Miscellaneous hardware' 2254# above. 2255 2256# For older notebooks that signal a powerfail condition (external 2257# power supply dropped, or battery state low) by issuing an NMI: 2258 2259options POWERFAIL_NMI # make it beep instead of panicing 2260 2261# 2262# SMB bus 2263# 2264# System Management Bus support is provided by the 'smbus' device. 2265# Access to the SMBus device is via the 'smb' device (/dev/smb*), 2266# which is a child of the 'smbus' device. 2267# 2268# Supported devices: 2269# smb standard io through /dev/smb* 2270# 2271# Supported SMB interfaces: 2272# iicsmb I2C to SMB bridge with any iicbus interface 2273# bktr brooktree848 I2C hardware interface 2274# intpm Intel PIIX4 Power Management Unit 2275# alpm Acer Aladdin-IV/V/Pro2 Power Management Unit 2276# ichsmb Intel ICH SMBus controller chips (82801AA, 82801AB, 82801BA) 2277# 2278device smbus # Bus support, required for smb below. 2279 2280device intpm 2281device alpm 2282device ichsmb 2283 2284device smb 2285 2286# 2287# I2C Bus 2288# 2289# Philips i2c bus support is provided by the `iicbus' device. 2290# 2291# Supported devices: 2292# ic i2c network interface 2293# iic i2c standard io 2294# iicsmb i2c to smb bridge. Allow i2c i/o with smb commands. 2295# 2296# Supported interfaces: 2297# pcf Philips PCF8584 ISA-bus controller 2298# bktr brooktree848 I2C software interface 2299# 2300# Other: 2301# iicbb generic I2C bit-banging code (needed by lpbb, bktr) 2302# 2303device iicbus # Bus support, required for ic/iic/iicsmb below. 2304device iicbb 2305 2306device ic 2307device iic 2308device iicsmb # smb over i2c bridge 2309 2310device pcf 2311hint.pcf.0.at="isa" 2312hint.pcf.0.port="0x320" 2313hint.pcf.0.irq="5" 2314 2315#--------------------------------------------------------------------------- 2316# ISDN4BSD 2317# 2318# See /usr/share/examples/isdn/ROADMAP for an introduction to isdn4bsd. 2319# 2320# i4b passive ISDN cards support contains the following hardware drivers: 2321# 2322# isic - Siemens/Infineon ISDN ISAC/HSCX/IPAC chipset driver 2323# iwic - Winbond W6692 PCI bus ISDN S/T interface controller 2324# ifpi - AVM Fritz!Card PCI driver 2325# ihfc - Cologne Chip HFC ISA/ISA-PnP chipset driver 2326# ifpnp - AVM Fritz!Card PnP driver 2327# itjc - Siemens ISAC / TJNet Tiger300/320 chipset 2328# 2329# i4b active ISDN cards support contains the following hardware drivers: 2330# 2331# iavc - AVM B1 PCI, AVM B1 ISA, AVM T1 2332# 2333# Note that the ``options'' (if given) and ``device'' lines must BOTH 2334# be uncommented to enable support for a given card ! 2335# 2336# In addition to a hardware driver (and probably an option) the mandatory 2337# ISDN protocol stack devices and the mandatory support device must be 2338# enabled as well as one or more devices from the optional devices section. 2339# 2340#--------------------------------------------------------------------------- 2341# isic driver (Siemens/Infineon chipsets) 2342# 2343device isic 2344# 2345# ISA bus non-PnP Cards: 2346# ---------------------- 2347# 2348# Teles S0/8 or Niccy 1008 2349options TEL_S0_8 2350hint.isic.0.at="isa" 2351hint.isic.0.maddr="0xd0000" 2352hint.isic.0.irq="5" 2353hint.isic.0.flags="1" 2354# 2355# Teles S0/16 or Creatix ISDN-S0 or Niccy 1016 2356options TEL_S0_16 2357hint.isic.0.at="isa" 2358hint.isic.0.port="0xd80" 2359hint.isic.0.maddr="0xd0000" 2360hint.isic.0.irq="5" 2361hint.isic.0.flags="2" 2362# 2363# Teles S0/16.3 2364options TEL_S0_16_3 2365hint.isic.0.at="isa" 2366hint.isic.0.port="0xd80" 2367hint.isic.0.irq="5" 2368hint.isic.0.flags="3" 2369# 2370# AVM A1 or AVM Fritz!Card 2371options AVM_A1 2372hint.isic.0.at="isa" 2373hint.isic.0.port="0x340" 2374hint.isic.0.irq="5" 2375hint.isic.0.flags="4" 2376# 2377# USRobotics Sportster ISDN TA intern 2378options USR_STI 2379hint.isic.0.at="isa" 2380hint.isic.0.port="0x268" 2381hint.isic.0.irq="5" 2382hint.isic.0.flags="7" 2383# 2384# ITK ix1 Micro ( < V.3, non-PnP version ) 2385options ITKIX1 2386hint.isic.0.at="isa" 2387hint.isic.0.port="0x398" 2388hint.isic.0.irq="10" 2389hint.isic.0.flags="18" 2390# 2391# ELSA PCC-16 2392options ELSA_PCC16 2393hint.isic.0.at="isa" 2394hint.isic.0.port="0x360" 2395hint.isic.0.irq="10" 2396hint.isic.0.flags="20" 2397# 2398# ISA bus PnP Cards: 2399# ------------------ 2400# 2401# Teles S0/16.3 PnP 2402options TEL_S0_16_3_P 2403# 2404# Creatix ISDN-S0 P&P 2405options CRTX_S0_P 2406# 2407# Dr. Neuhaus Niccy Go@ 2408options DRN_NGO 2409# 2410# Sedlbauer Win Speed 2411options SEDLBAUER 2412# 2413# Dynalink IS64PH 2414options DYNALINK 2415# 2416# ELSA QuickStep 1000pro ISA 2417options ELSA_QS1ISA 2418# 2419# Siemens I-Surf 2.0 2420options SIEMENS_ISURF2 2421# 2422# Asuscom ISDNlink 128K ISA 2423options ASUSCOM_IPAC 2424# 2425# Eicon Diehl DIVA 2.0 and 2.02 2426options EICON_DIVA 2427# 2428# PCI bus Cards: 2429# -------------- 2430# 2431# ELSA MicroLink ISDN/PCI (same as ELSA QuickStep 1000pro PCI) 2432options ELSA_QS1PCI 2433# 2434# 2435#--------------------------------------------------------------------------- 2436# ifpnp driver for AVM Fritz!Card PnP 2437# 2438# AVM Fritz!Card PnP 2439device ifpnp 2440# 2441#--------------------------------------------------------------------------- 2442# ihfc driver for Cologne Chip ISA chipsets (experimental!) 2443# 2444# Teles 16.3c ISA PnP 2445# AcerISDN P10 ISA PnP 2446# TELEINT ISDN SPEED No.1 2447device ihfc 2448# 2449#--------------------------------------------------------------------------- 2450# ifpi driver for AVM Fritz!Card PCI 2451# 2452# AVM Fritz!Card PCI 2453device ifpi 2454# 2455#--------------------------------------------------------------------------- 2456# iwic driver for Winbond W6692 chipset 2457# 2458# ASUSCOM P-IN100-ST-D (and other Winbond W6692 based cards) 2459device iwic 2460# 2461#--------------------------------------------------------------------------- 2462# itjc driver for Simens ISAC / TJNet Tiger300/320 chipset 2463# 2464# Traverse Technologies NETjet-S 2465# Teles PCI-TJ 2466device itjc 2467# 2468#--------------------------------------------------------------------------- 2469# iavc driver (AVM active cards, needs i4bcapi driver!) 2470# 2471device iavc 2472# 2473# AVM B1 ISA bus (PnP mode not supported!) 2474# ---------------------------------------- 2475hint.iavc.0.at="isa" 2476hint.iavc.0.port="0x150" 2477hint.iavc.0.irq="5" 2478# 2479#--------------------------------------------------------------------------- 2480# ISDN Protocol Stack - mandatory for all hardware drivers 2481# 2482# Q.921 / layer 2 - i4b passive cards D channel handling 2483device "i4bq921" 2484# 2485# Q.931 / layer 3 - i4b passive cards D channel handling 2486device "i4bq931" 2487# 2488# layer 4 - i4b common passive and active card handling 2489device "i4b" 2490# 2491#--------------------------------------------------------------------------- 2492# ISDN devices - mandatory for all hardware drivers 2493# 2494# userland driver to do ISDN tracing (for passive cards only) 2495device "i4btrc" 4 2496# 2497# userland driver to control the whole thing 2498device "i4bctl" 2499# 2500#--------------------------------------------------------------------------- 2501# ISDN devices - optional 2502# 2503# userland driver for access to raw B channel 2504device "i4brbch" 4 2505# 2506# userland driver for telephony 2507device "i4btel" 2 2508# 2509# network driver for IP over raw HDLC ISDN 2510device "i4bipr" 4 2511# enable VJ header compression detection for ipr i/f 2512options IPR_VJ 2513# enable logging of the first n IP packets to isdnd (n=32 here) 2514options IPR_LOG=32 2515# 2516# network driver for sync PPP over ISDN; requires an equivalent 2517# number of sppp device to be configured 2518device "i4bisppp" 4 2519# 2520# B-channel interface to the netgraph subsystem 2521device "i4bing" 2 2522# 2523# CAPI driver needed for active ISDN cards (see iavc driver above) 2524device "i4bcapi" 2525# 2526#--------------------------------------------------------------------------- 2527 2528# Parallel-Port Bus 2529# 2530# Parallel port bus support is provided by the `ppbus' device. 2531# Multiple devices may be attached to the parallel port, devices 2532# are automatically probed and attached when found. 2533# 2534# Supported devices: 2535# vpo Iomega Zip Drive 2536# Requires SCSI disk support ('scbus' and 'da'), best 2537# performance is achieved with ports in EPP 1.9 mode. 2538# lpt Parallel Printer 2539# plip Parallel network interface 2540# ppi General-purpose I/O ("Geek Port") + IEEE1284 I/O 2541# pps Pulse per second Timing Interface 2542# lpbb Philips official parallel port I2C bit-banging interface 2543# 2544# Supported interfaces: 2545# ppc ISA-bus parallel port interfaces. 2546# 2547 2548options PPC_PROBE_CHIPSET # Enable chipset specific detection 2549 # (see flags in ppc(4)) 2550options DEBUG_1284 # IEEE1284 signaling protocol debug 2551options PERIPH_1284 # Makes your computer act as a IEEE1284 2552 # compliant peripheral 2553options DONTPROBE_1284 # Avoid boot detection of PnP parallel devices 2554options VP0_DEBUG # ZIP/ZIP+ debug 2555options LPT_DEBUG # Printer driver debug 2556options PPC_DEBUG # Parallel chipset level debug 2557options PLIP_DEBUG # Parallel network IP interface debug 2558options PCFCLOCK_VERBOSE # Verbose pcfclock driver 2559options PCFCLOCK_MAX_RETRIES=5 # Maximum read tries (default 10) 2560 2561device ppc 2562hint.ppc.0.at="isa" 2563hint.ppc.0.irq="7" 2564device ppbus 2565device vpo 2566device lpt 2567device plip 2568device ppi 2569device pps 2570device lpbb 2571device pcfclock 2572 2573# Kernel BOOTP support 2574 2575options BOOTP # Use BOOTP to obtain IP address/hostname 2576options BOOTP_NFSROOT # NFS mount root filesystem using BOOTP info 2577options BOOTP_NFSV3 # Use NFS v3 to NFS mount root 2578options BOOTP_COMPAT # Workaround for broken bootp daemons. 2579options BOOTP_WIRED_TO=fxp0 # Use interface fxp0 for BOOTP 2580 2581# 2582# Add tie-ins for a hardware watchdog. This only enable the hooks; 2583# the user must still supply the actual driver. 2584# 2585options HW_WDOG 2586 2587# 2588# Set the number of PV entries per process. Increasing this can 2589# stop panics related to heavy use of shared memory. However, that can 2590# (combined with large amounts of physical memory) cause panics at 2591# boot time due the kernel running out of VM space. 2592# 2593# If you're tweaking this, you might also want to increase the sysctls 2594# "vm.v_free_min", "vm.v_free_reserved", and "vm.v_free_target". 2595# 2596# The value below is the one more than the default. 2597# 2598options PMAP_SHPGPERPROC=201 2599 2600# 2601# Disable swapping. This option removes all code which actually performs 2602# swapping, so it's not possible to turn it back on at run-time. 2603# 2604# This is sometimes usable for systems which don't have any swap space 2605# (see also sysctls "vm.defer_swapspace_pageouts" and 2606# "vm.disable_swapspace_pageouts") 2607# 2608#options NO_SWAPPING 2609 2610# Set the number of sf_bufs to allocate. sf_bufs are virtual buffers 2611# for sendfile(2) that are used to map file VM pages, and normally 2612# default to a quantity that is roughly 16*MAXUSERS+512. You would 2613# typically want about 4 of these for each simultaneous file send. 2614# 2615options NSFBUFS=1024 2616 2617# 2618# Enable extra debugging code for locks. This stores the filename and 2619# line of whatever acquired the lock in the lock itself, and change a 2620# number of function calls to pass around the relevant data. This is 2621# not at all useful unless you are debugging lock code. Also note 2622# that it is likely to break e.g. fstat(1) unless you recompile your 2623# userland with -DDEBUG_LOCKS as well. 2624# 2625options DEBUG_LOCKS 2626 2627 2628##################################################################### 2629# ABI Emulation 2630 2631# Enable iBCS2 runtime support for SCO and ISC binaries 2632options IBCS2 2633 2634# Emulate spx device for client side of SVR3 local X interface 2635options SPX_HACK 2636 2637# Enable Linux ABI emulation 2638options COMPAT_LINUX 2639 2640# Enable the linux-like proc filesystem support (requires COMPAT_LINUX) 2641options LINPROCFS 2642 2643# Linux debugging 2644options DEBUG_LINUX 2645 2646# 2647# SysVR4 ABI emulation 2648# 2649# The svr4 ABI emulator can be statically compiled into the kernel or loaded as 2650# a KLD module. 2651# The STREAMS network emulation code can also be compiled statically or as a 2652# module. If loaded as a module, it must be loaded before the svr4 module 2653# (the /usr/sbin/svr4 script does this for you). If compiling statically, 2654# the `streams' device must be configured into any kernel which also 2655# specifies COMPAT_SVR4. It is possible to have a statically-configured 2656# STREAMS device and a dynamically loadable svr4 emulator; the /usr/sbin/svr4 2657# script understands that it doesn't need to load the `streams' module under 2658# those circumstances. 2659# Caveat: At this time, `options KTRACE' is required for the svr4 emulator 2660# (whether static or dynamic). 2661# 2662options COMPAT_SVR4 # build emulator statically 2663options DEBUG_SVR4 # enable verbose debugging 2664device streams # STREAMS network driver (required for svr4). 2665 2666 2667##################################################################### 2668# USB support 2669# UHCI controller 2670device uhci 2671# OHCI controller 2672device ohci 2673# General USB code (mandatory for USB) 2674device usb 2675# 2676# USB Double Bulk Pipe devices 2677device udbp 2678# Generic USB device driver 2679device ugen 2680# Human Interface Device (anything with buttons and dials) 2681device uhid 2682# USB keyboard 2683device ukbd 2684# USB printer 2685device ulpt 2686# USB Iomega Zip 100 Drive 2687device umass 2688# USB modem support 2689device umodem 2690# USB mouse 2691device ums 2692# Diamond Rio 500 Mp3 player 2693device urio 2694# USB scanners 2695device uscanner 2696# 2697# ADMtek USB ethernet. Supports the LinkSys USB100TX, 2698# the Billionton USB100, the Melco LU-ATX, the D-Link DSB-650TX 2699# and the SMC 2202USB. Also works with the ADMtek AN986 Pegasus 2700# eval board. 2701device aue 2702# 2703# CATC USB-EL1201A USB ethernet. Supports the CATC Netmate 2704# and Netmate II, and the Belkin F5U111. 2705device cue 2706# 2707# Kawasaki LSI ethernet. Supports the LinkSys USB10T, 2708# Entrega USB-NET-E45, Peracom Ethernet Adapter, the 2709# 3Com 3c19250, the ADS Technologies USB-10BT, the ATen UC10T, 2710# the Netgear EA101, the D-Link DSB-650, the SMC 2102USB 2711# and 2104USB, and the Corega USB-T. 2712device kue 2713 2714# debugging options for the USB subsystem 2715# 2716options UHCI_DEBUG 2717options OHCI_DEBUG 2718options USB_DEBUG 2719 2720options UGEN_DEBUG 2721options UHID_DEBUG 2722options UHUB_DEBUG 2723options UKBD_DEBUG 2724options ULPT_DEBUG 2725options UMASS_DEBUG 2726options UMS_DEBUG 2727options URIO_DEBUG 2728 2729# options for ukbd: 2730options UKBD_DFLT_KEYMAP # specify the built-in keymap 2731makeoptions UKBD_DFLT_KEYMAP=it.iso 2732 2733# 2734# Embedded system options: 2735# 2736# An embedded system might want to run something other than init. 2737options INIT_PATH="/sbin/init:/stand/sysinstall" 2738 2739# Debug options 2740options BUS_DEBUG # enable newbus debugging 2741options DEBUG_VFS_LOCKS # enable vfs lock debugging 2742options NPX_DEBUG # enable npx debugging (FPU/math emu) 2743 2744##################################################################### 2745# SYSV IPC KERNEL PARAMETERS 2746# 2747# Maximum number of entries in a semaphore map. 2748options SEMMAP=31 2749 2750# Maximum number of System V semaphores that can be used on the system at 2751# one time. 2752options SEMMNI=11 2753 2754# Total number of semaphores system wide 2755options SEMMNS=61 2756 2757# Total number of undo structures in system 2758options SEMMNU=31 2759 2760# Maximum number of System V semaphores that can be used by a single process 2761# at one time. 2762options SEMMSL=61 2763 2764# Maximum number of operations that can be outstanding on a single System V 2765# semaphore at one time. 2766options SEMOPM=101 2767 2768# Maximum number of undo operations that can be outstanding on a single 2769# System V semaphore at one time. 2770options SEMUME=11 2771 2772# Maximum number of shared memory pages system wide. 2773options SHMALL=1025 2774 2775# Maximum size, in bytes, of a single System V shared memory region. 2776options SHMMAX="(SHMMAXPGS*PAGE_SIZE+1)" 2777options SHMMAXPGS=1025 2778 2779# Minimum size, in bytes, of a single System V shared memory region. 2780options SHMMIN=2 2781 2782# Maximum number of shared memory regions that can be used on the system 2783# at one time. 2784options SHMMNI=33 2785 2786# Maximum number of System V shared memory regions that can be attached to 2787# a single process at one time. 2788options SHMSEG=9 2789 2790##################################################################### 2791 2792# More undocumented options for linting. 2793# Note that documenting these are not considered an affront. 2794 2795options CAM_DEBUG_DELAY 2796 2797# VFS cluster debugging. 2798options CLUSTERDEBUG 2799 2800# Eliminate unneeded cache flush instruction(s). 2801options CPU_UPGRADE_HW_CACHE 2802 2803options DEBUG 2804 2805# PECOFF module (Win32 Execution Format) 2806options PECOFF_SUPPORT 2807options PECOFF_DEBUG 2808 2809# Disable the 4 MByte PSE CPU feature. 2810#options DISABLE_PSE 2811 2812options ENABLE_ALART 2813options I4B_SMP_WORKAROUND 2814options I586_PMC_GUPROF=0x70000 2815options KBDIO_DEBUG=2 2816options KBD_MAXRETRY=4 2817options KBD_MAXWAIT=6 2818options KBD_RESETDELAY=201 2819 2820# Enable the PF_KEY Key Management API. 2821options KEY 2822 2823# Kernel filelock debugging. 2824options LOCKF_DEBUG 2825 2826# System V compatible message queues 2827# Please note that the values provided here are used to test kernel 2828# building. The defaults in the sources provide almost the same numbers. 2829# MSGSSZ must be a power of 2 between 8 and 1024. 2830options MSGMNB=2049 # Max number of chars in queue 2831options MSGMNI=41 # Max number of message queue identifiers 2832options MSGSEG=2049 # Max number of message segments 2833options MSGSSZ=16 # Size of a message segment 2834options MSGTQL=41 # Max number of messages in system 2835 2836options NBUF=512 # Number of buffer headers 2837 2838options NMBCLUSTERS=1024 # Number of mbuf clusters 2839 2840options PANIC_REBOOT_WAIT_TIME=16 2841 2842options PSM_DEBUG=1 2843 2844options SCSI_NCR_DEBUG 2845options SCSI_NCR_MAX_SYNC=10000 2846options SCSI_NCR_MAX_WIDE=1 2847options SCSI_NCR_MYADDR=7 2848 2849options SC_DEBUG_LEVEL=5 # Syscons debug level 2850options SC_RENDER_DEBUG # syscons rendering debugging 2851 2852options SHOW_BUSYBUFS # List buffers that prevent root unmount 2853options SIMPLELOCK_DEBUG 2854options SLIP_IFF_OPTS 2855options TIMER_FREQ="((14318182+6)/12)" 2856options VFS_BIO_DEBUG # VFS buffer I/O debugging 2857 2858options VM_KMEM_SIZE 2859options VM_KMEM_SIZE_MAX 2860options VM_KMEM_SIZE_SCALE 2861