Deleted Added
full compact
PICOBSD (190421) PICOBSD (190760)
1#
1#
2# $FreeBSD: head/release/picobsd/bridge/PICOBSD 190421 2009-03-25 18:48:46Z luigi $
2# $FreeBSD: head/release/picobsd/bridge/PICOBSD 190760 2009-04-06 11:08:33Z luigi $
3#
4# Line starting with #PicoBSD contains PicoBSD build parameters
5#marker def_sz init MFS_inodes floppy_inodes
6#PicoBSD 8000 init 8192 32768
7options MD_ROOT_SIZE=8000 # same as def_sz
8
9hints "PICOBSD.hints"
10

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

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
91device fxp # Intel EtherExpress PRO/100B (82557, 82558)
3#
4# Line starting with #PicoBSD contains PicoBSD build parameters
5#marker def_sz init MFS_inodes floppy_inodes
6#PicoBSD 8000 init 8192 32768
7options MD_ROOT_SIZE=8000 # same as def_sz
8
9hints "PICOBSD.hints"
10

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

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
91device fxp # Intel EtherExpress PRO/100B (82557, 82558)
92device nfe # nVidia nForce MCP on-board Ethernet
93#device xl # 3Com
92device rl # RealTek 8129/8139
94device rl # RealTek 8129/8139
95device re # RealTek 8139C+/8169/8169S/8110S
93device sis # National/SiS
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
96device sis # National/SiS
97device dc # DEC/Intel 21143 and various workalikes
98device ed
99
100device loop # Network loopback
101device ether # Ethernet support
102device tun # Packet tunnel.
103#device vn #Vnode driver (turns a file into a device)
104device pty # Pseudo-ttys (telnet etc)
105device md # Memory "disks"
106#device gif 4 # IPv6 and IPv4 tunneling
107#device faith 1 # IPv6-to-IPv4 relaying (translation)
108device tap
109
110#options DEVICE_POLLING
111
107# The `bpf' device enables the Berkeley Packet Filter.
108# Be aware of the administrative consequences of enabling this!
109device bpf # Berkeley packet filter
112# The `bpf' device enables the Berkeley Packet Filter.
113# Be aware of the administrative consequences of enabling this!
114device bpf # Berkeley packet filter