PICOBSD revision 188834
1#
2# $FreeBSD: head/release/picobsd/bridge/PICOBSD 188834 2009-02-19 23:29:05Z luigi $
3#
4# Line starting with #PicoBSD contains PicoBSD build parameters
5#marker         def_sz  init    MFS_inodes      floppy_inodes
6#PicoBSD	3200	init	8192		32768
7options MD_ROOT_SIZE=3200      # same as def_sz
8
9hints	"PICOBSD.hints"
10
11# values accessible through getenv()
12# env		"PICOBSD.env"
13
14cpu		I486_CPU
15cpu		I586_CPU
16cpu		I686_CPU
17ident		PICOBSD
18
19options		SCHED_4BSD		# mandatory to have one scheduler
20#options	MATH_EMULATE		#Support for x87 emulation
21options 	INET			#InterNETworking
22#options	INET6
23options 	FFS			#Berkeley Fast Filesystem
24#options	BOOTP			#Use BOOTP to obtain IP address/hostname
25options 	MD_ROOT			#MD is a potential root device
26
27#options	NFS			#Network Filesystem
28#options	NFS_ROOT		#NFS usable as root device, NFS required
29
30#options 	MSDOSFS			#MSDOS Filesystem
31#options 	CD9660			#ISO 9660 Filesystem
32#options 	CD9660_ROOT		#CD-ROM usable as root, CD9660 required
33#options	DEVFS			#Device Filesystem
34#options 	PROCFS			#Process filesystem
35options		COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
36
37#options		DDB
38
39options		IPFIREWALL
40options		IPFIREWALL_DEFAULT_TO_ACCEPT
41options		IPDIVERT		# divert (for natd)
42
43# Support for bridging and bandwidth limiting
44options		DUMMYNET
45device		if_bridge
46options		HZ=1000
47
48device		isa
49device		pci
50
51# Floppy drives
52device		fdc
53
54# ATA and ATAPI devices
55#device		ata
56#device		atadisk			# ATA disk drives
57#device		atapicd			# ATAPI CDROM drives
58#options		ATA_STATIC_ID		#Static device numbering
59
60# atkbdc0 controls both the keyboard and the PS/2 mouse
61device		atkbdc			# At keyboard controller
62device		atkbd
63#device		psm			# do we need the mouse ??
64
65device		vga			# VGA screen
66
67# syscons is the default console driver, resembling an SCO console
68
69device		sc
70
71# Floating point support - do not disable.
72device		npx
73
74# Serial (COM) ports
75device		uart
76
77# Audio support
78#device		pcm
79
80# PCCARD (PCMCIA) support
81#device		card		# pccard bus
82#device		pcic		# PCMCIA bridge
83
84# Parallel port
85#device		ppc
86#device		ppbus		# Parallel port bus (required)
87#device		lpt		# Printer
88#device		plip		# TCP/IP over parallel
89#device		ppi		# Parallel port interface device
90
91#
92# The following Ethernet NICs are all PCI devices.
93#
94device	miibus 
95#device		de		# DEC/Intel DC21x4x (``Tulip'')
96#device		lnc
97device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
98#device		xl		# 3Com
99device		rl		# RealTek 8129/8139
100device		sis		# National/SiS
101#device		vx		# 3Com 3c590, 3c595 (``Vortex'')
102#device		wx		# Intel Gigabit Ethernet Card (``Wiseman'')
103device		dc		# DEC/Intel 21143 and various workalikes
104device		ed
105
106device		loop		# Network loopback
107device		ether		# Ethernet support
108device		tun		# Packet tunnel.
109#device		vn		#Vnode driver (turns a file into a device)
110device		pty		# Pseudo-ttys (telnet etc)
111device		md		# Memory "disks"
112#device		gif	4	# IPv6 and IPv4 tunneling
113#device		faith	1	# IPv6-to-IPv4 relaying (translation)
114device		tap
115
116#options		DEVICE_POLLING
117
118# The `bpf' device enables the Berkeley Packet Filter.
119# Be aware of the administrative consequences of enabling this!
120device		bpf		# Berkeley packet filter
121