/*
* Copyright (c) 1994, 1995, 1996 Per Fogelstrom
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. All advertising materials mentioning features or use of this software
* must display the following acknowledgement:
* This product includes software developed under OpenBSD by
* Per Fogelstrom.
* 4. The name of the author may not be used to endorse or promote products
* derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
* OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
* ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
*/
#ifndef _RD94_H_
#define _RD94_H_ 1
#define RD94LB RD94_V_LOCAL_IO_BASE
#define RD94_SYS_SONIC (RD94LB+0x1000) /* SONIC base address */
#define RD94_SYS_SCSI0 (RD94LB+0x2000) /* SCSI0 base address */
#define RD94_SYS_SCSI1 (RD94LB+0x3000) /* SCSI1 base address */
#define RD94_SYS_CLOCK (RD94LB+0x4000) /* Clock base address */
#define RD94_SYS_KBD (RD94LB+0x5000) /* Keybrd/mouse base address */
#define RD94_SYS_COM1 (RD94LB+0x6000) /* Com port 1 */
#define RD94_SYS_COM2 (RD94LB+0x7000) /* Com port 2 */
#define RD94_SYS_PAR1 (RD94LB+0x8000) /* Parallel port 1 */
#define RD94_SYS_NVRAM (RD94LB+0x9000) /* Unprotected NV-ram */
#define RD94_SYS_PNVRAM (RD94LB+0xa000) /* Protected NV-ram */
#define RD94_SYS_NVPROM (RD94LB+0xb000) /* Read only NV-ram */
#define RD94_SYS_FLOPPY (RD94LB+0xC000) /* Floppy base address */
#define RD94_SYS_SOUND (RD94LB+0x10000)/* Sound port */
#define RD94_SYS_THERMOMETER (RD94LB+0x12000)/* DS1620 thermometer */
#define RD94_SYS_LB_LED (RD94LB+0xE000) /* LED/self-test register */
#define RD94_SYS_LB_IE1 (RD94LB+0xF000) /* Local bus int enable */
#define RD94_SYS_LB_IE2 (RD94LB+0xF002) /* Local bus int enable */