Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/dev/ic Pull up revision 1.2:



details:   https://anonhg.NetBSD.org/src/rev/373626848202
branches:  netbsd-1-4
changeset: 469366:373626848202
user:      he <he%NetBSD.org@localhost>
date:      Fri Sep 10 23:30:41 1999 +0000

description:
Pull up revision 1.2:
  Fix panics seen by some people during mvme167 installation.  (scw)

diffstat:

 sys/dev/ic/clmpccreg.h |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 64f789252727 -r 373626848202 sys/dev/ic/clmpccreg.h
--- a/sys/dev/ic/clmpccreg.h    Fri Sep 10 23:15:32 1999 +0000
+++ b/sys/dev/ic/clmpccreg.h    Fri Sep 10 23:30:41 1999 +0000
@@ -1,4 +1,4 @@
-/*  $NetBSD: clmpccreg.h,v 1.1 1999/02/13 17:05:20 scw Exp $ */
+/*  $NetBSD: clmpccreg.h,v 1.1.2.1 1999/09/10 23:30:41 he Exp $ */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -55,6 +55,9 @@
  * <dev/ic/clmpccvar.h>.
  */
 
+/* Number of bytes of FIFO (Rx & Tx) */
+#define CLMPCC_FIFO_DEPTH   16
+
 /* Global Registers */
 #define CLMPCC_REG_GFRCR    0x81    /* Global Firmware Revision Code Register */
 #define CLMPCC_REG_CAR      0xee    /* Channel Access Register */



Home | Main Index | Thread Index | Old Index