BSD 4_3 release
[unix-history] / usr / src / sys / vaxif / if_ecreg.h
index 6c23072..28b76b5 100644 (file)
@@ -1,4 +1,10 @@
-/*     if_ecreg.h      6.1     83/07/29        */
+/*
+ * Copyright (c) 1982, 1986 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)if_ecreg.h  7.1 (Berkeley) 6/5/86
+ */
 
 /*
  * 3Com Ethernet controller registers.
 
 /*
  * 3Com Ethernet controller registers.
@@ -45,7 +51,7 @@ struct ecdevice {
 /*
  * Useful combinations
  */
 /*
  * Useful combinations
  */
-#define        EC_READ         (EC_AROM|0x600|EC_RINTEN|EC_RWBN)
+#define        EC_READ         (0x600|EC_RINTEN|EC_RWBN)
 #define        EC_WRITE        (EC_JINTEN|EC_XINTEN|EC_XWBN)
 #define        EC_CLEAR        (EC_JINTEN|EC_XINTEN|EC_JCLR)
 
 #define        EC_WRITE        (EC_JINTEN|EC_XINTEN|EC_XWBN)
 #define        EC_CLEAR        (EC_JINTEN|EC_XINTEN|EC_JCLR)