diff options
| author | Mike Spengler <mks@FreeBSD.org> | 1999-05-10 23:02:29 +0000 |
|---|---|---|
| committer | Mike Spengler <mks@FreeBSD.org> | 1999-05-10 23:02:29 +0000 |
| commit | 9ce49f6de3783f545eebcd01ed627d57723adce0 (patch) | |
| tree | 69b940d95106dc5b7d5875446a306f1f832dc401 /sys/dev | |
| parent | 8abd11a43197ea34601ebe5217e4b7d712187ae8 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/hea/eni_globals.c | 6 | ||||
| -rw-r--r-- | sys/dev/hfa/fore_globals.c | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/hea/eni_globals.c b/sys/dev/hea/eni_globals.c index 71253e27a8232..2f84e0b9da293 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 = { diff --git a/sys/dev/hfa/fore_globals.c b/sys/dev/hfa/fore_globals.c index 5dc803a954172..dae4c34371d20 100644 --- a/sys/dev/hfa/fore_globals.c +++ b/sys/dev/hfa/fore_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: fore_globals.c,v 1.1 1998/09/15 08:22:55 phk Exp $ + * @(#) $Id: fore_globals.c,v 1.2 1998/10/31 20:06:52 phk Exp $ * */ @@ -38,7 +38,7 @@ #include <dev/hfa/fore_include.h> #ifndef lint -__RCSID("@(#) $Id: fore_globals.c,v 1.1 1998/09/15 08:22:55 phk Exp $"); +__RCSID("@(#) $Id: fore_globals.c,v 1.2 1998/10/31 20:06:52 phk Exp $"); #endif @@ -101,7 +101,7 @@ struct sp_info fore_nif_pool = { "fore nif pool", /* si_name */ sizeof(struct atm_nif), /* si_blksiz */ 5, /* si_blkcnt */ - 20 /* si_maxallow */ + 52 /* si_maxallow */ }; struct sp_info fore_vcc_pool = { |
