-/* $OpenBSD: if_cnmacvar.h,v 1.3 2013/09/16 20:52:14 jmatthew Exp $ */
+/* $OpenBSD: if_cnmacvar.h,v 1.4 2014/07/09 12:56:28 mpi Exp $ */
/*
* Copyright (c) 2007 Internet Initiative Japan, Inc.
struct arpcom sc_arpcom;
struct mii_data sc_mii;
- void *sc_sdhook;
-
struct timeout sc_tick_misc_ch;
struct timeout sc_tick_free_ch;
struct timeout sc_resume_ch;
-/* $OpenBSD: wdvar.h,v 1.20 2013/06/11 16:42:14 deraadt Exp $ */
+/* $OpenBSD: wdvar.h,v 1.21 2014/07/09 12:56:28 mpi Exp $ */
/* $NetBSD: wdvar.h,v 1.3 1998/11/11 19:38:27 bouyer Exp $ */
/*
int sectors;
int retries; /* number of xfer retry */
struct timeout sc_restart_timeout;
- void *sc_sdhook;
};
/* drive states stored in ata_drive_datas */
-/* $OpenBSD: aic79xx.h,v 1.22 2012/02/24 06:19:00 guenther Exp $ */
+/* $OpenBSD: aic79xx.h,v 1.23 2014/07/09 12:56:28 mpi Exp $ */
/*
* Copyright (c) 2004 Milos Urbanek, Kenneth R. Westerback & Marco Peereboom
#ifndef __linux__
bus_dma_tag_t buffer_dmat; /* dmat for buffer I/O */
#endif
- void *shutdown_hook;
struct scb_data scb_data;
struct hardware_scb *next_queued_hscb;
-/* $OpenBSD: aic7xxxvar.h,v 1.25 2012/02/24 06:19:00 guenther Exp $ */
+/* $OpenBSD: aic7xxxvar.h,v 1.26 2014/07/09 12:56:28 mpi Exp $ */
/*
* Core definitions and data structures shareable across OS platforms.
*
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGES.
*
- * $Id: aic7xxxvar.h,v 1.25 2012/02/24 06:19:00 guenther Exp $
+ * $Id: aic7xxxvar.h,v 1.26 2014/07/09 12:56:28 mpi Exp $
*
* $FreeBSD: src/sys/dev/aic7xxx/aic7xxx.h,v 1.50 2003/12/17 00:02:09 gibbs Exp $
*/
uint16_t user_tagenable;/* Tagged Queuing allowed */
struct ahc_pci_busdata *bd;
-
- void *shutdown_hook;
};
TAILQ_HEAD(ahc_softc_tailq, ahc_softc);