diff options
| author | Duncan Barclay <dmlb@FreeBSD.org> | 2000-03-05 22:04:09 +0000 |
|---|---|---|
| committer | Duncan Barclay <dmlb@FreeBSD.org> | 2000-03-05 22:04:09 +0000 |
| commit | 1942c15d8e699f07e6f2b1104724b0ced550e5d7 (patch) | |
| tree | 36ea04be1b49abbd8c5d705752481cb1e1d8c041 /sys/dev | |
| parent | 2df52745e8ae9e879f0f1ffc863cdd8a8c67d831 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ray/if_rayreg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ray/if_rayreg.h b/sys/dev/ray/if_rayreg.h index 27abc1b56b33d..6d18bb5035fba 100644 --- a/sys/dev/ray/if_rayreg.h +++ b/sys/dev/ray/if_rayreg.h @@ -65,8 +65,7 @@ /* * CCR registers, appearing in the attribute memory space */ -/* XXX sort these offsets out*/ -#define RAY_CCR 0xf00 /* CCR register offset */ +#define RAY_CCR 0xf00 /* CCR register offset */ #define RAY_COR (RAY_CCR + 0x00) /* config option register */ #define RAY_CCSR (RAY_CCR + 0x01) /* config/status register */ #define RAY_PIN (RAY_CCR + 0x02) /* not in hw */ @@ -93,6 +92,7 @@ #define RAY_COR_CFG_MASK 0x3f /* mask for function */ #define RAY_COR_LEVEL_IRQ 0x40 /* currently ignored and set */ #define RAY_COR_RESET 0x80 /* soft-reset the card */ +#define RAY_COR_DEFAULT (RAY_COR_CFG_NUM | RAY_COR_LEVEL_IRQ) /* * CCS register bits |
