1162485Sjulian# $FreeBSD$
2162485Sjulian
3162485Sjulianmachine		i386
4162485Sjuliancpu		I486_CPU
5162485Sjuliancpu		I586_CPU
6162485Sjuliancpu		I686_CPU
7162485Sjulianident		TINYBSD
8162485Sjulian
9162485Sjulian# To statically compile in device wiring instead of /boot/device.hints
10162485Sjulian#hints		"GENERIC.hints"		# Default places to look for devices.
11162485Sjulian
12162485Sjulianoptions 	SCHED_4BSD		# 4BSD scheduler
13162485Sjulianoptions 	INET			# InterNETworking
14162485Sjulianoptions 	FFS			# Berkeley Fast Filesystem
15162485Sjulianoptions 	SOFTUPDATES		# Enable FFS soft updates support
16162485Sjulianoptions 	UFS_DIRHASH		# Improve performance on big directories
17162485Sjulianoptions 	MD_ROOT			# MD is a potential root device
18162485Sjulianoptions 	PROCFS			# Process filesystem (requires PSEUDOFS)
19162485Sjulianoptions 	PSEUDOFS		# Pseudo-filesystem framework
20171923Sremkooptions 	GEOM_PART_GPT		# GUID Partition Tables.
21162485Sjulianoptions 	COMPAT_43		# Compatible with BSD 4.3 [KEEP THIS!]
22162485Sjulianoptions 	COMPAT_FREEBSD4		# Compatible with FreeBSD4
23162485Sjulianoptions 	SYSVSHM			# SYSV-style shared memory
24162485Sjulianoptions 	SYSVMSG			# SYSV-style message queues
25162485Sjulianoptions 	SYSVSEM			# SYSV-style semaphores
26162485Sjulianoptions 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
27162485Sjulianoptions 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
28162485Sjulianoptions 	AHC_REG_PRETTY_PRINT	# Print register bitfields in debug
29162485Sjulian					# output.  Adds ~128k to driver.
30162485Sjulianoptions 	AHD_REG_PRETTY_PRINT	# Print register bitfields in debug
31162485Sjulian					# output.  Adds ~215k to driver.
32162485Sjulianoptions 	ADAPTIVE_GIANT		# Giant mutex is adaptive.
33162485Sjulian
34162485Sjuliandevice		apic			# I/O APIC
35162485Sjulian
36162485Sjuliandevice		eisa
37162485Sjuliandevice		pci
38162485Sjulian
39162485Sjulian# Floppy drives
40162485Sjulian#device		fdc
41162485Sjulian
42162485Sjulian# ATA and ATAPI devices
43162485Sjuliandevice		ata
44162485Sjuliandevice		atadisk		# ATA disk drives
45162485Sjulianoptions 	ATA_STATIC_ID	# Static device numbering
46162485Sjulian
47162485Sjulian# atkbdc0 controls both the keyboard and the PS/2 mouse
48162485Sjuliandevice		atkbdc		# AT keyboard controller
49162485Sjuliandevice		atkbd		# AT keyboard
50162485Sjuliandevice		psm		# PS/2 mouse
51162485Sjulian
52162485Sjuliandevice		vga		# VGA video card driver
53162485Sjulian
54162485Sjulian#device		splash		# Splash screen and screen saver support
55162485Sjulian
56162485Sjulian# syscons is the default console driver, resembling an SCO console
57162485Sjuliandevice		sc
58162485Sjulian
59162485Sjulian# Enable this for the pcvt (VT220 compatible) console driver
60162485Sjulian#device		vt
61162485Sjulian#options 	XSERVER		# support for X server on a vt console
62162485Sjulian#options 	FAT_CURSOR	# start with block cursor
63162485Sjulian
64162485Sjuliandevice		agp		# support several AGP chipsets
65162485Sjulian
66162485Sjulian# Power management support (see NOTES for more options)
67162485Sjulian#device		apm
68162485Sjulian# Add suspend/resume support for the i8254.
69162485Sjuliandevice		pmtimer
70162485Sjulian
71162485Sjulian# PCCARD (PCMCIA) support
72162485Sjulian# PCMCIA and cardbus bridge support
73162485Sjuliandevice		cbb		# cardbus (yenta) bridge
74162485Sjuliandevice		pccard		# PC Card (16-bit) bus
75162485Sjuliandevice		cardbus		# CardBus (32-bit) bus
76162485Sjulian
77162485Sjulian# Serial (COM) ports
78162485Sjuliandevice		sio		# 8250, 16[45]50 based serial ports
79162485Sjulian
80162485Sjulian# PCI Ethernet NICs.
81162485Sjuliandevice		de		# DEC/Intel DC21x4x (``Tulip'')
82162485Sjuliandevice		em		# Intel PRO/1000 adapter Gigabit Ethernet Card
83162485Sjuliandevice		ixgb		# Intel PRO/10GbE Ethernet Card
84162485Sjuliandevice		txp		# 3Com 3cR990 (``Typhoon'')
85162485Sjuliandevice		vx		# 3Com 3c590, 3c595 (``Vortex'')
86162485Sjulian
87162485Sjulian# PCI Ethernet NICs that use the common MII bus controller code.
88162485Sjulian# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
89162485Sjuliandevice		miibus		# MII bus support
90162485Sjuliandevice		bfe		# Broadcom BCM440x 10/100 Ethernet
91162485Sjuliandevice		bge		# Broadcom BCM570xx Gigabit Ethernet
92162485Sjuliandevice		dc		# DEC/Intel 21143 and various workalikes
93162485Sjuliandevice		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
94162485Sjuliandevice		lge		# Level 1 LXT1001 gigabit ethernet
95162485Sjuliandevice		nge		# NatSemi DP83820 gigabit ethernet
96162485Sjuliandevice		pcn		# AMD Am79C97x PCI 10/100 (precedence over 'lnc')
97162485Sjuliandevice		re		# RealTek 8139C+/8169/8169S/8110S
98162485Sjuliandevice		rl		# RealTek 8129/8139
99162485Sjuliandevice		sf		# Adaptec AIC-6915 (``Starfire'')
100162485Sjuliandevice		sis		# Silicon Integrated Systems SiS 900/SiS 7016
101162485Sjuliandevice		sk		# SysKonnect SK-984x & SK-982x gigabit Ethernet
102162485Sjuliandevice		ste		# Sundance ST201 (D-Link DFE-550TX)
103162485Sjuliandevice		ti		# Alteon Networks Tigon I/II gigabit Ethernet
104162485Sjuliandevice		tl		# Texas Instruments ThunderLAN
105162485Sjuliandevice		tx		# SMC EtherPower II (83c170 ``EPIC'')
106162485Sjuliandevice		vge		# VIA VT612x gigabit ethernet
107162485Sjuliandevice		vr		# VIA Rhine, Rhine II
108162485Sjuliandevice		wb		# Winbond W89C840F
109162485Sjuliandevice		xl		# 3Com 3c90x (``Boomerang'', ``Cyclone'')
110162485Sjulian
111162485Sjulian# ISA Ethernet NICs.  pccard NICs included.
112162485Sjuliandevice		cs		# Crystal Semiconductor CS89x0 NIC
113162485Sjulian# 'device ed' requires 'device miibus'
114162485Sjuliandevice		ed		# NE[12]000, SMC Ultra, 3c503, DS8390 cards
115162485Sjuliandevice		ex		# Intel EtherExpress Pro/10 and Pro/10+
116162485Sjuliandevice		ep		# Etherlink III based cards
117162485Sjuliandevice		fe		# Fujitsu MB8696x based cards
118162485Sjuliandevice		ie		# EtherExpress 8/16, 3C507, StarLAN 10 etc.
119162485Sjuliandevice		sn		# SMC's 9000 series of Ethernet chips
120162485Sjuliandevice		xe		# Xircom pccard Ethernet
121162485Sjulian
122162485Sjulian# ISA devices that use the old ISA shims
123162485Sjulian#device		le
124162485Sjulian
125162485Sjulian# Wireless NIC cards
126162485Sjuliandevice		wlan		# 802.11 support
127162485Sjuliandevice		an		# Aironet 4500/4800 802.11 wireless NICs.
128162485Sjuliandevice		awi		# BayStack 660 and others
129162485Sjuliandevice		wi		# WaveLAN/Intersil/Symbol 802.11 wireless NICs.
130162485Sjulian#device		wl		# Older non 802.11 Wavelan wireless NIC.
131162485Sjulian
132162485Sjulian# Pseudo devices.
133162485Sjuliandevice		loop		# Network loopback
134162485Sjuliandevice		random		# Entropy device
135162485Sjuliandevice		ether		# Ethernet support
136162485Sjuliandevice		pty		# Pseudo-ttys (telnet etc)
137162485Sjuliandevice		md		# Memory "disks"
138162485Sjulian
139162485Sjulian# The `bpf' device enables the Berkeley Packet Filter.
140162485Sjulian# Be aware of the administrative consequences of enabling this!
141162485Sjulian# Note that 'bpf' is required for DHCP.
142162485Sjuliandevice		bpf		# Berkeley packet filter
143162485Sjulian
144162485Sjulianoptions         IPFIREWALL
145162485Sjulianoptions         IPFIREWALL_DEFAULT_TO_ACCEPT
146162485Sjulian
147162485Sjuliandevice          ath
148162485Sjuliandevice          ath_hal
149162485Sjuliandevice 		ath_rate_sample
150162485Sjulian
151162535Sjuliandevice          if_bridge               #Bridge interface
152162535Sjulian
153162485Sjulian# CLK_USE_I8254_CALIBRATION causes the calibrated frequency of the i8254
154162485Sjulian# clock to actually be used.
155162485Sjulianoptions CLK_USE_I8254_CALIBRATION
156162485Sjulian
157162485Sjulian# CPU_ELAN enables support for AMDs ElanSC520 CPU.
158162485Sjulianoptions         CPU_ELAN
159162485Sjulianoptions         CPU_SOEKRIS
160162485Sjulianoptions         CPU_ELAN_XTAL=32768000
161162485Sjulianoptions         CPU_ELAN_PPS
162162485Sjulian
163