From b940b2f75a5fdcabc952beb643babf51b336889e Mon Sep 17 00:00:00 2001 From: imp Date: Mon, 17 Apr 2000 04:39:38 +0000 Subject: Remove unloaded printf. We do this now in the newbus layer. --- sys/dev/an/if_an_pccard.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/dev/an') 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); } -- cgit v1.1