Deleted Added
full compact
ispvar.h (238869) ispvar.h (256705)
1/* $FreeBSD: head/sys/dev/isp/ispvar.h 238869 2012-07-28 20:06:29Z mjacob $ */
1/* $FreeBSD: head/sys/dev/isp/ispvar.h 256705 2013-10-17 20:19:15Z mav $ */
2/*-
3 * Copyright (c) 1997-2009 by Matthew Jacob
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
9 *

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

609 isp_dead : 1,
610 : 1,
611 isp_mboxbsy : 1, /* mailbox command active */
612 isp_state : 3,
613 isp_nactive : 16; /* how many commands active */
614 volatile mbreg_t isp_curmbx; /* currently active mailbox command */
615 volatile uint32_t isp_reqodx; /* index of last ISP pickup */
616 volatile uint32_t isp_reqidx; /* index of next request */
2/*-
3 * Copyright (c) 1997-2009 by Matthew Jacob
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
9 *

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

609 isp_dead : 1,
610 : 1,
611 isp_mboxbsy : 1, /* mailbox command active */
612 isp_state : 3,
613 isp_nactive : 16; /* how many commands active */
614 volatile mbreg_t isp_curmbx; /* currently active mailbox command */
615 volatile uint32_t isp_reqodx; /* index of last ISP pickup */
616 volatile uint32_t isp_reqidx; /* index of next request */
617 volatile uint32_t isp_residx; /* index of next result */
617 volatile uint32_t isp_residx; /* index of last ISP write */
618 volatile uint32_t isp_resodx; /* index of next result */
618 volatile uint32_t isp_resodx; /* index of next result */
619 volatile uint32_t isp_atioodx; /* index of next ATIO */
619 volatile uint32_t isp_obits; /* mailbox command output */
620 volatile uint32_t isp_serno; /* rolling serial number */
621 volatile uint16_t isp_mboxtmp[MAX_MAILBOX];
622 volatile uint16_t isp_lastmbxcmd; /* last mbox command sent */
623 volatile uint16_t isp_mbxwrk0;
624 volatile uint16_t isp_mbxwrk1;
625 volatile uint16_t isp_mbxwrk2;
626 volatile uint16_t isp_mbxwrk8;

--- 573 unchanged lines hidden ---
620 volatile uint32_t isp_obits; /* mailbox command output */
621 volatile uint32_t isp_serno; /* rolling serial number */
622 volatile uint16_t isp_mboxtmp[MAX_MAILBOX];
623 volatile uint16_t isp_lastmbxcmd; /* last mbox command sent */
624 volatile uint16_t isp_mbxwrk0;
625 volatile uint16_t isp_mbxwrk1;
626 volatile uint16_t isp_mbxwrk2;
627 volatile uint16_t isp_mbxwrk8;

--- 573 unchanged lines hidden ---