svn commit: r189235 - stable/7/release/picobsd/bridge
Luigi Rizzo
luigi at FreeBSD.org
Sun Mar 1 06:57:34 PST 2009
Author: luigi
Date: Sun Mar 1 14:57:33 2009
New Revision: 189235
URL: http://svn.freebsd.org/changeset/base/189235
Log:
document the possibility of hardwiring kenv/getenv values;
remove duplicate isa and npx entries;
remove DEVICE_POLLING
add tap, bpf devices;
add re and nfe drivers
Modified:
stable/7/release/picobsd/bridge/PICOBSD
Modified: stable/7/release/picobsd/bridge/PICOBSD
==============================================================================
--- stable/7/release/picobsd/bridge/PICOBSD Sun Mar 1 14:51:07 2009 (r189234)
+++ stable/7/release/picobsd/bridge/PICOBSD Sun Mar 1 14:57:33 2009 (r189235)
@@ -7,6 +7,10 @@
options MD_ROOT_SIZE=3200 # same as def_sz
hints "PICOBSD.hints"
+
+# values accessible through getenv()
+# env "PICOBSD.env"
+
cpu I486_CPU
cpu I586_CPU
cpu I686_CPU
@@ -41,7 +45,6 @@ options DUMMYNET
device if_bridge
options HZ=1000
-device isa
device pci
# Floppy drives
@@ -64,9 +67,6 @@ device vga # VGA screen
device sc
-# Floating point support - do not disable.
-device npx
-
# Serial (COM) ports
device sio
@@ -91,8 +91,10 @@ device miibus
#device de # DEC/Intel DC21x4x (``Tulip'')
#device lnc
device fxp # Intel EtherExpress PRO/100B (82557, 82558)
+device nfe # nVidia nForce MCP on-board Ethernet
#device xl # 3Com
device rl # RealTek 8129/8139
+device re # RealTek 8139C+/8169/8169S/8110S
device sis # National/SiS
#device vx # 3Com 3c590, 3c595 (``Vortex'')
#device wx # Intel Gigabit Ethernet Card (``Wiseman'')
@@ -107,10 +109,10 @@ device pty # Pseudo-ttys (telnet etc)
device md # Memory "disks"
#device gif 4 # IPv6 and IPv4 tunneling
#device faith 1 # IPv6-to-IPv4 relaying (translation)
-#device tap
+device tap
-options DEVICE_POLLING
+#options DEVICE_POLLING
# The `bpf' device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
-#device bpf # Berkeley packet filter
+device bpf # Berkeley packet filter
More information about the svn-src-stable
mailing list