From owner-freebsd-hackers@FreeBSD.ORG Wed Sep 29 17:25:00 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB5AD16A4CE for ; Wed, 29 Sep 2004 17:25:00 +0000 (GMT) Received: from intelli7.com (host350.jtan.com [207.106.6.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9619243D2D for ; Wed, 29 Sep 2004 17:25:00 +0000 (GMT) (envelope-from bcg@intelli7.com) Received: from [192.168.0.2] (unknown [65.222.158.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by intelli7.com (Postfix) with ESMTP id DA1AD7DC86A; Wed, 29 Sep 2004 13:29:14 -0400 (EDT) From: Brenden Grace To: freebsd-hackers@freebsd.org In-Reply-To: <010a01c4a645$e6356630$b3db87d4@multiplay.co.uk> References: <1096476707.2670.1088.camel@localhost.localdomain> <010a01c4a645$e6356630$b3db87d4@multiplay.co.uk> Content-Type: text/plain Message-Id: <1096478553.2670.1106.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 (1.4.6-2) Date: Wed, 29 Sep 2004 13:22:33 -0400 Content-Transfer-Encoding: 7bit cc: Steven Hartland Subject: Re: Device probe issue with an em(4) compatible device X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2004 17:25:00 -0000 On Wed, 2004-09-29 at 13:00, Steven Hartland wrote: > If its compatible with em why not just alter the em to support > the additional id's? Because I don't need to ... Me: > > but the em(4) driver seems to attach to the device before my driver > > can. This card works fine with the em driver, but I want my driver to support the device not the em driver. -- Brenden C. Grace Intelli7