diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-08-10 22:08:05 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-08-10 22:08:05 +0000 |
commit | ee15d0a8f78eedf31072693268f5168d5e8006c6 (patch) | |
tree | ba033f2445b602ecae5b51510d93299fd5a460b5 /sys/dev/isa | |
parent | 7a99fbe274ea9b9679b953ff7f0c0f187cfb29a5 (diff) |
This does not need a shutdown function either (though the equilevant
to stop is not called because the ioctl function is a masterpiece)
Diffstat (limited to 'sys/dev/isa')
-rw-r--r-- | sys/dev/isa/if_lc_isa.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/dev/isa/if_lc_isa.c b/sys/dev/isa/if_lc_isa.c index a25d22bc731..4d36e3006bd 100644 --- a/sys/dev/isa/if_lc_isa.c +++ b/sys/dev/isa/if_lc_isa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_lc_isa.c,v 1.7 2005/11/21 18:16:40 millert Exp $ */ +/* $OpenBSD: if_lc_isa.c,v 1.8 2009/08/10 22:08:04 deraadt Exp $ */ /* $NetBSD: if_lc_isa.c,v 1.10 2001/06/13 10:46:03 wiz Exp $ */ /*- @@ -152,12 +152,6 @@ lemac_isa_find(sc, ia, attach) ia->ia_irq, irq); if (attach) { - sc->sc_ats = shutdownhook_establish(lemac_shutdown, sc); - if (sc->sc_ats == NULL) - printf( - "\n%s: warning: can't establish shutdown hook\n", - sc->sc_dv.dv_xname); - lemac_ifattach(sc); sc->sc_ih = isa_intr_establish(ia->ia_ic, irq, IST_EDGE, |