File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / Attic / ELWIX
Revision 1.1.1.1.2.1: download - view: text, annotated - select for diffs - revision graph
Sat Sep 17 10:30:12 2011 UTC (12 years, 9 months ago) by misho
Branches: elwix1_4
CVS tags: Patch1
Diff to: branchpoint 1.1.1.1: preferred, unified
added new option in kernel config
added new key in sshd startup script

    1: #
    2: # GENERIC -- Generic kernel configuration file for FreeBSD/i386
    3: #
    4: # For more information on this file, please read the config(5) manual page,
    5: # and/or the handbook section on Kernel Configuration Files:
    6: #
    7: #    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
    8: #
    9: # The handbook is also available locally in /usr/share/doc/handbook
   10: # if you've installed the doc distribution, otherwise always see the
   11: # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
   12: # latest information.
   13: #
   14: # An exhaustive list of options and more detailed explanations of the
   15: # device lines is also present in the ../../conf/NOTES and NOTES files.
   16: # If you are in doubt as to the purpose or necessity of a line, check first
   17: # in NOTES.
   18: #
   19: # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.553 2011/09/11 17:39:51 brueffer Exp $
   20: 
   21: cpu		I486_CPU
   22: cpu		I586_CPU
   23: cpu		I686_CPU
   24: ident		ELWIX
   25: 
   26: makeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
   27: 
   28: options 	SCHED_ULE		# ULE scheduler
   29: options 	PREEMPTION		# Enable kernel thread preemption
   30: options 	INET			# InterNETworking
   31: options 	INET6			# IPv6 communications protocols
   32: options 	SCTP			# Stream Control Transmission Protocol
   33: options 	FFS			# Berkeley Fast Filesystem
   34: options 	SOFTUPDATES		# Enable FFS soft updates support
   35: options 	UFS_ACL			# Support for access control lists
   36: options 	UFS_DIRHASH		# Improve performance on big directories
   37: options 	UFS_GJOURNAL		# Enable gjournal-based UFS journaling
   38: options 	MD_ROOT			# MD is a potential root device
   39: options 	NFSCL			# New Network Filesystem Client
   40: options 	NFSD			# New Network Filesystem Server
   41: options		MD_ROOT_SIZE=5120
   42: options 	NFSSERVER		#Network File System server
   43: options 	NFSLOCKD		# Network Lock Manager
   44: options 	NFS_ROOT		# NFS usable as /, requires NFSCL
   45: options 	MSDOSFS			# MSDOS Filesystem
   46: options 	CD9660			# ISO 9660 Filesystem
   47: options 	PROCFS			# Process filesystem (requires PSEUDOFS)
   48: options 	PSEUDOFS		# Pseudo-filesystem framework
   49: options 	GEOM_PART_GPT		# GUID Partition Tables.
   50: options 	GEOM_LABEL		# Provides labelization
   51: options 	GEOM_UZIP
   52: options         GEOM_JOURNAL
   53: options         GEOM_ELI
   54: options         GEOM_MIRROR
   55: options		GEOM_CONCAT
   56: options		GEOM_STRIPE
   57: options		GEOM_VIRSTOR
   58: options		GEOM_SHSEC
   59: options		GEOM_RAID3
   60: options		GEOM_CACHE
   61: options		GEOM_MULTIPATH
   62: options		GEOM_NOP
   63: options 	GEOM_AES		# Don't use, use GEOM_BDE
   64: options 	GEOM_LINUX_LVM		# Linux LVM2 volumes
   65: options 	COMPAT_43TTY		# BSD 4.3 TTY compat (sgtty)
   66: options 	COMPAT_FREEBSD4		# Compatible with FreeBSD4
   67: options 	COMPAT_FREEBSD5		# Compatible with FreeBSD5
   68: options 	COMPAT_FREEBSD6		# Compatible with FreeBSD6
   69: options 	COMPAT_FREEBSD7		# Compatible with FreeBSD7
   70: options 	SCSI_DELAY=5000		# Delay (in ms) before probing SCSI
   71: options 	KTRACE			# ktrace(1) support
   72: options 	STACK			# stack(9) support
   73: options 	SYSVSHM			# SYSV-style shared memory
   74: options 	SYSVMSG			# SYSV-style message queues
   75: options 	SYSVSEM			# SYSV-style semaphores
   76: options 	P1003_1B_MQUEUE
   77: options 	P1003_1B_SEMAPHORES	# POSIX-style semaphores
   78: options 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
   79: options 	PRINTF_BUFR_SIZE=128	# Prevent printf output being interspersed.
   80: options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
   81: options 	HWPMC_HOOKS		# Necessary kernel hooks for hwpmc(4)
   82: options 	AUDIT			# Security event auditing
   83: options 	MAC			# TrustedBSD MAC Framework
   84: options 	FLOWTABLE		# per-cpu routing cache
   85: #options 	KDTRACE_HOOKS		# Kernel DTrace hooks
   86: options 	INCLUDE_CONFIG_FILE     # Include this file in kernel
   87: 
   88: # Debugging for use in -current
   89: #options 	KDB			# Enable kernel debugger support.
   90: #options 	DDB			# Support DDB.
   91: #options 	GDB			# Support remote GDB.
   92: #options 	DEADLKRES		# Enable the deadlock resolver
   93: #options 	INVARIANTS		# Enable calls of extra sanity checking
   94: #options 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS
   95: #options 	WITNESS			# Enable checks to detect deadlocks and cycles
   96: #options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
   97: #options 	MALLOC_DEBUG_MAXZONES=8	# Separate malloc(9) zones
   98: 
   99: # To make an SMP kernel, the next two lines are needed
  100: options 	SMP			# Symmetric MultiProcessor Kernel
  101: device		apic			# I/O APIC
  102: 
  103: # CPU frequency control
  104: device		cpufreq
  105: 
  106: # Bus support.
  107: device		acpi
  108: device		eisa
  109: device		pci
  110: 
  111: # Floppy drives
  112: device		fdc
  113: 
  114: # ATA controllers
  115: device		ahci		# AHCI-compatible SATA controllers
  116: device		ata		# Legacy ATA/SATA controllers
  117: options 	ATA_CAM		# Handle legacy controllers with CAM
  118: options 	ATA_STATIC_ID	# Static device numbering
  119: device		mvs		# Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA
  120: device		siis		# SiliconImage SiI3124/SiI3132/SiI3531 SATA
  121: 
  122: # SCSI Controllers
  123: device		ahb		# EISA AHA1742 family
  124: device		ahc		# AHA2940 and onboard AIC7xxx devices
  125: options 	AHC_REG_PRETTY_PRINT	# Print register bitfields in debug
  126: 					# output.  Adds ~128k to driver.
  127: device		ahd		# AHA39320/29320 and onboard AIC79xx devices
  128: options 	AHD_REG_PRETTY_PRINT	# Print register bitfields in debug
  129: 					# output.  Adds ~215k to driver.
  130: device		amd		# AMD 53C974 (Tekram DC-390(T))
  131: device		hptiop		# Highpoint RocketRaid 3xxx series
  132: device		isp		# Qlogic family
  133: #device		ispfw		# Firmware for QLogic HBAs- normally a module
  134: device		mpt		# LSI-Logic MPT-Fusion
  135: #device		ncr		# NCR/Symbios Logic
  136: device		sym		# NCR/Symbios Logic (newer chipsets + those of `ncr')
  137: device		trm		# Tekram DC395U/UW/F DC315U adapters
  138: 
  139: device		adv		# Advansys SCSI adapters
  140: device		adw		# Advansys wide SCSI adapters
  141: device		aha		# Adaptec 154x SCSI adapters
  142: device		aic		# Adaptec 15[012]x SCSI adapters, AIC-6[23]60.
  143: device		bt		# Buslogic/Mylex MultiMaster SCSI adapters
  144: 
  145: device		ncv		# NCR 53C500
  146: device		nsp		# Workbit Ninja SCSI-3
  147: device		stg		# TMC 18C30/18C50
  148: 
  149: # ATA/SCSI peripherals
  150: device		scbus		# SCSI bus (required for ATA/SCSI)
  151: device		ch		# SCSI media changers
  152: device		da		# Direct Access (disks)
  153: device		sa		# Sequential Access (tape etc)
  154: device		cd		# CD
  155: device		pass		# Passthrough device (direct ATA/SCSI access)
  156: device		ses		# SCSI Environmental Services (and SAF-TE)
  157: 
  158: # RAID controllers interfaced to the SCSI subsystem
  159: device		amr		# AMI MegaRAID
  160: device		arcmsr		# Areca SATA II RAID
  161: device		asr		# DPT SmartRAID V, VI and Adaptec SCSI RAID
  162: device		ciss		# Compaq Smart RAID 5*
  163: device		dpt		# DPT Smartcache III, IV - See NOTES for options
  164: device		hptmv		# Highpoint RocketRAID 182x
  165: device		hptrr		# Highpoint RocketRAID 17xx, 22xx, 23xx, 25xx
  166: device		iir		# Intel Integrated RAID
  167: device		ips		# IBM (Adaptec) ServeRAID
  168: device		mly		# Mylex AcceleRAID/eXtremeRAID
  169: device		twa		# 3ware 9000 series PATA/SATA RAID
  170: 
  171: # RAID controllers
  172: device		aac		# Adaptec FSA RAID
  173: device		aacp		# SCSI passthrough for aac (requires CAM)
  174: device		ida		# Compaq Smart RAID
  175: device		mfi		# LSI MegaRAID SAS
  176: device		mlx		# Mylex DAC960 family
  177: device		pst		# Promise Supertrak SX6000
  178: device		twe		# 3ware ATA RAID
  179: 
  180: # atkbdc0 controls both the keyboard and the PS/2 mouse
  181: device		atkbdc		# AT keyboard controller
  182: device		atkbd		# AT keyboard
  183: device		psm		# PS/2 mouse
  184: 
  185: device		kbdmux		# keyboard multiplexer
  186: 
  187: device		vga		# VGA video card driver
  188: 
  189: device		splash		# Splash screen and screen saver support
  190: 
  191: # syscons is the default console driver, resembling an SCO console
  192: device		sc
  193: options 	SC_PIXEL_MODE	# add support for the raster text mode
  194: 
  195: device		agp		# support several AGP chipsets
  196: 
  197: # Power management support (see NOTES for more options)
  198: #device		apm
  199: # Add suspend/resume support for the i8254.
  200: device		pmtimer
  201: 
  202: # PCCARD (PCMCIA) support
  203: # PCMCIA and cardbus bridge support
  204: device		cbb		# cardbus (yenta) bridge
  205: device		pccard		# PC Card (16-bit) bus
  206: device		cardbus		# CardBus (32-bit) bus
  207: 
  208: # Serial (COM) ports
  209: device		uart		# Generic UART driver
  210: 
  211: # Parallel port
  212: device		ppc
  213: device		ppbus		# Parallel port bus (required)
  214: device		lpt		# Printer
  215: device		plip		# TCP/IP over parallel
  216: device		ppi		# Parallel port interface device
  217: #device		vpo		# Requires scbus and da
  218: 
  219: # If you've got a "dumb" serial or parallel PCI card that is
  220: # supported by the puc(4) glue driver, uncomment the following
  221: # line to enable it (connects to sio, uart and/or ppc drivers):
  222: device		puc
  223: 
  224: # PCI Ethernet NICs.
  225: device		bxe		# Broadcom BCM57710/BCM57711/BCM57711E 10Gb Ethernet
  226: device		de		# DEC/Intel DC21x4x (``Tulip'')
  227: device		em		# Intel PRO/1000 Gigabit Ethernet Family
  228: device		igb		# Intel PRO/1000 PCIE Server Gigabit Family
  229: device		ixgb		# Intel PRO/10GbE Ethernet Card
  230: device		le		# AMD Am7900 LANCE and Am79C9xx PCnet
  231: device		ti		# Alteon Networks Tigon I/II gigabit Ethernet
  232: device		txp		# 3Com 3cR990 (``Typhoon'')
  233: device		vx		# 3Com 3c590, 3c595 (``Vortex'')
  234: 
  235: # PCI Ethernet NICs that use the common MII bus controller code.
  236: # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
  237: device		miibus		# MII bus support
  238: device		ae		# Attansic/Atheros L2 FastEthernet
  239: device		age		# Attansic/Atheros L1 Gigabit Ethernet
  240: device		alc		# Atheros AR8131/AR8132 Ethernet
  241: device		ale		# Atheros AR8121/AR8113/AR8114 Ethernet
  242: device		bce		# Broadcom BCM5706/BCM5708 Gigabit Ethernet
  243: device		bfe		# Broadcom BCM440x 10/100 Ethernet
  244: device		bge		# Broadcom BCM570xx Gigabit Ethernet
  245: device		dc		# DEC/Intel 21143 and various workalikes
  246: device		et		# Agere ET1310 10/100/Gigabit Ethernet
  247: device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
  248: device		jme		# JMicron JMC250 Gigabit/JMC260 Fast Ethernet
  249: device		lge		# Level 1 LXT1001 gigabit Ethernet
  250: device		msk		# Marvell/SysKonnect Yukon II Gigabit Ethernet
  251: device		nfe		# nVidia nForce MCP on-board Ethernet
  252: device		nge		# NatSemi DP83820 gigabit Ethernet
  253: #device		nve		# nVidia nForce MCP on-board Ethernet Networking
  254: device		pcn		# AMD Am79C97x PCI 10/100 (precedence over 'le')
  255: device		re		# RealTek 8139C+/8169/8169S/8110S
  256: device		rl		# RealTek 8129/8139
  257: device		sf		# Adaptec AIC-6915 (``Starfire'')
  258: device		sge		# Silicon Integrated Systems SiS190/191
  259: device		sis		# Silicon Integrated Systems SiS 900/SiS 7016
  260: device		sk		# SysKonnect SK-984x & SK-982x gigabit Ethernet
  261: device		ste		# Sundance ST201 (D-Link DFE-550TX)
  262: device		stge		# Sundance/Tamarack TC9021 gigabit Ethernet
  263: device		tl		# Texas Instruments ThunderLAN
  264: device		tx		# SMC EtherPower II (83c170 ``EPIC'')
  265: device		vge		# VIA VT612x gigabit Ethernet
  266: device		vr		# VIA Rhine, Rhine II
  267: device		vte		# DM&P Vortex86 RDC R6040 Fast Ethernet
  268: device		wb		# Winbond W89C840F
  269: device		xl		# 3Com 3c90x (``Boomerang'', ``Cyclone'')
  270: 
  271: # ISA Ethernet NICs.  pccard NICs included.
  272: device		cs		# Crystal Semiconductor CS89x0 NIC
  273: # 'device ed' requires 'device miibus'
  274: device		ed		# NE[12]000, SMC Ultra, 3c503, DS8390 cards
  275: device		ex		# Intel EtherExpress Pro/10 and Pro/10+
  276: device		ep		# Etherlink III based cards
  277: device		fe		# Fujitsu MB8696x based cards
  278: device		ie		# EtherExpress 8/16, 3C507, StarLAN 10 etc.
  279: device		sn		# SMC's 9000 series of Ethernet chips
  280: device		xe		# Xircom pccard Ethernet
  281: 
  282: options		XBONEHACK
  283: options		WLCACHE
  284: device		wlan_acl
  285: device		wlan_xauth
  286: options		IEEE80211_SUPPORT_TDMA
  287: options		IEEE80211_SUPPORT_SUPERG
  288: # Wireless NIC cards
  289: device		wlan		# 802.11 support
  290: options 	IEEE80211_DEBUG	# enable debug msgs
  291: options 	IEEE80211_AMPDU_AGE # age frames in AMPDU reorder q's
  292: options 	IEEE80211_SUPPORT_MESH	# enable 802.11s draft support
  293: device		wlan_wep	# 802.11 WEP support
  294: device		wlan_ccmp	# 802.11 CCMP support
  295: device		wlan_tkip	# 802.11 TKIP support
  296: device		wlan_amrr	# AMRR transmit rate control algorithm
  297: device		an		# Aironet 4500/4800 802.11 wireless NICs.
  298: device		ath		# Atheros NIC's
  299: device		ath_pci		# Atheros pci/cardbus glue
  300: device		ath_hal		# pci/cardbus chip support
  301: options 	AH_SUPPORT_AR5416	# enable AR5416 tx/rx descriptors
  302: device		ath_rate_sample	# SampleRate tx rate control for ath
  303: device		bwi		# Broadcom BCM430x/BCM431x wireless NICs.
  304: device		bwn		# Broadcom BCM43xx wireless NICs.
  305: device		ipw		# Intel 2100 wireless NICs.
  306: device		iwi		# Intel 2200BG/2225BG/2915ABG wireless NICs.
  307: device		iwn		# Intel 4965/1000/5000/6000 wireless NICs.
  308: device		malo		# Marvell Libertas wireless NICs.
  309: device		mwl		# Marvell 88W8363 802.11n wireless NICs.
  310: device		ral		# Ralink Technology RT2500 wireless NICs.
  311: device		wi		# WaveLAN/Intersil/Symbol 802.11 wireless NICs.
  312: #device		wl		# Older non 802.11 Wavelan wireless NIC.
  313: device		wpi		# Intel 3945ABG wireless NICs.
  314: device		iwnfw
  315: device		iwifw
  316: device		ipwfw
  317: device		wpifw
  318: device		mwlfw
  319: 
  320: # Pseudo devices.
  321: device		loop		# Network loopback
  322: device		random		# Entropy device
  323: device		ether		# Ethernet support
  324: device		vlan		# 802.1Q VLAN support
  325: device		tun		# Packet tunnel.
  326: device		pty		# BSD-style compatibility pseudo ttys
  327: device		md		# Memory "disks"
  328: device		gif		# IPv6 and IPv4 tunneling
  329: device		faith		# IPv6-to-IPv4 relaying (translation)
  330: device		firmware	# firmware assist module
  331: 
  332: # The `bpf' device enables the Berkeley Packet Filter.
  333: # Be aware of the administrative consequences of enabling this!
  334: # Note that 'bpf' is required for DHCP.
  335: device		bpf		# Berkeley packet filter
  336: 
  337: # USB support
  338: #options 	USB_DEBUG	# enable debug msgs
  339: device		uhci		# UHCI PCI->USB interface
  340: device		ohci		# OHCI PCI->USB interface
  341: device		ehci		# EHCI PCI->USB interface (USB 2.0)
  342: device		xhci		# XHCI PCI->USB interface (USB 3.0)
  343: device		usb		# USB Bus (required)
  344: #device		udbp		# USB Double Bulk Pipe devices (needs netgraph)
  345: device		uhid		# "Human Interface Devices"
  346: device		ukbd		# Keyboard
  347: device		ulpt		# Printer
  348: device		umass		# Disks/Mass storage - Requires scbus and da
  349: device		ums		# Mouse
  350: device		urio		# Diamond Rio 500 MP3 player
  351: # USB Serial devices
  352: device		u3g		# USB-based 3G modems (Option, Huawei, Sierra)
  353: device		uark		# Technologies ARK3116 based serial adapters
  354: device		ubsa		# Belkin F5U103 and compatible serial adapters
  355: device		uftdi		# For FTDI usb serial adapters
  356: device		uipaq		# Some WinCE based devices
  357: device		uplcom		# Prolific PL-2303 serial adapters
  358: device		uslcom		# SI Labs CP2101/CP2102 serial adapters
  359: device		uvisor		# Visor and Palm devices
  360: device		uvscom		# USB serial support for DDI pocket's PHS
  361: # USB Ethernet, requires miibus
  362: device		aue		# ADMtek USB Ethernet
  363: device		axe		# ASIX Electronics USB Ethernet
  364: device		cdce		# Generic USB over Ethernet
  365: device		cue		# CATC USB Ethernet
  366: device		kue		# Kawasaki LSI USB Ethernet
  367: device		rue		# RealTek RTL8150 USB Ethernet
  368: device		udav		# Davicom DM9601E USB
  369: # USB Wireless
  370: device		rum		# Ralink Technology RT2501USB wireless NICs
  371: device		run		# Ralink Technology RT2700/RT2800/RT3000 NICs.
  372: device		uath		# Atheros AR5523 wireless NICs
  373: device		upgt		# Conexant/Intersil PrismGT wireless NICs.
  374: device		ural		# Ralink Technology RT2500USB wireless NICs
  375: device		urtw		# Realtek RTL8187B/L wireless NICs
  376: device		zyd		# ZyDAS zd1211/zd1211b wireless NICs
  377: 
  378: # FireWire support
  379: device		firewire	# FireWire bus code
  380: device		sbp		# SCSI over FireWire (Requires scbus and da)
  381: device		fwe		# Ethernet over FireWire (non-standard!)
  382: device		fwip		# IP over FireWire (RFC 2734,3146)
  383: device		dcons		# Dumb console driver
  384: device		dcons_crom	# Configuration ROM for dcons
  385: 
  386: # Sound support
  387: device		sound		# Generic sound driver (required)
  388: device		snd_es137x	# Ensoniq AudioPCI ES137x
  389: device		snd_hda		# Intel High Definition Audio
  390: device		snd_ich		# Intel, NVidia and other ICH AC'97 Audio
  391: device		snd_uaudio	# USB Audio
  392: device		snd_via8233	# VIA VT8233x Audio
  393: 
  394: device		if_bridge
  395: device		tap
  396: device		gre
  397: device		lagg
  398: device		carp
  399: 
  400: device		siba_bwn
  401: 
  402: options		NDISAPI
  403: #device		ndis
  404: 
  405: device		pf
  406: device		pflog
  407: device		pfsync
  408: 
  409: device		hifn
  410: device		enc
  411: device		crypto
  412: device		cryptodev
  413: options		IPSEC
  414: options		IPSEC_NAT_T
  415: options		IPSEC_FILTERTUNNEL
  416: 
  417: options		ALTQ
  418: options		ALTQ_CBQ
  419: options		ALTQ_HFSC
  420: options		ALTQ_PRIQ
  421: options		ALTQ_CDNR
  422: options		ALTQ_RED
  423: options		ALTQ_RIO
  424: 
  425: options 	MROUTING
  426: options 	DEVICE_POLLING
  427: options		HZ=1000
  428: 
  429: options 	IPFIREWALL
  430: options 	IPFIREWALL_VERBOSE
  431: options 	IPFIREWALL_VERBOSE_LIMIT=100
  432: options 	IPFIREWALL_DEFAULT_TO_ACCEPT
  433: options 	IPFIREWALL_FORWARD
  434: options 	IPFIREWALL_NAT
  435: options 	LIBALIAS
  436: options 	IPDIVERT
  437: options 	IPSTEALTH
  438: options		DUMMYNET
  439: 
  440: options		NETGRAPH
  441: options		NETGRAPH_ETHER
  442: options		NETGRAPH_SOCKET
  443: options		NETGRAPH_PPPOE
  444: options		NETGRAPH_KSOCKET
  445: options		NETGRAPH_PPTPGRE
  446: options		NETGRAPH_L2TP
  447: options		NETGRAPH_ECHO
  448: options		NETGRAPH_FRAME_RELAY
  449: options		NETGRAPH_LMI
  450: options		NETGRAPH_TTY
  451: options		NETGRAPH_CISCO
  452: ##options 	NETGRAPH_MPPC_COMPRESSION
  453: options 	NETGRAPH_MPPC_ENCRYPTION
  454: options		NETGRAPH_PPP
  455: options		NETGRAPH_VJC
  456: options 	NETGRAPH_UI
  457: options		NETGRAPH_TCPMSS
  458: options		NETGRAPH_DEFLATE
  459: options 	NETGRAPH_PRED1
  460: options 	NETGRAPH_RFC1490
  461: options 	NETGRAPH_SPPP
  462: options 	NETGRAPH_TAG
  463: options		NETGRAPH_IPFW
  464: options		NETGRAPH_IFACE
  465: options		NETGRAPH_EIFACE
  466: options		NETGRAPH_TEE
  467: options		NETGRAPH_ASYNC
  468: options		NETGRAPH_SPLIT
  469: options		NETGRAPH_HOLE
  470: options		NETGRAPH_ONE2MANY
  471: options		NETGRAPH_NETFLOW
  472: options		NETGRAPH_BPF
  473: options		NETGRAPH_GIF
  474: options		NETGRAPH_GIF_DEMUX
  475: options		NETGRAPH_BRIDGE
  476: 
  477: options 	NULLFS
  478: options 	UNIONFS
  479: options		TMPFS
  480: 
  481: options		VFS_AIO
  482: 
  483: device		ic
  484: device		iic
  485: device		iicsmb
  486: device		smb
  487: device		smbus
  488: device		iicbus
  489: device		iicbb
  490: #device		bktr
  491: #options		BKTR_NEW_MSP34XX_DRIVER
  492: device		speaker
  493: 
  494: device		gpio
  495: device		gpioled
  496: device		gpioiic
  497: 
  498: device		glxsb
  499: options		CPU_GEODE
  500: options		CPU_SOEKRIS
  501: options		COMPAT_AOUT
  502: options 	ENABLE_ALART		# Control alarm on Intel intpm driver
  503: options 	PANIC_REBOOT_WAIT_TIME=10
  504: device		coretemp
  505: device		cpuctl
  506: device		nvram
  507: device		ichwd
  508: 
  509: #device		ef
  510: device		cas
  511: device		cxgb
  512: device		disc
  513: device		edsc
  514: device		epair
  515: #device		gem
  516: #device		hme
  517: device		mxge
  518: device		my
  519: device		nxge
  520: device		stf
  521: 
  522: options 	ACCEPT_FILTER_DATA
  523: options 	ACCEPT_FILTER_DNS
  524: options 	ACCEPT_FILTER_HTTP
  525: 
  526: options 	ZERO_COPY_SOCKETS
  527: options 	SW_WATCHDOG

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>