From owner-freebsd-mobile@FreeBSD.ORG Sun Dec 12 18:03:06 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B828E16A4CE for ; Sun, 12 Dec 2004 18:03:06 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1310643D54 for ; Sun, 12 Dec 2004 18:03:06 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id iBCI2HbE027538; Sun, 12 Dec 2004 11:02:18 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 12 Dec 2004 11:02:36 -0700 (MST) Message-Id: <20041212.110236.12174219.imp@bsdimp.com> To: colinp@mx3.canvas.ne.jp From: "M. Warner Losh" In-Reply-To: <41B9CFDC.3040305@mx3.canvas.ne.jp> References: <20041209120101.DF76716A4E3@hub.freebsd.org> <41B9CFDC.3040305@mx3.canvas.ne.jp> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-mobile@freebsd.org Subject: Re: corega FEtherII PCC-TXD X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 18:03:06 -0000 : Now I will try to figure out where these functions are called and why : the flags are cleared between them. Perhaps it would be better to call : match again at the beginning of probe (or use a similar approach to : determine the device type at probe time)? You aren't allowed to set flags in the probe routine. Look things up again in the attach routine... You'll be a lot happier. Warner