Deleted Added
full compact
ncr53c9xreg.h (145202) ncr53c9xreg.h (146392)
1/* $NetBSD: ncr53c9xreg.h,v 1.14 2005/02/27 00:27:02 perry Exp $ */
2
3/*-
4 * Copyright (c) 1994 Peter Galbavy. 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:

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

24 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
25 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
26 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
27 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
29 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30 */
31
1/* $NetBSD: ncr53c9xreg.h,v 1.14 2005/02/27 00:27:02 perry Exp $ */
2
3/*-
4 * Copyright (c) 1994 Peter Galbavy. 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:

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

24 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
25 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
26 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
27 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
29 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30 */
31
32/* $FreeBSD: head/sys/dev/esp/ncr53c9xreg.h 145202 2005-04-17 17:44:01Z marius $ */
32/* $FreeBSD: head/sys/dev/esp/ncr53c9xreg.h 146392 2005-05-19 14:51:10Z marius $ */
33
34/*
35 * Register addresses, relative to some base address
36 */
37
38#define NCR_TCL 0x00 /* RW - Transfer Count Low */
39#define NCR_TCM 0x01 /* RW - Transfer Count Mid */
40#define NCR_TCH 0x0e /* RW - Transfer Count High */

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

168#define NCRESPCFG3_QTE 0x40 /* Queue Tag Enable */
169#define NCRESPCFG3_CDB 0x20 /* CDB 10-bytes OK */
170#define NCRESPCFG3_FSCSI 0x10 /* Fast SCSI */
171#define NCRESPCFG3_SRESB 0x08 /* Save Residual Byte */
172#define NCRESPCFG3_FCLK 0x04 /* Fast Clock (>25MHz) */
173#define NCRESPCFG3_ADMA 0x02 /* Alternate DMA Mode */
174#define NCRESPCFG3_T8M 0x01 /* Threshold 8 Mode */
175
33
34/*
35 * Register addresses, relative to some base address
36 */
37
38#define NCR_TCL 0x00 /* RW - Transfer Count Low */
39#define NCR_TCM 0x01 /* RW - Transfer Count Mid */
40#define NCR_TCH 0x0e /* RW - Transfer Count High */

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

168#define NCRESPCFG3_QTE 0x40 /* Queue Tag Enable */
169#define NCRESPCFG3_CDB 0x20 /* CDB 10-bytes OK */
170#define NCRESPCFG3_FSCSI 0x10 /* Fast SCSI */
171#define NCRESPCFG3_SRESB 0x08 /* Save Residual Byte */
172#define NCRESPCFG3_FCLK 0x04 /* Fast Clock (>25MHz) */
173#define NCRESPCFG3_ADMA 0x02 /* Alternate DMA Mode */
174#define NCRESPCFG3_T8M 0x01 /* Threshold 8 Mode */
175
176/* Config #3 also different on NCR53CF9x/FAS216 */
176/* Config #3 also different on NCR53CF9x/FAS100A/FAS216/FAS236 */
177#define NCR_F9XCFG3 0x0c /* RW - Configuration #3 */
178#define NCRF9XCFG3_IDM 0x80 /* ID Message Res Check */
179#define NCRF9XCFG3_QTE 0x40 /* Queue Tag Enable */
180#define NCRF9XCFG3_CDB 0x20 /* CDB 10-bytes OK */
181#define NCRF9XCFG3_FSCSI 0x10 /* Fast SCSI */
182#define NCRF9XCFG3_FCLK 0x08 /* Fast Clock (>25MHz) */
183#define NCRF9XCFG3_SRESB 0x04 /* Save Residual Byte */
184#define NCRF9XCFG3_ADMA 0x02 /* Alternate DMA Mode */

--- 106 unchanged lines hidden ---
177#define NCR_F9XCFG3 0x0c /* RW - Configuration #3 */
178#define NCRF9XCFG3_IDM 0x80 /* ID Message Res Check */
179#define NCRF9XCFG3_QTE 0x40 /* Queue Tag Enable */
180#define NCRF9XCFG3_CDB 0x20 /* CDB 10-bytes OK */
181#define NCRF9XCFG3_FSCSI 0x10 /* Fast SCSI */
182#define NCRF9XCFG3_FCLK 0x08 /* Fast Clock (>25MHz) */
183#define NCRF9XCFG3_SRESB 0x04 /* Save Residual Byte */
184#define NCRF9XCFG3_ADMA 0x02 /* Alternate DMA Mode */

--- 106 unchanged lines hidden ---