From owner-freebsd-sparc Thu Feb 20 7:44:18 2003 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B76E37B401 for ; Thu, 20 Feb 2003 07:44:17 -0800 (PST) Received: from hellraiser.andersa.net (as1-3-8.ml.g.bonet.se [217.215.159.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0311843FDD for ; Thu, 20 Feb 2003 07:44:14 -0800 (PST) (envelope-from anders@hellraiser.andersa.net) Received: from hellraiser.andersa.net (localhost [127.0.0.1]) by hellraiser.andersa.net (8.12.7/8.12.7) with ESMTP id h1KFiDu8032253 for ; Thu, 20 Feb 2003 16:44:13 +0100 (CET) (envelope-from anders@hellraiser.andersa.net) Received: (from anders@localhost) by hellraiser.andersa.net (8.12.7/8.12.7/Submit) id h1KFiDQq032252 for sparc@FreeBSD.org; Thu, 20 Feb 2003 16:44:13 +0100 (CET) Date: Thu, 20 Feb 2003 16:44:13 +0100 From: Anders Andersson To: sparc@FreeBSD.org Subject: small patch to commit, GENERIC (xl) Message-ID: <20030220154413.GC15852@hellraiser.andersa.net> Reply-To: anders@andersa.net Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="W/nzBZO5zC0uMSeA" Content-Disposition: inline User-Agent: Mutt/1.5.3i Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --W/nzBZO5zC0uMSeA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Please commit the attached patch that enables the xl NIC in GENERIC. xl should now be safe for sparc64, and I use it in my gateway box (Ultra10) at home without any problems. -- Anders Andersson --W/nzBZO5zC0uMSeA Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="GENERIC.diff" Index: sys/sparc64/conf/GENERIC =================================================================== RCS file: /home/ncvs/src/sys/sparc64/conf/GENERIC,v retrieving revision 1.49 diff -u -r1.49 GENERIC --- sys/sparc64/conf/GENERIC 18 Feb 2003 09:38:51 -0000 1.49 +++ sys/sparc64/conf/GENERIC 20 Feb 2003 15:41:10 -0000 @@ -162,7 +162,7 @@ #device tl # Texas Instruments ThunderLAN #device vr # VIA Rhine, Rhine II #device wb # Winbond W89C840F -#device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') +device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # Pseudo devices - the number indicates how many units to allocated. device random # Entropy device --W/nzBZO5zC0uMSeA-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message