diff options
| author | dyoung <dyoung@NetBSD.org> | 2003-12-14 10:04:33 +0000 |
|---|---|---|
| committer | dyoung <dyoung@NetBSD.org> | 2003-12-14 10:04:33 +0000 |
| commit | ea63a1a6cdf5f404caf9eb7679fff54ec8a5da06 (patch) | |
| tree | 5446a23d64e59e1eebbef72f1efa1178c85f640e /sys/dev/ic | |
| parent | 9280f4b428a213c3e0e3909f41905b321f6f155e (diff) | |
PR 23428: support National Datacomm Corporation NCP130A2 board.
Thanks T. M. Pederson for sending the patches.
Diffstat (limited to 'sys/dev/ic')
| -rw-r--r-- | sys/dev/ic/wireg.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/ic/wireg.h b/sys/dev/ic/wireg.h index 145a8f39592..4a3a78c0a0f 100644 --- a/sys/dev/ic/wireg.h +++ b/sys/dev/ic/wireg.h @@ -1,4 +1,4 @@ -/* $NetBSD: wireg.h,v 1.49 2003/11/02 11:07:46 wiz Exp $ */ +/* $NetBSD: wireg.h,v 1.50 2003/12/14 10:04:33 dyoung Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -228,6 +228,9 @@ #define WI_HCR_HOLD 0x000f #define WI_HCR_EEHOLD 0x00ce +#define WI_TMD_COR 0x14 /* Prism COR (TMD) */ +#define WI_TMD_IO 0x18 /* Prism I/O space (TMD) */ + /* * PCI Host Interface Registers (HFA3842 Specific) * The value of all Register's Offset, such as WI_INFO_FID and WI_PARAM0, |
