- Add data present to the list of receive error bits
authorJim Shankland or Jeffrey A Silber <jas@ucbvax.Berkeley.EDU>
Wed, 19 Mar 1986 11:02:56 +0000 (03:02 -0800)
committerJim Shankland or Jeffrey A Silber <jas@ucbvax.Berkeley.EDU>
Wed, 19 Mar 1986 11:02:56 +0000 (03:02 -0800)
john shriver, proteon

SCCS-vsn: sys/vax/if/if_vv.h 4.9

usr/src/sys/vax/if/if_vv.h

index 62614a4..3716427 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)if_vv.h     4.8 (Berkeley) %G%
+ *     @(#)if_vv.h     4.9 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -89,7 +89,7 @@ struct vv_header {
 #define        VV_NIR  0100000         /* Not in Ring */
 
 #define        VVXERR  (VV_NXM|VV_OVR|VV_OPT|VV_BDF)   /* Xmit errs */
 #define        VV_NIR  0100000         /* Not in Ring */
 
 #define        VVXERR  (VV_NXM|VV_OVR|VV_OPT|VV_BDF)   /* Xmit errs */
-#define        VVRERR  (VV_NXM|VV_OVR|VV_ODB|VV_BDF)   /* Rcv errs */
+#define        VVRERR  (VV_NXM|VV_OVR|VV_ODB|VV_BDF|VV_DPR)    /* Rcv errs */
 #define        VVFE    (VV_NXM|VV_OVR)                 /* Fatal errors */
 
 #define VV_IBITS \
 #define        VVFE    (VV_NXM|VV_OVR)                 /* Fatal errors */
 
 #define VV_IBITS \