Date: Sun, 20 Sep 1998 07:41:55 -0700 (PDT) From: Nicolas Souchu <nsouch@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/dev/ppbus immio.c nlpt.c ppb_msq.c ppbconf.c ppbconf.h vpo.c vpoio.c Message-ID: <199809201441.HAA05854@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
nsouch 1998/09/20 07:41:55 PDT Modified files: sys/dev/ppbus immio.c nlpt.c ppb_msq.c ppbconf.c ppbconf.h vpo.c vpoio.c Log: - port of vpo code to CAM - ppbus was released before checking if still in disk_mode by vpoio and immio: the microseq (in_disk_mode) was never executed. Fixed. - nlptintr() renamed to nlpt_intr(). spltty() inserted in nlptintr() before nlpt_intr() call Revision Changes Path 1.2 +50 -28 src/sys/dev/ppbus/immio.c 1.10 +20 -6 src/sys/dev/ppbus/nlpt.c 1.3 +7 -15 src/sys/dev/ppbus/ppb_msq.c 1.8 +4 -1 src/sys/dev/ppbus/ppbconf.c 1.9 +2 -2 src/sys/dev/ppbus/ppbconf.h 1.8 +213 -143 src/sys/dev/ppbus/vpo.c 1.3 +60 -15 src/sys/dev/ppbus/vpoio.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809201441.HAA05854>