Deleted Added
full compact
isp_freebsd.h (315979) isp_freebsd.h (316084)
1/* $FreeBSD: stable/11/sys/dev/isp/isp_freebsd.h 315979 2017-03-26 08:53:29Z mav $ */
1/* $FreeBSD: stable/11/sys/dev/isp/isp_freebsd.h 316084 2017-03-28 10:11:00Z mav $ */
2/*-
3 * Qlogic ISP SCSI Host Adapter FreeBSD Wrapper Definitions
4 *
5 * Copyright (c) 1997-2008 by Matthew Jacob
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

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

692
693#define isp_dev isp_osinfo.dev
694
695/*
696 * prototypes for isp_pci && isp_freebsd to share
697 */
698extern int isp_attach(ispsoftc_t *);
699extern int isp_detach(ispsoftc_t *);
2/*-
3 * Qlogic ISP SCSI Host Adapter FreeBSD Wrapper Definitions
4 *
5 * Copyright (c) 1997-2008 by Matthew Jacob
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

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

692
693#define isp_dev isp_osinfo.dev
694
695/*
696 * prototypes for isp_pci && isp_freebsd to share
697 */
698extern int isp_attach(ispsoftc_t *);
699extern int isp_detach(ispsoftc_t *);
700extern void isp_uninit(ispsoftc_t *);
701extern uint64_t isp_default_wwn(ispsoftc_t *, int, int, int);
702
703/*
704 * driver global data
705 */
706extern int isp_announced;
707extern int isp_loop_down_limit;
708extern int isp_gone_device_time;

--- 52 unchanged lines hidden ---
700extern uint64_t isp_default_wwn(ispsoftc_t *, int, int, int);
701
702/*
703 * driver global data
704 */
705extern int isp_announced;
706extern int isp_loop_down_limit;
707extern int isp_gone_device_time;

--- 52 unchanged lines hidden ---