From owner-cvs-all@FreeBSD.ORG Thu Oct 14 18:37:01 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1FCD16A4CE; Thu, 14 Oct 2004 18:37:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 809CA43D48; Thu, 14 Oct 2004 18:37:01 +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 i9EIb1gk022225; Thu, 14 Oct 2004 18:37:01 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EIb1qc022224; Thu, 14 Oct 2004 18:37:01 GMT (envelope-from mux) Message-Id: <200410141837.i9EIb1qc022224@repoman.freebsd.org> From: Maxime Henrion Date: Thu, 14 Oct 2004 18:37:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/pci if_dc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Oct 2004 18:37:01 -0000 mux 2004-10-14 18:37:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/pci if_dc.c Log: Merge if_dc.c:1.152 from HEAD to RELENG_5: date: 2004/10/01 15:23:31; author: mux; state: Exp; lines: +4 -4 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. Approved by: re (scottl) Revision Changes Path 1.148.2.1 +4 -4 src/sys/pci/if_dc.c