fix a typo in the previous

This commit is contained in:
mrg 2001-10-22 16:47:43 +00:00
parent 992bc87e22
commit 3059c66d8f
1 changed files with 2 additions and 2 deletions

View File

@ -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 */