From owner-freebsd-hackers Thu May 9 15:38:12 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from tao.org.uk (genius.tao.org.uk [212.135.162.51]) by hub.freebsd.org (Postfix) with ESMTP id 7063F37B40B for ; Thu, 9 May 2002 15:38:01 -0700 (PDT) Received: by tao.org.uk (Postfix, from userid 100) id 7DEBAF0; Thu, 9 May 2002 23:37:40 +0100 (BST) Date: Thu, 9 May 2002 23:37:40 +0100 From: Josef Karthauser To: hackers@freebsd.org Subject: Soft interrupts Message-ID: <20020509223740.GC8889@genius.tao.org.uk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="rQ2U398070+RC21q" Content-Disposition: inline User-Agent: Mutt/1.3.28i 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 --rQ2U398070+RC21q Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Do we have soft interrupts? Here's a bit of code from the NetBSD usb stack, and I'm trying to work out what it would be in FreeBSDland. sc->sc_bus->soft = softintr_establish(IPL_SOFTNET, sc->sc_bus->methods->soft_intr, sc->sc_bus); if (sc->sc_bus->soft == NULL) { printf("%s: can't register softintr\n", USBDEVNAME(sc->sc_dev)); sc->sc_dying = 1; USB_ATTACH_ERROR_RETURN; } Can someone point me to a man page please? Joe --rQ2U398070+RC21q Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjza+jMACgkQXVIcjOaxUBbuaACfSzuvFJQWtp6OfuGNkdUczkUs 6pcAn0I0iSozEN0Jj4DVOi71/PMBAYR6 =ckQN -----END PGP SIGNATURE----- --rQ2U398070+RC21q-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message