Deleted Added
full compact
aic7xxx.reg (26997) aic7xxx.reg (28169)
1/*
2 * Aic7xxx register and scratch ram definitions.
3 *
4 * Copyright (c) 1994-1997 Justin 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

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

30 * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
31 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
32 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
33 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
34 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
35 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
36 * SUCH DAMAGE.
37 *
1/*
2 * Aic7xxx register and scratch ram definitions.
3 *
4 * Copyright (c) 1994-1997 Justin 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

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

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

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

1074 size 1
1075 }
1076 HSCB_ADDR {
1077 size 4
1078 }
1079 CUR_SCBID {
1080 size 1
1081 }
39 */
40
41/*
42 * This file is processed by the aic7xxx_asm utility for use in assembling
43 * firmware for the aic7xxx family of SCSI host adapters as well as to generate
44 * a C header file for use in the kernel portion of the Aic7xxx driver.
45 *
46 * All page numbers refer to the Adaptec AIC-7770 Data Book available from

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

1074 size 1
1075 }
1076 HSCB_ADDR {
1077 size 4
1078 }
1079 CUR_SCBID {
1080 size 1
1081 }
1082 /*
1083 * Running count of commands placed in
1084 * the QOUTFIFO. This is cleared by the
1085 * kernel driver every FIFODEPTH commands.
1086 */
1087 CMDOUTCNT {
1088 size 1
1089 }
1090 /*
1091 * Maximum number of entries allowed in
1092 * the QOUT/INFIFO.
1093 */
1094 FIFODEPTH {
1095 size 1
1096 }
1082 ARG_1 {
1083 size 1
1084 mask SEND_MSG 0x80
1085 mask SEND_SENSE 0x40
1086 mask SEND_REJ 0x20
1087 alias RETURN_1
1088 }
1089 /*

--- 31 unchanged lines hidden ---
1097 ARG_1 {
1098 size 1
1099 mask SEND_MSG 0x80
1100 mask SEND_SENSE 0x40
1101 mask SEND_REJ 0x20
1102 alias RETURN_1
1103 }
1104 /*

--- 31 unchanged lines hidden ---