Deleted Added
full compact
ispmbox.h (165308) ispmbox.h (166929)
1/* $FreeBSD: head/sys/dev/isp/ispmbox.h 165308 2006-12-17 16:59:19Z mjacob $ */
1/* $FreeBSD: head/sys/dev/isp/ispmbox.h 166929 2007-02-23 21:59:21Z mjacob $ */
2/*-
3 * Mailbox and Queue Entry Definitions for for Qlogic ISP SCSI adapters.
4 *
5 * Copyright (c) 1997-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

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

638typedef struct {
639 isphdr_t ms_header;
640 uint32_t ms_handle;
641 uint16_t ms_nphdl; /* handle in high byte for !2k f/w */
642 uint16_t ms_status;
643 uint16_t ms_flags;
644 uint16_t ms_reserved1; /* low 8 bits */
645 uint16_t ms_time;
2/*-
3 * Mailbox and Queue Entry Definitions for for Qlogic ISP SCSI adapters.
4 *
5 * Copyright (c) 1997-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

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

638typedef struct {
639 isphdr_t ms_header;
640 uint32_t ms_handle;
641 uint16_t ms_nphdl; /* handle in high byte for !2k f/w */
642 uint16_t ms_status;
643 uint16_t ms_flags;
644 uint16_t ms_reserved1; /* low 8 bits */
645 uint16_t ms_time;
646 uint16_t ms_cmd_cnt; /* Command DSD count */;
646 uint16_t ms_cmd_cnt; /* Command DSD count */
647 uint16_t ms_tot_cnt; /* Total DSD Count */
648 uint8_t ms_type; /* MS type */
649 uint8_t ms_r_ctl; /* R_CTL */
650 uint16_t ms_rxid; /* RX_ID */
651 uint16_t ms_reserved2;
652 uint32_t ms_handle2;
653 uint32_t ms_rsp_bcnt; /* Response byte count */
654 uint32_t ms_cmd_bcnt; /* Command byte count */

--- 757 unchanged lines hidden ---
647 uint16_t ms_tot_cnt; /* Total DSD Count */
648 uint8_t ms_type; /* MS type */
649 uint8_t ms_r_ctl; /* R_CTL */
650 uint16_t ms_rxid; /* RX_ID */
651 uint16_t ms_reserved2;
652 uint32_t ms_handle2;
653 uint32_t ms_rsp_bcnt; /* Response byte count */
654 uint32_t ms_cmd_bcnt; /* Command byte count */

--- 757 unchanged lines hidden ---