summaryrefslogtreecommitdiffstats
path: root/sys/dev/hea
diff options
context:
space:
mode:
authormks <mks@FreeBSD.org>1999-05-10 23:02:29 +0000
committermks <mks@FreeBSD.org>1999-05-10 23:02:29 +0000
commit7abea01d28a8e41d2b1a741b9091384aaa2bff49 (patch)
treebd3c9d1e232c11bb8289b3bf6509552a1ca9180a /sys/dev/hea
parentb78daed0c3b7cec89e906487fe7fdb48eef2bab8 (diff)
downloadFreeBSD-src-7abea01d28a8e41d2b1a741b9091384aaa2bff49.zip
FreeBSD-src-7abea01d28a8e41d2b1a741b9091384aaa2bff49.tar.gz
Allow configuration of up to 256 network interfaces per physical interface -
just like the docs say it should.
Diffstat (limited to 'sys/dev/hea')
-rw-r--r--sys/dev/hea/eni_globals.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/hea/eni_globals.c b/sys/dev/hea/eni_globals.c
index 71253e2..2f84e0b 100644
--- a/sys/dev/hea/eni_globals.c
+++ b/sys/dev/hea/eni_globals.c
@@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
- * @(#) $Id: eni_globals.c,v 1.1 1998/09/15 08:22:53 phk Exp $
+ * @(#) $Id: eni_globals.c,v 1.2 1998/10/31 20:06:45 phk Exp $
*
*/
@@ -42,7 +42,7 @@
#include <dev/hea/eni_var.h>
#ifndef lint
-__RCSID("@(#) $Id: eni_globals.c,v 1.1 1998/09/15 08:22:53 phk Exp $");
+__RCSID("@(#) $Id: eni_globals.c,v 1.2 1998/10/31 20:06:45 phk Exp $");
#endif
/*
@@ -90,7 +90,7 @@ struct sp_info eni_nif_pool = {
"eni nif pool", /* si_name */
sizeof(struct atm_nif), /* si_blksiz */
5, /* si_blkcnt */
- 20 /* si_maxallow */
+ 52 /* si_maxallow */
};
struct sp_info eni_vcc_pool = {
OpenPOWER on IntegriCloud