summaryrefslogtreecommitdiffstats
path: root/sys/dev/mfi
diff options
context:
space:
mode:
authorps <ps@FreeBSD.org>2006-06-19 05:35:56 +0000
committerps <ps@FreeBSD.org>2006-06-19 05:35:56 +0000
commit79cb2a2018b152a300ec84a4159b73fe763e02c4 (patch)
treeb7984c6511a1c7d9e3a568ffebc042663c34101f /sys/dev/mfi
parent9c58ddf0f87b68c93ea82ecb8467b115a359f97f (diff)
downloadFreeBSD-src-79cb2a2018b152a300ec84a4159b73fe763e02c4.zip
FreeBSD-src-79cb2a2018b152a300ec84a4159b73fe763e02c4.tar.gz
Remove two debugging printfs
Diffstat (limited to 'sys/dev/mfi')
-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 e8c4734..53f4811 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);
OpenPOWER on IntegriCloud