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