From owner-cvs-src@FreeBSD.ORG Fri Oct 1 15:23:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91FE616A4CE; Fri, 1 Oct 2004 15:23:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7241843D31; Fri, 1 Oct 2004 15:23:31 +0000 (GMT) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i91FNVvi019451; Fri, 1 Oct 2004 15:23:31 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i91FNVeq019450; Fri, 1 Oct 2004 15:23:31 GMT (envelope-from mux) Message-Id: <200410011523.i91FNVeq019450@repoman.freebsd.org> From: Maxime Henrion Date: Fri, 1 Oct 2004 15:23:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pci if_dc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2004 15:23:31 -0000 mux 2004-10-01 15:23:31 UTC FreeBSD src repository Modified files: sys/pci if_dc.c Log: Read the MAC address in the EEPROM in the correct byte order. This is a no-op on little endian architectures, but fixes getting the MAC address for some dc(4) cards on big endian architectures. This is a RELENG_5 candidate. Tested by: gallatin (powerpc), marius (sparc64) First version of the patch written by: gallatin Revision Changes Path 1.152 +4 -4 src/sys/pci/if_dc.c