From owner-freebsd-hackers Thu Jun 7 20:13:23 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 458B837B405; Thu, 7 Jun 2001 20:13:19 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.3/8.11.1) with ESMTP id f583BnV16330; Thu, 7 Jun 2001 21:11:49 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200106080311.f583BnV16330@harmony.village.org> To: j mckitrick Subject: Re: newbussifying drivers Cc: Doug Rabson , "Matthew N. Dodd" , Mike Smith , freebsd-hackers@FreeBSD.ORG In-reply-to: Your message of "Fri, 08 Jun 2001 04:02:11 BST." <20010608040211.A61278@dogma.freebsd-uk.eu.org> References: <20010608040211.A61278@dogma.freebsd-uk.eu.org> Date: Thu, 07 Jun 2001 21:11:49 -0600 From: Warner Losh Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20010608040211.A61278@dogma.freebsd-uk.eu.org> j mckitrick writes: : Okay, there is something i'm not understanding here. In the ed driver, : there are many possible cards, which each have different i/o ports, correct? Not really. The ed driver is the most twisted driver in the tree when it comes to probe. : The driver has a lot of probe routines, and it looks like they are just : using different macros with hard-coded (#defined) port addresses. Usually no. There are many different ways to hook up the hardware and each ISA card vendor chose differently before ne2000 became standard. : So, how do you CORRECTLY use the newbus calls to probe these ports? I am : not running -current, so i do not have 'hints'. hints are in -stable, they just live in the kernel config file there. I'm not sure what the best thing to do is. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message