Date: Thu, 9 May 2002 23:37:40 +0100 From: Josef Karthauser <joe@tao.org.uk> To: hackers@freebsd.org Subject: Soft interrupts Message-ID: <20020509223740.GC8889@genius.tao.org.uk>
next in thread | raw e-mail | index | archive | help
--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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020509223740.GC8889>