diff options
| author | Warner Losh <imp@FreeBSD.org> | 2006-08-12 08:53:54 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2006-08-12 08:53:54 +0000 |
| commit | 3c48d33eeca0c2f070207ccfbdf9eb141f3a4405 (patch) | |
| tree | 9d5f6357386322f79919be1a95aa95b1af75099a | |
| parent | 87bd40393c94799fa3c9db39a2d6bdc1a4fb0faf (diff) | |
Notes
| -rw-r--r-- | sys/dev/exca/excareg.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/dev/exca/excareg.h b/sys/dev/exca/excareg.h index 094379e79c77..3bb3b4c9474f 100644 --- a/sys/dev/exca/excareg.h +++ b/sys/dev/exca/excareg.h @@ -402,6 +402,12 @@ #define EXCA_O2CC_IREQ_INTC 0x80 #define EXCA_O2CC_STSCHG_INTC 0x20 +/* + * TOPIC specific registers + */ +#define EXCA_TOPIC97_CTRL 0x3e +#define EXCA_TOPIC97_CTRL_LV_MASK 0x03 + /* Plug and play */ #define EXCA_PNP_ACTIONTEC 0x1802A904 /* AEI0218 */ #define EXCA_PNP_IBM3765 0x65374d24 /* IBM3765 */ |
