diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2006-12-05 15:31:05 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2006-12-05 15:31:05 +0000 |
| commit | 81b6f8d5df26d49c659968e19162f8073a191ae4 (patch) | |
| tree | ce0fc489ea39ac684059cd07c893c6b52c89fcf0 /sys/dev/nve | |
| parent | 0f0a3e4f82eb94b7e3e2c6c9e359e1cc34a82fe9 (diff) | |
Notes
Diffstat (limited to 'sys/dev/nve')
| -rw-r--r-- | sys/dev/nve/if_nvereg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/nve/if_nvereg.h b/sys/dev/nve/if_nvereg.h index 605e04827b1a..80a0e686af46 100644 --- a/sys/dev/nve/if_nvereg.h +++ b/sys/dev/nve/if_nvereg.h @@ -106,7 +106,7 @@ struct nve_tx_desc { struct nve_map_buffer buf; u_int16_t buflength; u_int32_t numfrags; - bus_dma_segment_t frags[NV_MAX_FRAGS + 1]; + bus_dma_segment_t frags[NV_MAX_FRAGS]; }; struct nve_softc { |
