diff options
| author | Pyun YongHyeon <yongari@FreeBSD.org> | 2015-08-28 01:32:42 +0000 |
|---|---|---|
| committer | Pyun YongHyeon <yongari@FreeBSD.org> | 2015-08-28 01:32:42 +0000 |
| commit | 97c477f86f41c7be958a8c52a98337ec924e189e (patch) | |
| tree | fe09b6d05f74805698ab6e2006d0c6453eeb3bb1 /sys/dev/msk | |
| parent | b81cd10773f6977e8e1cf485711b00ca89e17524 (diff) | |
Notes
Diffstat (limited to 'sys/dev/msk')
| -rw-r--r-- | sys/dev/msk/if_mskreg.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/sys/dev/msk/if_mskreg.h b/sys/dev/msk/if_mskreg.h index 9c551920eab8..da69f2e8eb58 100644 --- a/sys/dev/msk/if_mskreg.h +++ b/sys/dev/msk/if_mskreg.h @@ -2175,13 +2175,8 @@ #define MSK_ADDR_LO(x) ((uint64_t) (x) & 0xffffffffUL) #define MSK_ADDR_HI(x) ((uint64_t) (x) >> 32) -/* - * At first I guessed 8 bytes, the size of a single descriptor, would be - * required alignment constraints. But, it seems that Yukon II have 4096 - * bytes boundary alignment constraints. - */ -#define MSK_RING_ALIGN 4096 -#define MSK_STAT_ALIGN 4096 +#define MSK_RING_ALIGN 32768 +#define MSK_STAT_ALIGN 32768 /* Rx descriptor data structure */ struct msk_rx_desc { |
