#
# GENERIC -- Generic kernel configuration file for FreeBSD/i386
#
# For more information on this file, please read the handbook section on
# Kernel Configuration Files:
#
#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
#
# The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
# latest information.
#
# An exhaustive list of options and more detailed explanations of the
# device lines is also present in the ../../conf/NOTES and NOTES files.
# If you are in doubt as to the purpose or necessity of a line, check first
# in NOTES.
#
# $FreeBSD: src/sys/i386/conf/GENERIC,v 1.474.2.7 2008/04/10 22:09:22 rwatson Exp $

cpu		I586_CPU
cpu		I686_CPU
ident		GEODE

# To statically compile in device wiring instead of /boot/device.hints
#hints		"GENERIC.hints"		# Default places to look for devices.

options 	SCHED_ULE		# ULE scheduler
options 	PREEMPTION		# Enable kernel thread preemption
options 	INET			# InterNETworking
options 	INET6			# IPv6 communications protocols
options 	SCTP			# Stream Control Transmission Protocol
options 	FFS			# Berkeley Fast Filesystem
options 	SOFTUPDATES		# Enable FFS soft updates support
options 	NFSCLIENT		# Network Filesystem Client
#options 	NFSLOCKD		# Network Lock Manager
options 	PSEUDOFS		# Pseudo-filesystem framework
options 	GEOM_LABEL		# Provides labelization
options 	COMPAT_43TTY		# BSD 4.3 TTY compat [KEEP THIS!]
options 	KTRACE			# ktrace(1) support
#options 	STACK			# stack(9) support
options 	SYSVSHM			# SYSV-style shared memory
options 	SYSVMSG			# SYSV-style message queues
options 	SYSVSEM			# SYSV-style semaphores
options 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
options 	ADAPTIVE_GIANT		# Giant mutex is adaptive.
options 	STOP_NMI		# Stop CPUS using NMI instead of IPI
options		DEVICE_POLLING		# Enable support for device polling

# Bus support.
device		pci

# ATA and ATAPI devices
device		ata
device		atadisk		# ATA disk drives

# Add suspend/resume support for the i8254.
device		pmtimer

# Serial (COM) ports
device		sio		# 8250, 16[45]50 based serial ports
device		uart		# Generic UART driver

# PCI Ethernet NICs that use the common MII bus controller code.
# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
device		miibus		# MII bus support
device		vr		# VIA Rhine, Rhine II
device		sis		# SiS 900/SiS 7016
device		if_bridge	# Bridge support 

# Wireless NIC cards
device		wlan		# 802.11 support.
device		wlan_wep	# 802.11 WEP support.
device		wlan_ccmp	# 802.11 CCMP support.
device		wlan_tkip	# 802.11 TKIP support.
device		wlan_amrr	# AMRR transmit rate control algorithm.
device		wlan_scan_ap	# 802.11 AP mode scanning.
device		wlan_scan_sta	# 802.11 STA mode scanning.
device		ath		# Atheros pci/cardbus NIC's.
device		ath_hal		# Atheros HAL (Hardware Access Layer).
device		ath_rate_sample	# SampleRate tx rate control for ath.
device		wi		# WaveLan/Intersil/Symbol 802.11 wireless NICs.

# Pseudo devices.
device		loop		# Network loopback
device		random		# Entropy device
device		ether		# Ethernet support
device		ppp		# Kernel PPP
device		tun		# Packet tunnel.
device		pty		# Pseudo-ttys (telnet etc)
device		md		# Memory "disks"
device		gif		# IPv6 and IPv4 tunneling
#device		faith		# IPv6-to-IPv4 relaying (translation)
device		firmware	# firmware assist module

# The `bpf' device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
# Note that 'bpf' is required for DHCP.
device		bpf		# Berkeley packet filter

# CPU_GEODE is for the SC1100 Geode embedded processor.  This option
# is necessary because the i8254 timecounter is toast.
options		CPU_GEODE
device		wlan_xauth		#802.11 external authenticator support
options         IPSEC                   #IP security (requires device crypto)
options        IPSEC_FILTERTUNNEL      #filter ipsec packets from a tunnel
device		enc			#IPsec interface
device          crypto          	# core crypto support
device          cryptodev       	# /dev/crypto for access to h/w
options         TMPFS
device          pf                      #PF OpenBSD packet-filter firewall
device          pflog                   #logging support interface for PF

options         NETGRAPH                # netgraph(4) system
options         NETGRAPH_SOCKET
options         NETGRAPH_MPPC_ENCRYPTION
options         NETGRAPH_IFACE
options         NETGRAPH_PPP
options         NETGRAPH_TEE
options         NETGRAPH_PPPOE
options         NETGRAPH_ETHER

# glxsb is a driver for the Security Block in AMD Geode LX processors.
# Requires 'device crypto'.
device          glxsb           # AMD Geode LX Security Block