1# $FreeBSD$
2
3machine		i386
4cpu		I486_CPU
5cpu		I586_CPU
6cpu		I686_CPU
7ident		TINYBSD
8
9# To statically compile in device wiring instead of /boot/device.hints
10#hints		"GENERIC.hints"		# Default places to look for devices.
11
12options 	SCHED_4BSD		# 4BSD scheduler
13options 	INET			# InterNETworking
14options 	FFS			# Berkeley Fast Filesystem
15options 	SOFTUPDATES		# Enable FFS soft updates support
16options 	UFS_DIRHASH		# Improve performance on big directories
17options 	MD_ROOT			# MD is a potential root device
18options 	PROCFS			# Process filesystem (requires PSEUDOFS)
19options 	PSEUDOFS		# Pseudo-filesystem framework
20options 	GEOM_PART_GPT		# GUID Partition Tables.
21options 	COMPAT_43		# Compatible with BSD 4.3 [KEEP THIS!]
22options 	COMPAT_FREEBSD4		# Compatible with FreeBSD4
23options 	SYSVSHM			# SYSV-style shared memory
24options 	SYSVMSG			# SYSV-style message queues
25options 	SYSVSEM			# SYSV-style semaphores
26options 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
27options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
28options 	AHC_REG_PRETTY_PRINT	# Print register bitfields in debug
29					# output.  Adds ~128k to driver.
30options 	AHD_REG_PRETTY_PRINT	# Print register bitfields in debug
31					# output.  Adds ~215k to driver.
32options 	ADAPTIVE_GIANT		# Giant mutex is adaptive.
33
34device		apic			# I/O APIC
35
36device		eisa
37device		pci
38
39# Floppy drives
40#device		fdc
41
42# ATA and ATAPI devices
43device		ata
44device		atadisk		# ATA disk drives
45options 	ATA_STATIC_ID	# Static device numbering
46
47# atkbdc0 controls both the keyboard and the PS/2 mouse
48device		atkbdc		# AT keyboard controller
49device		atkbd		# AT keyboard
50device		psm		# PS/2 mouse
51
52device		vga		# VGA video card driver
53
54#device		splash		# Splash screen and screen saver support
55
56# syscons is the default console driver, resembling an SCO console
57device		sc
58
59# Enable this for the pcvt (VT220 compatible) console driver
60#device		vt
61#options 	XSERVER		# support for X server on a vt console
62#options 	FAT_CURSOR	# start with block cursor
63
64device		agp		# support several AGP chipsets
65
66# Power management support (see NOTES for more options)
67#device		apm
68# Add suspend/resume support for the i8254.
69device		pmtimer
70
71# PCCARD (PCMCIA) support
72# PCMCIA and cardbus bridge support
73device		cbb		# cardbus (yenta) bridge
74device		pccard		# PC Card (16-bit) bus
75device		cardbus		# CardBus (32-bit) bus
76
77# Serial (COM) ports
78device		sio		# 8250, 16[45]50 based serial ports
79
80# PCI Ethernet NICs.
81device		de		# DEC/Intel DC21x4x (``Tulip'')
82device		em		# Intel PRO/1000 adapter Gigabit Ethernet Card
83device		ixgb		# Intel PRO/10GbE Ethernet Card
84device		txp		# 3Com 3cR990 (``Typhoon'')
85device		vx		# 3Com 3c590, 3c595 (``Vortex'')
86
87# PCI Ethernet NICs that use the common MII bus controller code.
88# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
89device		miibus		# MII bus support
90device		bfe		# Broadcom BCM440x 10/100 Ethernet
91device		bge		# Broadcom BCM570xx Gigabit Ethernet
92device		dc		# DEC/Intel 21143 and various workalikes
93device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
94device		lge		# Level 1 LXT1001 gigabit ethernet
95device		nge		# NatSemi DP83820 gigabit ethernet
96device		pcn		# AMD Am79C97x PCI 10/100 (precedence over 'lnc')
97device		re		# RealTek 8139C+/8169/8169S/8110S
98device		rl		# RealTek 8129/8139
99device		sf		# Adaptec AIC-6915 (``Starfire'')
100device		sis		# Silicon Integrated Systems SiS 900/SiS 7016
101device		sk		# SysKonnect SK-984x & SK-982x gigabit Ethernet
102device		ste		# Sundance ST201 (D-Link DFE-550TX)
103device		ti		# Alteon Networks Tigon I/II gigabit Ethernet
104device		tl		# Texas Instruments ThunderLAN
105device		tx		# SMC EtherPower II (83c170 ``EPIC'')
106device		vge		# VIA VT612x gigabit ethernet
107device		vr		# VIA Rhine, Rhine II
108device		wb		# Winbond W89C840F
109device		xl		# 3Com 3c90x (``Boomerang'', ``Cyclone'')
110
111# ISA Ethernet NICs.  pccard NICs included.
112device		cs		# Crystal Semiconductor CS89x0 NIC
113# 'device ed' requires 'device miibus'
114device		ed		# NE[12]000, SMC Ultra, 3c503, DS8390 cards
115device		ex		# Intel EtherExpress Pro/10 and Pro/10+
116device		ep		# Etherlink III based cards
117device		fe		# Fujitsu MB8696x based cards
118device		ie		# EtherExpress 8/16, 3C507, StarLAN 10 etc.
119device		sn		# SMC's 9000 series of Ethernet chips
120device		xe		# Xircom pccard Ethernet
121
122# ISA devices that use the old ISA shims
123#device		le
124
125# Wireless NIC cards
126device		wlan		# 802.11 support
127device		an		# Aironet 4500/4800 802.11 wireless NICs.
128device		awi		# BayStack 660 and others
129device		wi		# WaveLAN/Intersil/Symbol 802.11 wireless NICs.
130#device		wl		# Older non 802.11 Wavelan wireless NIC.
131
132# Pseudo devices.
133device		loop		# Network loopback
134device		random		# Entropy device
135device		ether		# Ethernet support
136device		pty		# Pseudo-ttys (telnet etc)
137device		md		# Memory "disks"
138
139# The `bpf' device enables the Berkeley Packet Filter.
140# Be aware of the administrative consequences of enabling this!
141# Note that 'bpf' is required for DHCP.
142device		bpf		# Berkeley packet filter
143
144options         IPFIREWALL
145options         IPFIREWALL_DEFAULT_TO_ACCEPT
146
147device          ath
148device          ath_hal
149device 		ath_rate_sample
150
151device          if_bridge               #Bridge interface
152
153# CLK_USE_I8254_CALIBRATION causes the calibrated frequency of the i8254
154# clock to actually be used.
155options CLK_USE_I8254_CALIBRATION
156
157# CPU_ELAN enables support for AMDs ElanSC520 CPU.
158options         CPU_ELAN
159options         CPU_SOEKRIS
160options         CPU_ELAN_XTAL=32768000
161options         CPU_ELAN_PPS
162
163