PICOBSD revision 57086
1#
2# $FreeBSD: head/release/picobsd/bridge/PICOBSD 57086 2000-02-09 09:59:05Z luigi $
3#
4# Line starting with #PicoBSD contains PicoBSD build parameters
5#marker         def_sz  init    MFS_inodes      floppy_inodes
6#PicoBSD	2400	init	4096		32768
7
8machine		i386
9cpu		I386_CPU
10cpu		I486_CPU
11cpu		I586_CPU
12cpu		I686_CPU
13ident		PICOBSD
14maxusers	20
15
16options		MATH_EMULATE		#Support for x87 emulation
17options		INET			#InterNETworking
18options		FFS			#Berkeley Fast Filesystem
19options		FFS_ROOT		#FFS usable as root device [keep this!]
20#options		NFS			#Network Filesystem
21options		NFS_NOSERVER		#Network Filesystem
22#options		BOOTP
23options		MFS			#Memory Filesystem
24options		MD_ROOT		#MFS as root
25options		MSDOSFS			#MSDOS Filesystem
26#options		CD9660		#ISO 9660 Filesystem
27options		PROCFS			#Process filesystem
28options		COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
29options		USERCONFIG		#boot -c editor
30#options		INTRO_USERCONFIG		#imply -c and parse info area
31options		VISUAL_USERCONFIG	#visual boot -c editor
32options		IPFIREWALL
33options		IPFIREWALL_DEFAULT_TO_ACCEPT
34options		IPDIVERT
35#options		DEVFS
36options		PCI_QUIET
37#options		NO_LKM
38# Support for bridging and bandwidth limiting
39options	DUMMYNET
40options	BRIDGE
41options	HZ=1000
42options NMBCLUSTERS=4096
43pseudo-device bpf 4
44
45#config		kernel	root on fd0a
46
47device	isa0
48device	pci0
49
50device		fdc0	at isa? port IO_FD1 irq 6 drq 2
51device		fd0	at fdc0 drive 0
52#device		fd1	at fdc0 drive 1
53
54device ata0	at isa? port IO_WD1 irq 14
55device ata1	at isa? port IO_WD2 irq 15
56device ata
57device atadisk
58#device	atapicd
59
60# atkbdc0 controls both the keyboard and the PS/2 mouse
61device	atkbdc0	at isa? port IO_KBD
62device		atkbd0	at atkbdc? irq 1
63device          psm0    at atkbdc? irq 12
64
65device		vga0	at isa? conflicts
66
67# syscons is the default console driver, resembling an SCO console
68device		sc0	at isa?
69
70device		npx0	at nexus? port IO_NPX irq 13
71
72device		sio0	at isa? port IO_COM1 flags 0x10 irq 4
73device		sio1	at isa? port IO_COM2 irq 3
74
75# device ppc0	at isa? port? flags 0x40 irq 7
76# device	ppbus0
77# device		nlpt0	at ppbus?
78# device		plip0	at ppbus?
79# device		ppi0	at ppbus?
80
81#
82# The following Ethernet NICs are all PCI devices.
83#
84device	miibus 
85#device de0              # DEC/Intel DC21x4x (``Tulip'')
86device fxp0             # Intel EtherExpress PRO/100B (82557, 82558)
87device rl0
88device dc0
89
90device ed0 at isa? port 0x280 irq 5 iomem 0xd8000
91device ed1 at isa? port 0x300 irq 5 iomem 0xd0000
92
93pseudo-device	loop
94pseudo-device	ether
95pseudo-device	tun	2
96pseudo-device	vn
97pseudo-device	pty	16
98pseudo-device	md
99