Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/vax/boot/boot fix comments.



details:   https://anonhg.NetBSD.org/src/rev/2092b98f50fd
branches:  trunk
changeset: 486298:2092b98f50fd
user:      matt <matt%NetBSD.org@localhost>
date:      Thu May 18 04:20:41 2000 +0000

description:
fix comments.

diffstat:

 sys/arch/vax/boot/boot/if_ze.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r ee75da1863f9 -r 2092b98f50fd sys/arch/vax/boot/boot/if_ze.c
--- a/sys/arch/vax/boot/boot/if_ze.c    Thu May 18 04:03:30 2000 +0000
+++ b/sys/arch/vax/boot/boot/if_ze.c    Thu May 18 04:20:41 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_ze.c,v 1.8 2000/05/09 20:53:52 ragge Exp $  */
+/*     $NetBSD: if_ze.c,v 1.9 2000/05/18 04:20:41 matt Exp $   */
 /*
  * Copyright (c) 1998 James R. Maynard III.  All rights reserved.
  *
@@ -68,8 +68,8 @@
        "ze", ze_match, ze_probe, ze_init, ze_get, ze_put, ze_end, ze_ifs, 1,
 };
 
-#define NRCV 8                         /* allocate 5 receive descriptors */
-#define NXMT 5                         /* and 5 transmit - must be >1 */
+#define NRCV 8                         /* allocate 8 receive descriptors */
+#define NXMT 4                         /* and 4 transmit - must be >1 */
 #define SETUP_FRAME_LEN 128            /* length of the setup frame */
 
 /* allocate a buffer on an octaword boundary */



Home | Main Index | Thread Index | Old Index