Deleted Added
full compact
aic7xxx.reg (24914) aic7xxx.reg (25123)
1/*
2 * Aic7xxx register and scratch ram definitions.
3 *
4 * Copyright (c) 1994, 1995, 1996, 1997 Justin T. Gibbs.
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

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

23 * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29 * SUCH DAMAGE.
30 *
1/*
2 * Aic7xxx register and scratch ram definitions.
3 *
4 * Copyright (c) 1994, 1995, 1996, 1997 Justin T. Gibbs.
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

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

23 * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29 * SUCH DAMAGE.
30 *
31 * $Id: aic7xxx.reg,v 1.1 1997/03/16 07:08:11 gibbs Exp $
31 * $Id: aic7xxx.reg,v 1.2 1997/04/14 02:26:56 gibbs Exp $
32 */
33
34/*
35 * This file is processed by the aic7xxx_asm utility for use in assembling
36 * firmware for the aic7xxx family of SCSI host adapters as well as to generate
37 * a C header file for use in the kernel portion of the Aic7xxx driver.
38 *
39 * All page numbers refer to the Adaptec AIC-7770 Data Book available from

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

759 */
760scb {
761 address 0x0a0
762 SCB_CONTROL {
763 size 1
764 bit MK_MESSAGE 0x80
765 bit DISCENB 0x40
766 bit TAG_ENB 0x20
32 */
33
34/*
35 * This file is processed by the aic7xxx_asm utility for use in assembling
36 * firmware for the aic7xxx family of SCSI host adapters as well as to generate
37 * a C header file for use in the kernel portion of the Aic7xxx driver.
38 *
39 * All page numbers refer to the Adaptec AIC-7770 Data Book available from

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

759 */
760scb {
761 address 0x0a0
762 SCB_CONTROL {
763 size 1
764 bit MK_MESSAGE 0x80
765 bit DISCENB 0x40
766 bit TAG_ENB 0x20
767 bit SPLIT_SG 0x10
767 bit MUST_DMAUP_SCB 0x10
768 bit ABORT_SCB 0x08
769 bit DISCONNECTED 0x04
770 mask SCB_TAG_TYPE 0x03
771 }
772 SCB_TCL {
773 size 1
774 bit SELBUSB 0x08
775 mask TID 0xf0

--- 338 unchanged lines hidden ---
768 bit ABORT_SCB 0x08
769 bit DISCONNECTED 0x04
770 mask SCB_TAG_TYPE 0x03
771 }
772 SCB_TCL {
773 size 1
774 bit SELBUSB 0x08
775 mask TID 0xf0

--- 338 unchanged lines hidden ---