From owner-svn-src-head@FreeBSD.ORG Thu Mar 12 01:17:35 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75E0D1065672; Thu, 12 Mar 2009 01:17:35 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 62EB78FC14; Thu, 12 Mar 2009 01:17:35 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n2C1HZaH012415; Thu, 12 Mar 2009 01:17:35 GMT (envelope-from yongari@svn.freebsd.org) Received: (from yongari@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n2C1HZZX012414; Thu, 12 Mar 2009 01:17:35 GMT (envelope-from yongari@svn.freebsd.org) Message-Id: <200903120117.n2C1HZZX012414@svn.freebsd.org> From: Pyun YongHyeon Date: Thu, 12 Mar 2009 01:17:35 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r189715 - head/sys/sparc64/conf X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Mar 2009 01:17:35 -0000 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.