From owner-freebsd-current Fri Jun 18 10: 5:38 1999 Delivered-To: freebsd-current@freebsd.org Received: from sumatra.americantv.com (sumatra.americantv.com [208.139.222.227]) by hub.freebsd.org (Postfix) with ESMTP id 6DC7E14D9B for ; Fri, 18 Jun 1999 10:04:55 -0700 (PDT) (envelope-from jlemon@americantv.com) Received: from right.PCS (right.PCS [148.105.10.31]) by sumatra.americantv.com (8.8.5/8.8.5) with ESMTP id MAA27334 for ; Fri, 18 Jun 1999 12:04:54 -0500 (CDT) Received: (from jlemon@localhost) by right.PCS (8.6.13/8.6.4) id MAA04050; Fri, 18 Jun 1999 12:04:52 -0500 Message-ID: <19990618120451.24697@right.PCS> Date: Fri, 18 Jun 1999 12:04:51 -0500 From: Jonathan Lemon To: current@freebsd.org Subject: New-bus driver question Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.61.1 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm also trying to write a driver under new-bus. At what point is it safe to use interrupts to interrogate the card? Anytime after I call bus_setup_intr(), (for a PCI card), or do I need to delay interrupt-driven configuration with config_intrhook_establish()? -- Jonathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message