From owner-cvs-src@FreeBSD.ORG Mon Feb 14 23:00:42 2005 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 02F4B16A4CE; Mon, 14 Feb 2005 23:00:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF04543D2F; Mon, 14 Feb 2005 23:00:41 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j1EN0f9g057482; Mon, 14 Feb 2005 23:00:41 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1EN0f2M057481; Mon, 14 Feb 2005 23:00:41 GMT (envelope-from imp) Message-Id: <200502142300.j1EN0f2M057481@repoman.freebsd.org> From: Warner Losh Date: Mon, 14 Feb 2005 23:00:41 +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/dev/ed if_ed_cbus.c if_ed_isa.c if_ed_novell.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: Mon, 14 Feb 2005 23:00:42 -0000 imp 2005-02-14 23:00:41 UTC FreeBSD src repository Modified files: sys/dev/ed if_ed_cbus.c if_ed_isa.c if_ed_novell.c Log: Move the harvesting of the MAC address out of the generic novell probe and into the bus front ends. For ISA and C-BUS cards, we always need to grab it. For PC Card, already committed, we need to do some sanity checking on the data that's in the ROMs before we decide that they are OK to use. The PC Card code has already been committed and is independent of this code (which also has to work on NE-1000 cards, assuming that those cards still work :-). Revision Changes Path 1.20 +3 -1 src/sys/dev/ed/if_ed_cbus.c 1.21 +28 -7 src/sys/dev/ed/if_ed_isa.c 1.5 +18 -13 src/sys/dev/ed/if_ed_novell.c