PICOBSD revision 91938
1280711Sandrew#
2280711Sandrew# $FreeBSD: head/release/picobsd/bridge/PICOBSD 91938 2002-03-09 08:17:40Z luigi $
3280711Sandrew#
4280711Sandrew# Line starting with #PicoBSD contains PicoBSD build parameters
5280711Sandrew#marker         def_sz  init    MFS_inodes      floppy_inodes
6280711Sandrew#PicoBSD	3200	init	8192		32768
7280711Sandrewoptions MD_ROOT_SIZE=3200      # same as def_sz
8280711Sandrew
9280711Sandrewhints	"PICOBSD.hints"
10280711Sandrewmachine		i386
11280711Sandrew#cpu		I386_CPU	# we do not want this on current...
12280711Sandrewcpu		I486_CPU
13280711Sandrewcpu		I586_CPU
14280711Sandrewcpu		I686_CPU
15280711Sandrewident		PICOBSD
16280711Sandrew
17280711Sandrew#options	MATH_EMULATE		#Support for x87 emulation
18280711Sandrewoptions 	INET			#InterNETworking
19280711Sandrew#options	INET6
20280711Sandrewoptions 	FFS			#Berkeley Fast Filesystem
21280711Sandrew#options	BOOTP			#Use BOOTP to obtain IP address/hostname
22280711Sandrewoptions 	MD_ROOT			#MD is a potential root device
23280711Sandrew
24280711Sandrew#options	NFS			#Network Filesystem
25280711Sandrew#options	NFS_ROOT		#NFS usable as root device, NFS required
26280711Sandrew
27280711Sandrew#options 	MSDOSFS			#MSDOS Filesystem
28280711Sandrew#options 	CD9660			#ISO 9660 Filesystem
29280711Sandrew#options 	CD9660_ROOT		#CD-ROM usable as root, CD9660 required
30280711Sandrew#options	DEVFS			#Device Filesystem
31280711Sandrew#options 	PROCFS			#Process filesystem
32280711Sandrewoptions		COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
33280711Sandrew
34280711Sandrew#options		DDB
35280711Sandrew
36280711Sandrewoptions		IPFIREWALL
37280711Sandrewoptions		IPFIREWALL_DEFAULT_TO_ACCEPT
38280711Sandrewoptions		IPDIVERT		# divert (for natd)
39280711Sandrew
40280711Sandrew# Support for bridging and bandwidth limiting
41280711Sandrewoptions		DUMMYNET
42280711Sandrewoptions		BRIDGE
43280711Sandrewoptions		HZ=1000
44280711Sandrew#options		NMBCLUSTERS=4096
45280711Sandrew
46280711Sandrewdevice		isa
47280711Sandrewdevice		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	1		# 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	1
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
98#device		vx		# 3Com 3c590, 3c595 (``Vortex'')
99#device		wx		# Intel Gigabit Ethernet Card (``Wiseman'')
100device		dc		# DEC/Intel 21143 and various workalikes
101device		ed
102
103device		loop		# Network loopback
104device		ether		# Ethernet support
105device		tun		# Packet tunnel.
106#device		vn		#Vnode driver (turns a file into a device)
107device		pty		# Pseudo-ttys (telnet etc)
108device		md		# Memory "disks"
109#device		gif	4	# IPv6 and IPv4 tunneling
110#device		faith	1	# IPv6-to-IPv4 relaying (translation)
111#device		tap
112
113options		DEVICE_POLLING
114
115# The `bpf' device enables the Berkeley Packet Filter.
116# Be aware of the administrative consequences of enabling this!
117#device		bpf		# Berkeley packet filter
118