Date: Thu, 25 Jul 2002 09:02:09 -0700 (PDT) From: Matt Jacob <mjacob@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_freebsd.h isp_pci.c isp_sbus.c Message-ID: <200207251602.g6PG29i8083866@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
mjacob 2002/07/25 09:02:09 PDT Modified files: sys/dev/isp isp_freebsd.h isp_pci.c isp_sbus.c Log: Make sure that if are in fact using 'full SMP', make the interrupt flags include INTR_MPSAFE. Put the flags in a common place so that both isp_sbus && isp_pci DTRT. In isp_mbxdma setup, drop any locks prior to calling things like bus_dmatag_create. This gets rid of these obnoxious WITNESS messages about 'sleeping with locks held' blah blah blah blah blah. Revision Changes Path 1.67 +7 -0 src/sys/dev/isp/isp_freebsd.h 1.85 +9 -6 src/sys/dev/isp/isp_pci.c 1.3 +9 -6 src/sys/dev/isp/isp_sbus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207251602.g6PG29i8083866>