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

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

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

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

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

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

1311 * the next transaction. This is usually used for
1312 * negotiation requests.
1313 */
1314 TARGET_MSG_REQUEST {
1315 size 2
1316 }
1317
1318 /*
36 */
37
38/*
39 * This file is processed by the aic7xxx_asm utility for use in assembling
40 * firmware for the aic7xxx family of SCSI host adapters as well as to generate
41 * a C header file for use in the kernel portion of the Aic7xxx driver.
42 *
43 * All page numbers refer to the Adaptec AIC-7770 Data Book available from

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

1311 * the next transaction. This is usually used for
1312 * negotiation requests.
1313 */
1314 TARGET_MSG_REQUEST {
1315 size 2
1316 }
1317
1318 /*
1319 * Sequences the kernel driver has okayed for us. This allows
1320 * the driver to do things like prevent initiator or target
1321 * operations.
1322 */
1323 SCSISEQ_TEMPLATE {
1324 size 1
1325 bit ENSELO 0x40
1326 bit ENSELI 0x20
1327 bit ENRSELI 0x10
1328 bit ENAUTOATNO 0x08
1329 bit ENAUTOATNI 0x04
1330 bit ENAUTOATNP 0x02
1331 }
1332
1333 /*
1319 * These are reserved registers in the card's scratch ram. Some of
1320 * the values are specified in the AHA2742 technical reference manual
1321 * and are initialized by the BIOS at boot time.
1322 */
1323 SCSICONF {
1324 address 0x05a
1325 size 1
1326 bit TERM_ENB 0x80

--- 65 unchanged lines hidden ---
1334 * These are reserved registers in the card's scratch ram. Some of
1335 * the values are specified in the AHA2742 technical reference manual
1336 * and are initialized by the BIOS at boot time.
1337 */
1338 SCSICONF {
1339 address 0x05a
1340 size 1
1341 bit TERM_ENB 0x80

--- 65 unchanged lines hidden ---