svn commit: r189715 - head/sys/sparc64/conf

Pyun YongHyeon yongari at FreeBSD.org
Wed Mar 11 18:17:35 PDT 2009


Author: yongari
Date: Thu Mar 12 01:17:35 2009
New Revision: 189715
URL: http://svn.freebsd.org/changeset/base/189715

Log:
  Uncomment txp(4), txp(4) should work on all architectures.

Modified:
  head/sys/sparc64/conf/GENERIC

Modified: head/sys/sparc64/conf/GENERIC
==============================================================================
--- head/sys/sparc64/conf/GENERIC	Thu Mar 12 01:14:47 2009	(r189714)
+++ head/sys/sparc64/conf/GENERIC	Thu Mar 12 01:17:35 2009	(r189715)
@@ -165,7 +165,7 @@ device		em		# Intel PRO/1000 adapter Gig
 #device		ixgb		# Intel PRO/10GbE Ethernet Card
 device		le		# AMD Am7900 LANCE and Am79C9xx PCnet
 device		ti		# Alteon Networks Tigon I/II gigabit Ethernet
-#device		txp		# 3Com 3cR990 (``Typhoon'')
+device		txp		# 3Com 3cR990 (``Typhoon'')
 #device		vx		# 3Com 3c590, 3c595 (``Vortex'')
 
 # PCI Ethernet NICs that use the common MII bus controller code.


More information about the svn-src-all mailing list