Deleted Added
full compact
PICOBSD (90661) PICOBSD (91938)
1#
1#
2# $FreeBSD: head/release/picobsd/bridge/PICOBSD 90661 2002-02-14 19:43:40Z luigi $
2# $FreeBSD: head/release/picobsd/bridge/PICOBSD 91938 2002-03-09 08:17:40Z 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 2200 init 8192 32768
7options MD_ROOT_SIZE=2200 # same as def_sz
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
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
16maxusers 20
17
16
18#options MATH_EMULATE #Support for x87 emulation
17#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
18options INET #InterNETworking
19#options INET6
20options FFS #Berkeley Fast Filesystem
21#options BOOTP #Use BOOTP to obtain IP address/hostname
22options MD_ROOT #MD is a potential root device
23
24#options NFS #Network Filesystem
25#options NFS_ROOT #NFS usable as root device, NFS required
26
27#options MSDOSFS #MSDOS Filesystem
28#options CD9660 #ISO 9660 Filesystem
29#options CD9660_ROOT #CD-ROM usable as root, CD9660 required
30#options DEVFS #Device Filesystem
31#options PROCFS #Process filesystem
32options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
33
35options DDB
34#options DDB
36
37options IPFIREWALL
38options IPFIREWALL_DEFAULT_TO_ACCEPT
39options IPDIVERT # divert (for natd)
35
36options IPFIREWALL
37options IPFIREWALL_DEFAULT_TO_ACCEPT
38options IPDIVERT # divert (for natd)
40options PCI_QUIET #quiets PCI code on chipset settings
41
42# Support for bridging and bandwidth limiting
43options DUMMYNET
44options BRIDGE
45options HZ=1000
39
40# Support for bridging and bandwidth limiting
41options DUMMYNET
42options BRIDGE
43options HZ=1000
46options NMBCLUSTERS=4096
44#options NMBCLUSTERS=4096
47
48device isa
49device pci
50
51# Floppy drives
52device fdc
53
54# ATA and ATAPI devices

--- 33 unchanged lines hidden (view full) ---

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'')
45
46device isa
47device pci
48
49# Floppy drives
50device fdc
51
52# ATA and ATAPI devices

--- 33 unchanged lines hidden (view full) ---

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'')
96device lnc
94#device lnc
97device fxp # Intel EtherExpress PRO/100B (82557, 82558)
98#device xl # 3Com
99device rl # RealTek 8129/8139
100#device vx # 3Com 3c590, 3c595 (``Vortex'')
101#device wx # Intel Gigabit Ethernet Card (``Wiseman'')
102device dc # DEC/Intel 21143 and various workalikes
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
103#device ed
101device 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
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
115
116# The `bpf' device enables the Berkeley Packet Filter.
117# Be aware of the administrative consequences of enabling this!
118#device bpf # Berkeley packet filter
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