X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/0f4556f12c8f75078501c9d1338ae7648a97f975..95f51977ddc18faa2e212f30c00a39540b39f325:/usr/src/sys/vaxuba/dzreg.h diff --git a/usr/src/sys/vaxuba/dzreg.h b/usr/src/sys/vaxuba/dzreg.h index b19307e31b..872a4020b8 100644 --- a/usr/src/sys/vaxuba/dzreg.h +++ b/usr/src/sys/vaxuba/dzreg.h @@ -1,4 +1,10 @@ -/* dzreg.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. + * + * @(#)dzreg.h 7.1 (Berkeley) 6/5/86 + */ /* * DZ-11/DZ-32 Registers and bits. @@ -52,7 +58,7 @@ struct dzdevice { #define DZ_MSC 004000 /* Modem Status Change */ #define DZ_SAE 010000 /* Silo Alarm Enable */ #define DZ_TIE 040000 /* Transmit Interrupt Enable */ -#define DZ_IEN (DZ_32|DZ_MIE|DZ_MSE|DZ_RIE|DZ_TIE|DZ_SAE) +#define DZ_IEN (DZ_32|DZ_MIE|DZ_MSE|DZ_RIE|DZ_TIE) /* flags for modem-control */ #define DZ_ON DZ_DTR