Deleted Added
full compact
PICOBSD (189234) PICOBSD (190421)
1#
1#
2# $FreeBSD: head/release/picobsd/bridge/PICOBSD 189234 2009-03-01 14:51:07Z luigi $
2# $FreeBSD: head/release/picobsd/bridge/PICOBSD 190421 2009-03-25 18:48:46Z 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 3200 init 8192 32768
7options MD_ROOT_SIZE=3200 # same as def_sz
6#PicoBSD 8000 init 8192 32768
7options MD_ROOT_SIZE=8000 # same as def_sz
8
9hints "PICOBSD.hints"
10
11# values accessible through getenv()
12# env "PICOBSD.env"
13
14cpu I486_CPU
15cpu I586_CPU

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

40options IPFIREWALL_DEFAULT_TO_ACCEPT
41options IPDIVERT # divert (for natd)
42
43# Support for bridging and bandwidth limiting
44options DUMMYNET
45device if_bridge
46options HZ=1000
47
8
9hints "PICOBSD.hints"
10
11# values accessible through getenv()
12# env "PICOBSD.env"
13
14cpu I486_CPU
15cpu I586_CPU

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

40options IPFIREWALL_DEFAULT_TO_ACCEPT
41options IPDIVERT # divert (for natd)
42
43# Support for bridging and bandwidth limiting
44options DUMMYNET
45device if_bridge
46options HZ=1000
47
48device random # used by ssh
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
49device pci
50
51# Floppy drives
52device fdc
53
54# ATA and ATAPI devices
55#device ata
56#device atadisk # ATA disk drives
57#device atapicd # ATAPI CDROM drives
58#options ATA_STATIC_ID #Static device numbering
59
60# atkbdc0 controls both the keyboard and the PS/2 mouse
61device atkbdc # At keyboard controller
62device atkbd
63#device psm # do we need the mouse ??
64
65device vga # VGA screen
66
67# syscons is the default console driver, resembling an SCO console
67
68device sc
69
70# Serial (COM) ports
71device uart
72
73# Audio support
74#device pcm
75

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

83#device lpt # Printer
84#device plip # TCP/IP over parallel
85#device ppi # Parallel port interface device
86
87#
88# The following Ethernet NICs are all PCI devices.
89#
90device miibus
68device sc
69
70# Serial (COM) ports
71device uart
72
73# Audio support
74#device pcm
75

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

83#device lpt # Printer
84#device plip # TCP/IP over parallel
85#device ppi # Parallel port interface device
86
87#
88# The following Ethernet NICs are all PCI devices.
89#
90device miibus
91#device de # DEC/Intel DC21x4x (``Tulip'')
92#device lnc
93device fxp # Intel EtherExpress PRO/100B (82557, 82558)
91device fxp # Intel EtherExpress PRO/100B (82557, 82558)
94#device xl # 3Com
95device rl # RealTek 8129/8139
96device sis # National/SiS
92device rl # RealTek 8129/8139
93device sis # National/SiS
97#device vx # 3Com 3c590, 3c595 (``Vortex'')
98#device wx # Intel Gigabit Ethernet Card (``Wiseman'')
99device dc # DEC/Intel 21143 and various workalikes
100device ed
101
102device loop # Network loopback
103device ether # Ethernet support
104device tun # Packet tunnel.
105#device vn #Vnode driver (turns a file into a device)
106device pty # Pseudo-ttys (telnet etc)
107device md # Memory "disks"
108#device gif 4 # IPv6 and IPv4 tunneling
109#device faith 1 # IPv6-to-IPv4 relaying (translation)
110device tap
111
94device dc # DEC/Intel 21143 and various workalikes
95device ed
96
97device loop # Network loopback
98device ether # Ethernet support
99device tun # Packet tunnel.
100#device vn #Vnode driver (turns a file into a device)
101device pty # Pseudo-ttys (telnet etc)
102device md # Memory "disks"
103#device gif 4 # IPv6 and IPv4 tunneling
104#device faith 1 # IPv6-to-IPv4 relaying (translation)
105device tap
106
112#options DEVICE_POLLING
113
114# The `bpf' device enables the Berkeley Packet Filter.
115# Be aware of the administrative consequences of enabling this!
116device bpf # Berkeley packet filter
107# The `bpf' device enables the Berkeley Packet Filter.
108# Be aware of the administrative consequences of enabling this!
109device bpf # Berkeley packet filter