diff --git a/sys/dev/ic/hme.c b/sys/dev/ic/hme.c index 69ee1dd24720..6921fdb4e155 100644 --- a/sys/dev/ic/hme.c +++ b/sys/dev/ic/hme.c @@ -1,4 +1,4 @@ -/* $NetBSD: hme.c,v 1.23 2001/10/22 16:45:20 mrg Exp $ */ +/* $NetBSD: hme.c,v 1.24 2001/10/22 16:47:43 mrg Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -183,7 +183,7 @@ hme_config(sc) * Also, apparently, the buffers must extend to a DMA burst * boundary beyond the maximum packet size. */ -#define _HME_NDESC 132 +#define _HME_NDESC 128 #define _HME_BUFSZ 1600 /* Note: the # of descriptors must be a multiple of 16 */