Deleted Added
full compact
cbus.h (85153) cbus.h (86912)
1/*-
2 * Copyright (c) 1990 The Regents of the University of California.
3 * All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * William Jolitz.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

29 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
30 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
31 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
32 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34 * SUCH DAMAGE.
35 *
36 * from: @(#)isa.h 5.7 (Berkeley) 5/9/91
1/*-
2 * Copyright (c) 1990 The Regents of the University of California.
3 * All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * William Jolitz.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

29 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
30 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
31 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
32 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34 * SUCH DAMAGE.
35 *
36 * from: @(#)isa.h 5.7 (Berkeley) 5/9/91
37 * $FreeBSD: head/sys/pc98/cbus/cbus.h 85153 2001-10-19 12:24:45Z nyan $
37 * $FreeBSD: head/sys/pc98/cbus/cbus.h 86912 2001-11-26 12:29:53Z nyan $
38 */
39
40#ifndef _PC98_PC98_PC98_H_
41#define _PC98_PC98_PC98_H_
42
43/* BEWARE: Included in both assembler and C code */
44
45/*

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

105 * to be the larger of what was found, ie COM ports can be 4, but some
106 * boards do not fully decode the address, thus 8 ports are used.
107 */
108#ifndef IO_ISASIZES
109#define IO_ISASIZES
110
111#define IO_ASCSIZE 5 /* AmiScan GI1904-based hand scanner */
112#define IO_CGASIZE 16 /* CGA controllers */
38 */
39
40#ifndef _PC98_PC98_PC98_H_
41#define _PC98_PC98_PC98_H_
42
43/* BEWARE: Included in both assembler and C code */
44
45/*

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

105 * to be the larger of what was found, ie COM ports can be 4, but some
106 * boards do not fully decode the address, thus 8 ports are used.
107 */
108#ifndef IO_ISASIZES
109#define IO_ISASIZES
110
111#define IO_ASCSIZE 5 /* AmiScan GI1904-based hand scanner */
112#define IO_CGASIZE 16 /* CGA controllers */
113#define IO_COMSIZE 8 /* 8250, 16X50 com controllers (4?) */
114#define IO_DMASIZE 16 /* 8237 DMA controllers */
115#define IO_DPGSIZE 32 /* 74LS612 DMA page registers */
116#define IO_EISASIZE 4096 /* EISA controllers */
117#define IO_FDCSIZE 8 /* Nec765 floppy controllers */
118#define IO_GAMSIZE 16 /* AT compatible game controllers */
119#define IO_GSCSIZE 8 /* GeniScan GS-4500G hand scanner */
120#define IO_ICUSIZE 16 /* 8259A interrupt controllers */
121#define IO_KBDSIZE 16 /* 8042 Keyboard controllers */

--- 64 unchanged lines hidden ---
113#define IO_DMASIZE 16 /* 8237 DMA controllers */
114#define IO_DPGSIZE 32 /* 74LS612 DMA page registers */
115#define IO_EISASIZE 4096 /* EISA controllers */
116#define IO_FDCSIZE 8 /* Nec765 floppy controllers */
117#define IO_GAMSIZE 16 /* AT compatible game controllers */
118#define IO_GSCSIZE 8 /* GeniScan GS-4500G hand scanner */
119#define IO_ICUSIZE 16 /* 8259A interrupt controllers */
120#define IO_KBDSIZE 16 /* 8042 Keyboard controllers */

--- 64 unchanged lines hidden ---