PICOBSD revision 71903
157086Sluigi#
257086Sluigi# $FreeBSD: head/release/picobsd/bridge/PICOBSD 71903 2001-02-01 21:04:32Z luigi $
357086Sluigi#
457086Sluigi# Line starting with #PicoBSD contains PicoBSD build parameters
557086Sluigi#marker         def_sz  init    MFS_inodes      floppy_inodes
671903Sluigi#PicoBSD	2200	init	8192		32768
771903Sluigioptions MD_ROOT_SIZE=2200      # same as def_sz
857086Sluigi
957086Sluigimachine		i386
1071903Sluigi#cpu		I386_CPU	# we do not want this on current...
1157086Sluigicpu		I486_CPU
1257086Sluigicpu		I586_CPU
1357086Sluigicpu		I686_CPU
1457086Sluigiident		PICOBSD
1557086Sluigimaxusers	20
1657086Sluigi
1771903Sluigi#options		MATH_EMULATE		#Support for x87 emulation
1867175Sjoeoptions 	INET			#InterNETworking
1971903Sluigi#options	INET6
2067175Sjoeoptions 	FFS			#Berkeley Fast Filesystem
2167175Sjoeoptions 	FFS_ROOT		#FFS usable as root device [keep this!]
2270314Sjoe#options	BOOTP			#Use BOOTP to obtain IP address/hostname
2367175Sjoeoptions 	MD_ROOT			#MD is a potential root device
2467175Sjoe
2571903Sluigi#options	NFS			#Network Filesystem
2671903Sluigi#options	NFS_ROOT		#NFS usable as root device, NFS required
2771903Sluigi
2870314Sjoe#options 	MSDOSFS			#MSDOS Filesystem
2970314Sjoe#options 	CD9660			#ISO 9660 Filesystem
3071903Sluigi#options 	CD9660_ROOT		#CD-ROM usable as root, CD9660 required
3171903Sluigi#options	DEVFS			#Device Filesystem
3270314Sjoe#options 	PROCFS			#Process filesystem
3370314Sjoe#options 	USERCONFIG		#boot -c editor
3471903Sluigioptions		COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
3570314Sjoe
3671903Sluigioptions		DDB
3771903Sluigi
3857086Sluigioptions		IPFIREWALL
3957086Sluigioptions		IPFIREWALL_DEFAULT_TO_ACCEPT
4071903Sluigioptions		IPDIVERT		# divert (for natd)
4167175Sjoeoptions		PCI_QUIET		#quiets PCI code on chipset settings
4267175Sjoe
4357086Sluigi# Support for bridging and bandwidth limiting
4467175Sjoeoptions		DUMMYNET
4567175Sjoeoptions		BRIDGE
4667175Sjoeoptions		HZ=1000
4767175Sjoeoptions		NMBCLUSTERS=4096
4857086Sluigi
4967175Sjoedevice		isa
5067175Sjoedevice		pci
5157086Sluigi
5267175Sjoe# Floppy drives
5367175Sjoedevice		fdc
5457086Sluigi
5567175Sjoe# ATA and ATAPI devices
5671903Sluigidevice		ata
5771903Sluigidevice		atadisk			# ATA disk drives
5871903Sluigidevice		atapicd			# ATAPI CDROM drives
5971903Sluigioptions		ATA_STATIC_ID		#Static device numbering
6057086Sluigi
6157086Sluigi# atkbdc0 controls both the keyboard and the PS/2 mouse
6271903Sluigidevice		atkbdc	1		# At keyboard controller
6367175Sjoedevice		atkbd
6471903Sluigi#device		psm			# do we need the mouse ??
6557086Sluigi
6671903Sluigidevice		vga			# VGA screen
6757086Sluigi
6857086Sluigi# syscons is the default console driver, resembling an SCO console
6967175Sjoedevice		sc	1
7057086Sluigi
7167175Sjoe# Floating point support - do not disable.
7267175Sjoedevice		npx
7357086Sluigi
7467175Sjoe# Serial (COM) ports
7567175Sjoedevice		sio
7657086Sluigi
7771903Sluigi# Audio support
7871903Sluigi#device		pcm
7971903Sluigi
8071903Sluigi# PCCARD (PCMCIA) support
8171903Sluigi#device		card		# pccard bus
8271903Sluigi#device		pcic		# PCMCIA bridge
8371903Sluigi
8467175Sjoe# Parallel port
8567175Sjoe#device		ppc
8667175Sjoe#device		ppbus		# Parallel port bus (required)
8767175Sjoe#device		lpt		# Printer
8867175Sjoe#device		plip		# TCP/IP over parallel
8967175Sjoe#device		ppi		# Parallel port interface device
9057086Sluigi
9157086Sluigi#
9257086Sluigi# The following Ethernet NICs are all PCI devices.
9357086Sluigi#
9457086Sluigidevice	miibus 
9567175Sjoe#device		de		# DEC/Intel DC21x4x (``Tulip'')
9667175Sjoedevice		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
9771903Sluigidevice		xl		# 3Com
9871903Sluigidevice		rl		# RealTek 8129/8139
9971903Sluigidevice		vx		# 3Com 3c590, 3c595 (``Vortex'')
10071903Sluigidevice		wx		# Intel Gigabit Ethernet Card (``Wiseman'')
10171903Sluigidevice		dc		# DEC/Intel 21143 and various workalikes
10267175Sjoedevice		ed
10357086Sluigi
10467175Sjoedevice		loop		# Network loopback
10567175Sjoedevice		ether		# Ethernet support
10667175Sjoedevice		tun		# Packet tunnel.
10770314Sjoe#device		vn		#Vnode driver (turns a file into a device)
10867175Sjoedevice		pty		# Pseudo-ttys (telnet etc)
10967175Sjoedevice		md		# Memory "disks"
11071903Sluigi#device		gif	4	# IPv6 and IPv4 tunneling
11171903Sluigi#device		faith	1	# IPv6-to-IPv4 relaying (translation)
11271903Sluigi#device		tap
11357086Sluigi
11471903Sluigi
11567175Sjoe# The `bpf' device enables the Berkeley Packet Filter.
11667175Sjoe# Be aware of the administrative consequences of enabling this!
11770314Sjoe#device		bpf		# Berkeley packet filter
118