Deleted Added
full compact
PICOBSD (91938) PICOBSD (92025)
1#
1#
2# $FreeBSD: head/release/picobsd/bridge/PICOBSD 91938 2002-03-09 08:17:40Z luigi $
2# $FreeBSD: head/release/picobsd/bridge/PICOBSD 92025 2002-03-10 21:10:25Z luigi $
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
8
9hints "PICOBSD.hints"
10machine i386

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

90# The following Ethernet NICs are all PCI devices.
91#
92device miibus
93#device de # DEC/Intel DC21x4x (``Tulip'')
94#device lnc
95device fxp # Intel EtherExpress PRO/100B (82557, 82558)
96#device xl # 3Com
97device rl # RealTek 8129/8139
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
8
9hints "PICOBSD.hints"
10machine i386

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

90# The following Ethernet NICs are all PCI devices.
91#
92device miibus
93#device de # DEC/Intel DC21x4x (``Tulip'')
94#device lnc
95device fxp # Intel EtherExpress PRO/100B (82557, 82558)
96#device xl # 3Com
97device rl # RealTek 8129/8139
98device sis # National/SiS
98#device vx # 3Com 3c590, 3c595 (``Vortex'')
99#device wx # Intel Gigabit Ethernet Card (``Wiseman'')
100device dc # DEC/Intel 21143 and various workalikes
101device ed
102
103device loop # Network loopback
104device ether # Ethernet support
105device tun # Packet tunnel.

--- 12 unchanged lines hidden ---
99#device vx # 3Com 3c590, 3c595 (``Vortex'')
100#device wx # Intel Gigabit Ethernet Card (``Wiseman'')
101device dc # DEC/Intel 21143 and various workalikes
102device ed
103
104device loop # Network loopback
105device ether # Ethernet support
106device tun # Packet tunnel.

--- 12 unchanged lines hidden ---