From owner-cvs-src@FreeBSD.ORG Fri Jul 13 01:46:18 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3A6B316A548; Fri, 13 Jul 2007 01:46:18 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6A90313C986; Fri, 13 Jul 2007 01:27:45 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l6D1RjRv093756; Fri, 13 Jul 2007 01:27:45 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l6D1Rjin093754; Fri, 13 Jul 2007 01:27:45 GMT (envelope-from thompsa) Message-Id: <200707130127.l6D1Rjin093754@repoman.freebsd.org> From: Andrew Thompson Date: Fri, 13 Jul 2007 01:27:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/pci if_ste.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 13 Jul 2007 01:46:18 -0000 thompsa 2007-07-13 01:27:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/pci if_ste.c Log: MFC r1.99 The mac address must be written a word length at a time, it was having no effect before. Revision Changes Path 1.84.2.9 +4 -2 src/sys/pci/if_ste.c