Deleted Added
full compact
PICOBSD (70314) PICOBSD (71903)
1#
1#
2# $FreeBSD: head/release/picobsd/bridge/PICOBSD 70314 2000-12-23 19:27:42Z joe $
2# $FreeBSD: head/release/picobsd/bridge/PICOBSD 71903 2001-02-01 21:04:32Z luigi $
3#
4# Line starting with #PicoBSD contains PicoBSD build parameters
5#marker def_sz init MFS_inodes floppy_inodes
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
6#PicoBSD 2200 init 8192 32768
7options MD_ROOT_SIZE=2200 # same as def_sz
7
8machine i386
8
9machine i386
9cpu I386_CPU
10#cpu I386_CPU # we do not want this on current...
10cpu I486_CPU
11cpu I586_CPU
12cpu I686_CPU
13ident PICOBSD
14maxusers 20
15
11cpu I486_CPU
12cpu I586_CPU
13cpu I686_CPU
14ident PICOBSD
15maxusers 20
16
17#options MATH_EMULATE #Support for x87 emulation
16options INET #InterNETworking
18options INET #InterNETworking
19#options INET6
17options FFS #Berkeley Fast Filesystem
18options FFS_ROOT #FFS usable as root device [keep this!]
19#options BOOTP #Use BOOTP to obtain IP address/hostname
20options FFS #Berkeley Fast Filesystem
21options FFS_ROOT #FFS usable as root device [keep this!]
22#options BOOTP #Use BOOTP to obtain IP address/hostname
20options MFS #Memory Filesystem
21options MD_ROOT #MD is a potential root device
23options MD_ROOT #MD is a potential root device
22options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
23
24
25#options NFS #Network Filesystem
26#options NFS_ROOT #NFS usable as root device, NFS required
27
24#options MSDOSFS #MSDOS Filesystem
25#options CD9660 #ISO 9660 Filesystem
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
26#options PROCFS #Process filesystem
27#options USERCONFIG #boot -c editor
32#options PROCFS #Process filesystem
33#options USERCONFIG #boot -c editor
28#options INTRO_USERCONFIG #imply -c and parse info area
29#options VISUAL_USERCONFIG #visual boot -c editor
34options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
30
35
36options DDB
37
31options IPFIREWALL
32options IPFIREWALL_DEFAULT_TO_ACCEPT
38options IPFIREWALL
39options IPFIREWALL_DEFAULT_TO_ACCEPT
33#options IPDIVERT # divert (for natd)
34#options DEVFS #Device Filesystem
40options IPDIVERT # divert (for natd)
35options PCI_QUIET #quiets PCI code on chipset settings
36
37# Support for bridging and bandwidth limiting
38options DUMMYNET
39options BRIDGE
40options HZ=1000
41options NMBCLUSTERS=4096
42
43device isa
44device pci
41options PCI_QUIET #quiets PCI code on chipset settings
42
43# Support for bridging and bandwidth limiting
44options DUMMYNET
45options BRIDGE
46options HZ=1000
47options NMBCLUSTERS=4096
48
49device isa
50device pci
45options COMPAT_OLDISA # compatability shims for lnc, le
46
47# Floppy drives
48device fdc
49
50# ATA and ATAPI devices
51
52# Floppy drives
53device fdc
54
55# ATA and ATAPI devices
51#device ata
52#device atadisk # ATA disk drives
53#device atapicd # ATAPI CDROM drives
56device ata
57device atadisk # ATA disk drives
58device atapicd # ATAPI CDROM drives
59options ATA_STATIC_ID #Static device numbering
54
55# atkbdc0 controls both the keyboard and the PS/2 mouse
60
61# atkbdc0 controls both the keyboard and the PS/2 mouse
56device atkbdc 1
62device atkbdc 1 # At keyboard controller
57device atkbd
63device atkbd
58#device psm
64#device psm # do we need the mouse ??
59
65
60device vga
66device vga # VGA screen
61
62# syscons is the default console driver, resembling an SCO console
63device sc 1
64
65# Floating point support - do not disable.
66device npx
67
68# Serial (COM) ports
69device sio
70
67
68# syscons is the default console driver, resembling an SCO console
69device sc 1
70
71# Floating point support - do not disable.
72device npx
73
74# Serial (COM) ports
75device sio
76
77# Audio support
78#device pcm
79
80# PCCARD (PCMCIA) support
81#device card # pccard bus
82#device pcic # PCMCIA bridge
83
71# Parallel port
72#device ppc
73#device ppbus # Parallel port bus (required)
74#device lpt # Printer
75#device plip # TCP/IP over parallel
76#device ppi # Parallel port interface device
77
78#
79# The following Ethernet NICs are all PCI devices.
80#
81device miibus
82#device de # DEC/Intel DC21x4x (``Tulip'')
83device fxp # Intel EtherExpress PRO/100B (82557, 82558)
84# Parallel port
85#device ppc
86#device ppbus # Parallel port bus (required)
87#device lpt # Printer
88#device plip # TCP/IP over parallel
89#device ppi # Parallel port interface device
90
91#
92# The following Ethernet NICs are all PCI devices.
93#
94device miibus
95#device de # DEC/Intel DC21x4x (``Tulip'')
96device fxp # Intel EtherExpress PRO/100B (82557, 82558)
84device xl0 # 3Com
85#device rl # RealTek 8129/8139
86#device dc # DEC/Intel 21143 and various workalikes
97device xl # 3Com
98device rl # RealTek 8129/8139
99device vx # 3Com 3c590, 3c595 (``Vortex'')
100device wx # Intel Gigabit Ethernet Card (``Wiseman'')
101device dc # DEC/Intel 21143 and various workalikes
87device ed
88
89device loop # Network loopback
90device ether # Ethernet support
91device tun # Packet tunnel.
92#device vn #Vnode driver (turns a file into a device)
93device pty # Pseudo-ttys (telnet etc)
94device md # Memory "disks"
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
95
113
114
96# The `bpf' device enables the Berkeley Packet Filter.
97# Be aware of the administrative consequences of enabling this!
98#device bpf # Berkeley packet filter
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