From owner-cvs-src-old@FreeBSD.ORG Sat Apr 2 03:48:29 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC2561065673 for ; Sat, 2 Apr 2011 03:48:29 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CBBF38FC08 for ; Sat, 2 Apr 2011 03:48:29 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p323mT5V011215 for ; Sat, 2 Apr 2011 03:48:29 GMT (envelope-from adrian@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p323mTwj011214 for cvs-src-old@freebsd.org; Sat, 2 Apr 2011 03:48:29 GMT (envelope-from adrian@repoman.freebsd.org) Message-Id: <201104020348.p323mTwj011214@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to adrian@repoman.freebsd.org using -f From: Adrian Chadd Date: Sat, 2 Apr 2011 03:48:15 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/mips/atheros if_arge.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2011 03:48:30 -0000 adrian 2011-04-02 03:48:15 UTC FreeBSD src repository Modified files: sys/mips/atheros if_arge.c Log: SVN rev 220260 on 2011-04-02 03:48:15Z by adrian A handful of the openwrt devices use a MAC address that's at a hard-coded offset in the flash. Some devices (eg the TPLink WR-1043ND) don't have a flash environment partition which can be queried for the current board settings. This particular workaround allows for image creators to use a hint to set the base MAC address. For example: hint.arge.0.eeprommac=0x1f01fc00 Revision Changes Path 1.13 +21 -0 src/sys/mips/atheros/if_arge.c