diff options
Diffstat (limited to 'sys/dev/ic/if_wireg.h')
-rw-r--r-- | sys/dev/ic/if_wireg.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/ic/if_wireg.h b/sys/dev/ic/if_wireg.h index 6f22e79c6db..db9144209db 100644 --- a/sys/dev/ic/if_wireg.h +++ b/sys/dev/ic/if_wireg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_wireg.h,v 1.30 2002/10/27 16:20:48 millert Exp $ */ +/* $OpenBSD: if_wireg.h,v 1.31 2003/01/10 22:10:19 millert Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -301,11 +301,16 @@ #define WI_PLX_LINT1STAT 0x04 /* Local interrupt 1 status bit */ #define WI_PLX_COR_OFFSET 0x3E0 /* COR attribute offset of card */ -#define WI_DRVR_MAGIC 0x4A2D /* Magic number for card detection */ +#define WI_ACEX_CMDRES 0x10 /* BAR0 (I/O) for ACEX-based bridge */ +#define WI_ACEX_LOCALRES 0x14 /* BAR1 (I/O) for ACEX-based bridge */ +#define WI_ACEX_IORES 0x18 /* BAR2 (I/O) for ACEX-based bridge */ +#define WI_ACEX_COR_OFFSET 0xe0 /* COR attribute offset of card */ #define WI_TMD_LOCALRES 0x14 /* TMD chip's local registers */ #define WI_TMD_IORES 0x18 /* Prism I/O space (TMD) */ +#define WI_DRVR_MAGIC 0x4A2D /* Magic number for card detection */ + /* * PCI Host Interface Registers (HFA3842 Specific) * The value of all Register's Offset, such as WI_INFO_FID and WI_PARAM0, |