Index: branches/releng-10/nanobsd/cfg/kernel.wleiden
===================================================================
--- branches/releng-10/nanobsd/cfg/kernel.wleiden	(revision 13372)
+++ branches/releng-10/nanobsd/cfg/kernel.wleiden	(revision 13373)
@@ -7,10 +7,11 @@
 #    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
 #
-# This config is tweaked for ALIX.2D, Soekris 4521 and Soekris 4801 with
+# This config is tweaked for ALIX.APU1C & APU1C4, with
 # Atheros Wireless Cards and meant to run an a remote location.
 #
 
-cpu		I486_CPU
-cpu		I586_CPU
+cpu             I486_CPU
+cpu             I586_CPU
+cpu             I686_CPU
 ident		WLEIDEN
 
@@ -21,11 +22,8 @@
 #options 	STACK			# stack(9) support
 
-
-options		CPU_ELAN
+options		CPU_ELAN		# Soekris support
 options		CPU_SOEKRIS		# Some units are Soekris Machines.
 options		CPU_GEODE		# net4801 requirement
-options		HZ=250			# Because ofthe "ELAN" timecounter.
-
-options		DEVICE_POLLING		# Make our (old board) sis(4) faster.
+
 
 options		NO_SWAPPING		# Embedded Machines.
@@ -56,7 +54,12 @@
 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
+
 # Bus support.
 device		eisa
 device		pci
+device          acpi
 
 # ATA controllers
@@ -87,4 +90,5 @@
 device		vr		# VIA Rhine, Rhine II
 device		sis		# SiS 900/SiS 7016
+device          re              # Realtek RTL8169S/8110S/8211 
 
 # Wireless NIC cards
@@ -126,4 +130,10 @@
 device          usb             # USB Bus (required)
 device		umass		# Disks/Mass storage - Requires scbus and da
+
+# MMC/SD
+device          mmc             # MMC/SD bus
+device          mmcsd           # MMC/SD memory card
+device          sdhci           # Generic PCI SD Host Controller
+
 # USB Serial devices
 device		u3g		# USB-based 3G modems (Option, Huawei, Sierra)
@@ -136,4 +146,5 @@
 device		uvisor		# Visor and Palm devices
 device		uvscom		# USB serial support for DDI pocket's PHS
+
 # USB Ethernet, requires miibus
 device		aue		# ADMtek USB Ethernet
@@ -145,4 +156,5 @@
 device		rue		# RealTek RTL8150 USB Ethernet
 device		udav		# Davicom DM9601E USB
+
 # USB Wireless
 device		rum		# Ralink Technology RT2501USB wireless NICs
@@ -154,5 +166,4 @@
 device		zyd		# ZyDAS zd1211/zd1211b wireless NICs
 
-#
 # Authentication, encryption and protection on network layer
 device		wlan_xauth		#802.11 external authenticator support
