Home | History | Annotate | Line # | Download | only in podulebus
      1  1.1  bjh21 /* $NetBSD: hcidereg.h,v 1.1 2001/06/13 18:31:43 bjh21 Exp $ */
      2  1.1  bjh21 
      3  1.1  bjh21 /* This file is in the public domain */
      4  1.1  bjh21 
      5  1.1  bjh21 /*
      6  1.1  bjh21  * hcidereg.h - hardware-related constants of the HCCS IDE interface.
      7  1.1  bjh21  */
      8  1.1  bjh21 
      9  1.1  bjh21 #define HCIDE_NCHANNELS	3
     10  1.1  bjh21 
     11  1.1  bjh21 /* In FAST space: */
     12  1.1  bjh21 
     13  1.1  bjh21 #define HCIDE_CMD0	0x2100	/* Command registers, on-board channel */
     14  1.1  bjh21 #define HCIDE_CMD1	0x2140	/* Command registers, internal channel */
     15  1.1  bjh21 #define HCIDE_CMD2	0x2180	/* Command registers, external channel */
     16  1.1  bjh21 #define HCIDE_CTL	0x21c0	/* Control registers, all channels */
     17