Deleted Added
full compact
isp_library.h (163899) isp_library.h (164272)
1/* $FreeBSD: head/sys/dev/isp/isp_library.h 163899 2006-11-02 03:21:32Z mjacob $ */
1/* $FreeBSD: head/sys/dev/isp/isp_library.h 164272 2006-11-14 08:45:48Z mjacob $ */
2/*-
3 * Qlogic Host Adapter Library Functions
4 *
5 * Copyright (c) 1999-2006 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

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

34extern XS_T *isp_find_xs(ispsoftc_t *, uint32_t);
35extern uint32_t isp_find_handle(ispsoftc_t *, XS_T *);
36extern uint32_t isp_handle_index(uint32_t);
37extern void isp_destroy_handle(ispsoftc_t *, uint32_t);
38extern int isp_getrqentry(ispsoftc_t *, uint32_t *, uint32_t *, void **);
39extern void isp_print_qentry (ispsoftc_t *, char *, int, void *);
40extern void isp_print_bytes(ispsoftc_t *, char *, int, void *);
41extern int isp_fc_runstate(ispsoftc_t *, int);
2/*-
3 * Qlogic Host Adapter Library Functions
4 *
5 * Copyright (c) 1999-2006 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

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

34extern XS_T *isp_find_xs(ispsoftc_t *, uint32_t);
35extern uint32_t isp_find_handle(ispsoftc_t *, XS_T *);
36extern uint32_t isp_handle_index(uint32_t);
37extern void isp_destroy_handle(ispsoftc_t *, uint32_t);
38extern int isp_getrqentry(ispsoftc_t *, uint32_t *, uint32_t *, void **);
39extern void isp_print_qentry (ispsoftc_t *, char *, int, void *);
40extern void isp_print_bytes(ispsoftc_t *, char *, int, void *);
41extern int isp_fc_runstate(ispsoftc_t *, int);
42extern void isp_dump_portdb(ispsoftc_t *);
42extern void isp_shutdown(ispsoftc_t *);
43extern void isp_put_hdr(ispsoftc_t *, isphdr_t *, isphdr_t *);
44extern void isp_get_hdr(ispsoftc_t *, isphdr_t *, isphdr_t *);
45extern int isp_get_response_type(ispsoftc_t *, isphdr_t *);
46extern void
47isp_put_request(ispsoftc_t *, ispreq_t *, ispreq_t *);
48extern void
49isp_put_marker(ispsoftc_t *, isp_marker_t *, isp_marker_t *);

--- 170 unchanged lines hidden ---
43extern void isp_shutdown(ispsoftc_t *);
44extern void isp_put_hdr(ispsoftc_t *, isphdr_t *, isphdr_t *);
45extern void isp_get_hdr(ispsoftc_t *, isphdr_t *, isphdr_t *);
46extern int isp_get_response_type(ispsoftc_t *, isphdr_t *);
47extern void
48isp_put_request(ispsoftc_t *, ispreq_t *, ispreq_t *);
49extern void
50isp_put_marker(ispsoftc_t *, isp_marker_t *, isp_marker_t *);

--- 170 unchanged lines hidden ---