Deleted Added
full compact
if_iwmvar.h (300833) if_iwmvar.h (301187)
1/* $OpenBSD: if_iwmvar.h,v 1.7 2015/03/02 13:51:10 jsg Exp $ */
1/* $OpenBSD: if_iwmvar.h,v 1.7 2015/03/02 13:51:10 jsg Exp $ */
2/* $FreeBSD: head/sys/dev/iwm/if_iwmvar.h 300833 2016-05-27 07:10:11Z adrian $ */
2/* $FreeBSD: head/sys/dev/iwm/if_iwmvar.h 301187 2016-06-02 04:42:28Z adrian $ */
3
4/*
5 * Copyright (c) 2014 genua mbh <info@genua.de>
6 * Copyright (c) 2014 Fixup Software Ltd.
7 *
8 * Permission to use, copy, modify, and distribute this software for any
9 * purpose with or without fee is hereby granted, provided that the above
10 * copyright notice and this permission notice appear in all copies.

--- 396 unchanged lines hidden (view full) ---

407#define IWM_FLAG_HW_INITED (1 << 1)
408#define IWM_FLAG_STOPPED (1 << 2)
409#define IWM_FLAG_RFKILL (1 << 3)
410#define IWM_FLAG_BUSY (1 << 4)
411#define IWM_FLAG_DORESUME (1 << 5)
412
413 struct intr_config_hook sc_preinit_hook;
414 struct callout sc_watchdog_to;
3
4/*
5 * Copyright (c) 2014 genua mbh <info@genua.de>
6 * Copyright (c) 2014 Fixup Software Ltd.
7 *
8 * Permission to use, copy, modify, and distribute this software for any
9 * purpose with or without fee is hereby granted, provided that the above
10 * copyright notice and this permission notice appear in all copies.

--- 396 unchanged lines hidden (view full) ---

407#define IWM_FLAG_HW_INITED (1 << 1)
408#define IWM_FLAG_STOPPED (1 << 2)
409#define IWM_FLAG_RFKILL (1 << 3)
410#define IWM_FLAG_BUSY (1 << 4)
411#define IWM_FLAG_DORESUME (1 << 5)
412
413 struct intr_config_hook sc_preinit_hook;
414 struct callout sc_watchdog_to;
415 struct callout sc_led_blink_to;
415
416 struct task init_task;
417
418 struct resource *sc_irq;
419 struct resource *sc_mem;
420 bus_space_tag_t sc_st;
421 bus_space_handle_t sc_sh;
422 bus_size_t sc_sz;

--- 103 unchanged lines hidden ---
416
417 struct task init_task;
418
419 struct resource *sc_irq;
420 struct resource *sc_mem;
421 bus_space_tag_t sc_st;
422 bus_space_handle_t sc_sh;
423 bus_size_t sc_sz;

--- 103 unchanged lines hidden ---