Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157045887
D47390.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
729 B
Referenced Files
None
Subscribers
None
D47390.id.diff
View Options
diff --git a/sys/dev/hifn/hifn7751.c b/sys/dev/hifn/hifn7751.c
--- a/sys/dev/hifn/hifn7751.c
+++ b/sys/dev/hifn/hifn7751.c
@@ -637,8 +637,6 @@
crypto_unregister_all(sc->sc_cid);
- bus_generic_detach(dev); /*XXX should be no children, right? */
-
bus_teardown_intr(dev, sc->sc_irq, sc->sc_intrhand);
/* XXX don't store rid */
bus_release_resource(dev, SYS_RES_IRQ, 0, sc->sc_irq);
diff --git a/sys/dev/safe/safe.c b/sys/dev/safe/safe.c
--- a/sys/dev/safe/safe.c
+++ b/sys/dev/safe/safe.c
@@ -464,7 +464,6 @@
mtx_destroy(&sc->sc_ringmtx);
safe_dma_free(sc, &sc->sc_ringalloc);
- bus_generic_detach(dev);
bus_teardown_intr(dev, sc->sc_irq, sc->sc_ih);
bus_release_resource(dev, SYS_RES_IRQ, 0, sc->sc_irq);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, May 19, 3:00 AM (5 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33288251
Default Alt Text
D47390.id.diff (729 B)
Attached To
Mode
D47390: hifn/safe: Remove dummy calls to bus_generic_detach
Attached
Detach File
Event Timeline
Log In to Comment