Date: Wed, 2 Mar 2005 15:56:42 +0000 (UTC) From: Scott Long <scottl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/esp esp_sbus.c ncr53c9x.c Message-ID: <200503021556.j22FugDk081853@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
scottl 2005-03-02 15:56:42 UTC FreeBSD src repository Modified files: sys/dev/esp esp_sbus.c ncr53c9x.c Log: The existing locking in the esp driver appears to be fairly adequate, so set the interrupt handler to be INTR_MPSAFE now that xpt_done() can be called without Giant. Giant is still on the top half of the driver and the timeout handlers. Revision Changes Path 1.9 +1 -1 src/sys/dev/esp/esp_sbus.c 1.8 +0 -2 src/sys/dev/esp/ncr53c9x.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503021556.j22FugDk081853>