Reduce maximum DMA segments from 128 to 64. We don't need more than that.

This commit is contained in:
Ariff Abdullah 2007-01-27 07:35:05 +00:00
parent f39ee7ef2e
commit a12b5a0728
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=166278

View File

@ -63,7 +63,7 @@ SND_DECLARE_FILE("$FreeBSD$");
#define NCHANS (NWRCHANS + NDXSCHANS + NMSGDCHANS)
#define NSEGS NCHANS * SEGS_PER_CHAN /* Segments in SGD table */
#define VIA_SEGS_MIN 2
#define VIA_SEGS_MAX 128
#define VIA_SEGS_MAX 64
#define VIA_SEGS_DEFAULT 2
#define VIA_DEFAULT_BUFSZ 0x1000