=====================================================================
Custom kernel configuration. Ignore this.
---------------------------------------------------------------------
New file: src/sys/amd64/conf/MINIMAL
---------------------------------------------------------------------
cpu		HAMMER
ident		GENERIC

#makeoptions	DEBUG=-g

options 	SCHED_ULE		# ULE scheduler
options 	PREEMPTION		# Enable kernel thread preemption
options 	INET			# InterNETworking
options 	FFS			# Berkeley Fast Filesystem

# Debugging for use in -current
#options 	KDB			# Enable kernel debugger support.
#options 	DDB			# Support DDB.
#options 	GDB			# Support remote GDB.
#options 	INVARIANTS		# Enable calls of extra sanity checking
#options 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS
#options 	WITNESS			# Enable checks to detect deadlocks and cycles
#options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed

# Make an SMP-capable kernel by default
options 	SMP			# Symmetric MultiProcessor Kernel

# CPU frequency control
device		cpufreq

# Bus support.
device		acpi
device		pci

# ATA and ATAPI devices
device		ata
device		atadisk		# ATA disk drives
device		atapicd		# ATAPI CDROM drives
options 	ATA_STATIC_ID	# Static device numbering

# atkbdc0 controls both the keyboard and the PS/2 mouse
device		atkbdc		# AT keyboard controller
device		atkbd		# AT keyboard
#device		psm		# PS/2 mouse

#device		kbdmux		# keyboard multiplexer

device		vga		# VGA video card driver

# syscons is the default console driver, resembling an SCO console
device		sc

#device		agp		# support several AGP chipsets

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

# 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		nfe		# nVidia nForce MCP on-board Ethernet

# Pseudo devices.
device		loop		# Network loopback
device		random		# Entropy device
device		ether		# Ethernet support
#device		tun		# Packet tunnel.
#device		pty		# Pseudo-ttys (telnet etc)
device		md		# Memory "disks"
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
=====================================================================
Custom kernel configuration. Ignore this.
---------------------------------------------------------------------
New file: src/sys/amd64/conf/YABBA
---------------------------------------------------------------------
# Yabba dabba doo.

include 	GENERIC
ident 		YABBA

options		KDTRACE_HOOKS

options		VFS_AIO

# This panics my Dell 531S. Bad ohci, no biscuit.
nodevice	ohci

nodevice	uhci		# UHCI PCI->USB interface
nodevice	ehci		# EHCI PCI->USB interface (USB 2.0)
nodevice	usb		# USB Bus (required)
nodevice	ugen		# Generic
nodevice	uhid		# "Human Interface Devices"
nodevice	ukbd		# Keyboard
nodevice	ulpt		# Printer
nodevice	umass		# Disks/Mass storage - Requires scbus and da
nodevice	ums		# Mouse
nodevice	ural		# Ralink Technology RT2500USB wireless NICs
nodevice	uslcom
nodevice	rum		# Ralink Technology RT2501USB wireless NICs
nodevice	urio		# Diamond Rio 500 MP3 player
nodevice	uscanner	# Scanners
nodevice	ucom		# Generic com ttys
nodevice	uark		# Technologies ARK3116 based serial adapters
nodevice	ubsa		# Belkin F5U103 and compatible serial adapters
nodevice	ubser		# BWCT console serial adapters
nodevice	uftdi		# For FTDI usb serial adapters
nodevice	uipaq		# Some WinCE based devices
nodevice	uplcom		# Prolific PL-2303 serial adapters
nodevice	uvisor		# Visor and Palm devices
nodevice	uvscom		# USB serial support for DDI pocket's PHS
nodevice	aue		# ADMtek USB Ethernet
nodevice	axe		# ASIX Electronics USB Ethernet
nodevice	cdce		# Generic USB over Ethernet
nodevice	cue		# CATC USB Ethernet
nodevice	kue		# Kawasaki LSI USB Ethernet
nodevice	rue		# RealTek RTL8150 USB Ethernet
nodevice	udav		# Davicom DM9601E USB
