Sync usage with man page.
[netbsd-mini2440.git] / sys / dev / podulebus / hcidereg.h
blob5bf33697171f8b4007a4b8e795feb2850a1bdb2c
1 /* $NetBSD: hcidereg.h,v 1.1 2001/06/08 20:13:24 bjh21 Exp $ */
3 /* This file is in the public domain */
5 /*
6 * hcidereg.h - hardware-related constants of the HCCS IDE interface.
7 */
9 #define HCIDE_NCHANNELS 3
11 /* In FAST space: */
13 #define HCIDE_CMD0 0x2100 /* Command registers, on-board channel */
14 #define HCIDE_CMD1 0x2140 /* Command registers, internal channel */
15 #define HCIDE_CMD2 0x2180 /* Command registers, external channel */
16 #define HCIDE_CTL 0x21c0 /* Control registers, all channels */