diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-04-13 15:55:17 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-04-13 15:55:17 +0000 |
commit | 132facd7e50065a152cfc266756dc5c25fd01fff (patch) | |
tree | beef836cd05cb3ae89363cfb48395e428ef2cb91 /sys/dev/ic/dcreg.h | |
parent | 2acd7b641c8f7ea87f33c237b14c6d84d7a4d1d4 (diff) |
Disestablish the shutdownhook on detach.
Diffstat (limited to 'sys/dev/ic/dcreg.h')
-rw-r--r-- | sys/dev/ic/dcreg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/dcreg.h b/sys/dev/ic/dcreg.h index f03436c6336..53879f8fcac 100644 --- a/sys/dev/ic/dcreg.h +++ b/sys/dev/ic/dcreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dcreg.h,v 1.12 2001/04/06 17:14:14 aaron Exp $ */ +/* $OpenBSD: dcreg.h,v 1.13 2001/04/13 15:55:16 aaron Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -677,6 +677,7 @@ struct dc_softc { bus_space_handle_t dc_bhandle; /* bus space handle */ bus_space_tag_t dc_btag; /* bus space tag */ void *dc_intrhand; + void *sc_dhook; struct resource *dc_irq; struct resource *dc_res; u_int8_t dc_unit; /* interface number */ |