Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Apr 2009 11:08:33 +0000 (UTC)
From:      Luigi Rizzo <luigi@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r190760 - head/release/picobsd/bridge
Message-ID:  <200904061108.n36B8X2g069364@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: luigi
Date: Mon Apr  6 11:08:33 2009
New Revision: 190760
URL: http://svn.freebsd.org/changeset/base/190760

Log:
  add some popular device and comment some potentially useful options

Modified:
  head/release/picobsd/bridge/PICOBSD

Modified: head/release/picobsd/bridge/PICOBSD
==============================================================================
--- head/release/picobsd/bridge/PICOBSD	Mon Apr  6 10:32:40 2009	(r190759)
+++ head/release/picobsd/bridge/PICOBSD	Mon Apr  6 11:08:33 2009	(r190760)
@@ -89,7 +89,10 @@ device		uart
 #
 device	miibus 
 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		dc		# DEC/Intel 21143 and various workalikes
 device		ed
@@ -104,6 +107,8 @@ device		md		# Memory "disks"
 #device		faith	1	# IPv6-to-IPv4 relaying (translation)
 device		tap
 
+#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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904061108.n36B8X2g069364>