summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Saab <ps@FreeBSD.org>2006-06-19 05:35:56 +0000
committerPaul Saab <ps@FreeBSD.org>2006-06-19 05:35:56 +0000
commitb33484302daafba84a535a95cb7f03cd24c72088 (patch)
treeb7984c6511a1c7d9e3a568ffebc042663c34101f
parent2ec641c2101c07f0977da448774eab413a5b5c3b (diff)
Notes
-rw-r--r--sys/dev/mfi/mfi.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/mfi/mfi.c b/sys/dev/mfi/mfi.c
index e8c47340531e..53f4811037af 100644
--- a/sys/dev/mfi/mfi.c
+++ b/sys/dev/mfi/mfi.c
@@ -1803,7 +1803,6 @@ mfi_close(struct cdev *dev, int flags, int fmt, d_thread_t *td)
if (mfi_aen_entry->p == curproc) {
TAILQ_REMOVE(&sc->mfi_aen_pids, mfi_aen_entry,
aen_link);
-printf("REMOVED pid %d\n",mfi_aen_entry->p->p_pid);
free(mfi_aen_entry, M_MFIBUF);
}
}
@@ -2061,7 +2060,6 @@ mfi_poll(struct cdev *dev, int poll_events, struct thread *td)
sc = dev->si_drv1;
- printf("MFI POLL\n");
if (poll_events & (POLLIN | POLLRDNORM)) {
if (sc->mfi_aen_triggered != 0)
revents |= poll_events & (POLLIN | POLLRDNORM);