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