blob: 2463b0879590c76d8d183189b148a7192e2cceb3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/* $NetBSD: hcscreg.h,v 1.1 2001/06/02 20:13:51 bjh21 Exp $ */
/*
* This file is in the public domain.
*/
/*
* Register locations for the HCCS 8-bit SCSI podule.
*/
/* In FAST space: */
#define HCSC_DP8490_OFFSET 0x2000
/* In MEMC space: */
#define HCSC_PDMA_OFFSET 0x0000
|