summaryrefslogtreecommitdiffstats
path: root/sys/dev/an
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2000-04-17 04:39:38 +0000
committerimp <imp@FreeBSD.org>2000-04-17 04:39:38 +0000
commitb940b2f75a5fdcabc952beb643babf51b336889e (patch)
tree31477b8f0676790553de72d9c2080a45513f24f0 /sys/dev/an
parent632ba34814ce039e3bf919d1ebb408a966bbbada (diff)
downloadFreeBSD-src-b940b2f75a5fdcabc952beb643babf51b336889e.zip
FreeBSD-src-b940b2f75a5fdcabc952beb643babf51b336889e.tar.gz
Remove unloaded printf. We do this now in the newbus layer.
Diffstat (limited to 'sys/dev/an')
-rw-r--r--sys/dev/an/if_an_pccard.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/an/if_an_pccard.c b/sys/dev/an/if_an_pccard.c
index 4f2b961..6809d6e 100644
--- a/sys/dev/an/if_an_pccard.c
+++ b/sys/dev/an/if_an_pccard.c
@@ -109,7 +109,6 @@ an_pccard_detach(device_t dev)
sc->an_gone = 1;
bus_teardown_intr(dev, sc->irq_res, sc->irq_handle);
an_release_resources(dev);
- device_printf(dev,"unloaded\n");
return (0);
}
OpenPOWER on IntegriCloud