Deleted Added
full compact
cbus.h (19122) cbus.h (19269)
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 * $Id: pc98.h,v 1.5 1996/10/09 21:46:34 asami Exp $
37 * $Id: pc98.h,v 1.6 1996/10/23 07:25:22 asami Exp $
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/*

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

68#define IO_COM1 0x030 /* 8251A RS232C serial I/O (int) */
69#define IO_SYSPORT 0x031 /* 8255A System Port */
70#define IO_PPI 0x035 /* Programmable Peripheral Interface */
71#define IO_LPT 0x040 /* 8255A Printer Port */
72#define IO_KBD 0x041 /* 8251A Keyboard */
73#define IO_NMI 0x050 /* NMI Control */
74#define IO_WAIT 0x05F /* WAIT 0.6 us */
75#define IO_GDC1 0x060 /* 7220 GDC Text Control */
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/*

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

68#define IO_COM1 0x030 /* 8251A RS232C serial I/O (int) */
69#define IO_SYSPORT 0x031 /* 8255A System Port */
70#define IO_PPI 0x035 /* Programmable Peripheral Interface */
71#define IO_LPT 0x040 /* 8255A Printer Port */
72#define IO_KBD 0x041 /* 8251A Keyboard */
73#define IO_NMI 0x050 /* NMI Control */
74#define IO_WAIT 0x05F /* WAIT 0.6 us */
75#define IO_GDC1 0x060 /* 7220 GDC Text Control */
76#define IO_TIMER 0x071 /* 8253C Timer */
76#define IO_TIMER1 0x071 /* 8253C Timer */
77#define IO_SASI 0x080 /* SASI Hard Disk Controller */
78#define IO_FD1 0x090 /* 765A 1MB FDC */
79#define IO_GDC2 0x0a0 /* 7220 GDC Graphic Control */
80#define IO_CGROM 0x0a1 /* Character ROM */
81#define IO_COM2 0x0b1 /* 8251A RS232C serial I/O (ext) */
82#define IO_COM3 0x0b9 /* 8251A RS232C serial I/O (ext) */
83#define IO_FDPORT 0x0be /* FD I/F port (1M<->640K,EMTON) */
84#define IO_FD2 0x0c8 /* 765A 640KB FDC */

--- 141 unchanged lines hidden ---
77#define IO_SASI 0x080 /* SASI Hard Disk Controller */
78#define IO_FD1 0x090 /* 765A 1MB FDC */
79#define IO_GDC2 0x0a0 /* 7220 GDC Graphic Control */
80#define IO_CGROM 0x0a1 /* Character ROM */
81#define IO_COM2 0x0b1 /* 8251A RS232C serial I/O (ext) */
82#define IO_COM3 0x0b9 /* 8251A RS232C serial I/O (ext) */
83#define IO_FDPORT 0x0be /* FD I/F port (1M<->640K,EMTON) */
84#define IO_FD2 0x0c8 /* 765A 640KB FDC */

--- 141 unchanged lines hidden ---