Index: branches/releng-9.0/nanobsd/cfg/kernel.wleiden
===================================================================
--- branches/releng-9.0/nanobsd/cfg/kernel.wleiden	(revision 10766)
+++ branches/releng-9.0/nanobsd/cfg/kernel.wleiden	(revision 10767)
@@ -1,4 +1,4 @@
 #
-# GENERIC -- Generic kernel configuration file for FreeBSD/i386
+# WLEIDEN -- Wireless Leiden kernel configuration file for FreeBSD/i386
 #
 # For more information on this file, please read the handbook section on
@@ -7,19 +7,10 @@
 #    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.
+# This config is tweaked for ALIX.2D, Soekris 4521 and Soekris 4801 with
+# Atheros Wireless Cards and meant to run an a remote location.
 #
-# 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: releng/9.0/sys/i386/conf/GENERIC 227305 2011-11-07 13:40:54Z marius $
 
 cpu		I486_CPU
 cpu		I586_CPU
-cpu		I686_CPU
 ident		WLEIDEN
 
@@ -28,4 +19,5 @@
 #options 	KDB			# Kernel debugger related code
 #options 	KDB_TRACE		# Print a stack trace for a panic
+#options 	STACK			# stack(9) support
 
 
@@ -37,6 +29,6 @@
 options		DEVICE_POLLING		# Make our (old board) sis(4) faster.
 
-options        NO_SWAPPING		# Embedded Machines.
-options        SW_WATCHDOG		# Remote emergency reboots.
+options		NO_SWAPPING		# Embedded Machines.
+options		SW_WATCHDOG		# Remote emergency reboots.
 
 options         ROUTETABLES=6		# Multiple routing table support
@@ -52,11 +44,9 @@
 options 	FFS			# Berkeley Fast Filesystem
 options 	SOFTUPDATES		# Enable FFS soft updates support
-options         NFS_ROOT		# Allow NFS to be / mount
+options         NFS_ROOT		# Allow NFS to be / mount (testing purposes)
 options 	NFSCLIENT		# Network Filesystem Client
-#options 	NFSLOCKD		# Network Lock Manager
 options 	PSEUDOFS		# Pseudo-filesystem framework
 options 	GEOM_LABEL		# Provides labelization
 options 	KTRACE			# ktrace(1) support
-#options 	STACK			# stack(9) support
 options 	SYSVSHM			# SYSV-style shared memory
 options 	SYSVMSG			# SYSV-style message queues
@@ -66,13 +56,5 @@
 options 	INCLUDE_CONFIG_FILE     # Include this file in kernel
 
-# To make an SMP kernel, the next two lines are needed
-options 	SMP			# Symmetric MultiProcessor Kernel
-device		apic			# I/O APIC
-
-# CPU frequency control
-device		cpufreq
-
 # Bus support.
-device		acpi
 device		eisa
 device		pci
@@ -154,6 +136,4 @@
 device		uvisor		# Visor and Palm devices
 device		uvscom		# USB serial support for DDI pocket's PHS
-#device          urio          # Diamond Rio 500 MP3 player
-#device          uscanner      # Scanners
 # USB Ethernet, requires miibus
 device		aue		# ADMtek USB Ethernet
@@ -185,25 +165,8 @@
 options         IPSEC_FILTERTUNNEL      #filter ipsec packets from a tunnel
 
-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
 
-
-# Firewall fore the use of fancy stuff, like forwarding ports
-options		IPFIREWALL
-options		IPFIREWALL_DEFAULT_TO_ACCEPT
-options		IPFIREWALL_FORWARD
-options		IPFIREWALL_NAT
-options		LIBALIAS 		# Required for IPFIREWALL_NAT
-
 # Allow combining interfaces
 device		if_bridge
