Deleted Added
full compact
PICOBSD (84314) PICOBSD (90661)
1#
1#
2# $FreeBSD: head/release/picobsd/bridge/PICOBSD 84314 2001-10-01 17:32:43Z luigi $
2# $FreeBSD: head/release/picobsd/bridge/PICOBSD 90661 2002-02-14 19:43:40Z luigi $
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
8
9hints "PICOBSD.hints"
10machine i386

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

60# atkbdc0 controls both the keyboard and the PS/2 mouse
61device atkbdc 1 # 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
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
8
9hints "PICOBSD.hints"
10machine i386

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

60# atkbdc0 controls both the keyboard and the PS/2 mouse
61device atkbdc 1 # 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
68
68device sc 1
69
70# Floating point support - do not disable.
71device npx
72
73# Serial (COM) ports
74device sio
75

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

89
90#
91# The following Ethernet NICs are all PCI devices.
92#
93device miibus
94#device de # DEC/Intel DC21x4x (``Tulip'')
95device lnc
96device fxp # Intel EtherExpress PRO/100B (82557, 82558)
69device sc 1
70
71# Floating point support - do not disable.
72device npx
73
74# Serial (COM) ports
75device sio
76

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

90
91#
92# The following Ethernet NICs are all PCI devices.
93#
94device miibus
95#device de # DEC/Intel DC21x4x (``Tulip'')
96device lnc
97device fxp # Intel EtherExpress PRO/100B (82557, 82558)
97device xl # 3Com
98#device xl # 3Com
98device rl # RealTek 8129/8139
99device rl # RealTek 8129/8139
99device vx # 3Com 3c590, 3c595 (``Vortex'')
100#device vx # 3Com 3c590, 3c595 (``Vortex'')
100#device wx # Intel Gigabit Ethernet Card (``Wiseman'')
101device dc # DEC/Intel 21143 and various workalikes
101#device wx # Intel Gigabit Ethernet Card (``Wiseman'')
102device dc # DEC/Intel 21143 and various workalikes
102device ed
103#device 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
113
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
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
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