aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2000-04-17 04:39:38 +0000
committerWarner Losh <imp@FreeBSD.org>2000-04-17 04:39:38 +0000
commit3f994c78d597fe1c8697b44d1dcf8c1a58ad6cd5 (patch)
treebe5255d52fd86fb122338f1da954cedd7c89563e /sys
parentd543f330aa9860164d1124a5f560e0d87dffedd7 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/an/if_an_pccard.c1
-rw-r--r--sys/dev/ed/if_ed_pccard.c1
-rw-r--r--sys/dev/ep/if_ep_pccard.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/an/if_an_pccard.c b/sys/dev/an/if_an_pccard.c
index 4f2b961d3289..6809d6e1bbff 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);
}
diff --git a/sys/dev/ed/if_ed_pccard.c b/sys/dev/ed/if_ed_pccard.c
index af8cd9acb6e7..c41cd72db2cc 100644
--- a/sys/dev/ed/if_ed_pccard.c
+++ b/sys/dev/ed/if_ed_pccard.c
@@ -95,7 +95,6 @@ ed_pccard_detach(device_t dev)
sc->gone = 1;
bus_teardown_intr(dev, sc->irq_res, sc->irq_handle);
ed_release_resources(dev);
- device_printf(dev, "unload\n");
return (0);
}
diff --git a/sys/dev/ep/if_ep_pccard.c b/sys/dev/ep/if_ep_pccard.c
index 30eefb203111..23c089e21677 100644
--- a/sys/dev/ep/if_ep_pccard.c
+++ b/sys/dev/ep/if_ep_pccard.c
@@ -231,7 +231,6 @@ ep_pccard_detach(device_t dev)
sc->gone = 1;
bus_teardown_intr(dev, sc->irq, sc->ep_intrhand);
ep_free(dev);
- device_printf(dev, "unload\n");
return (0);
}