From 2da9d74d1d24dc764843778bc6b2b749066dbcf0 Mon Sep 17 00:00:00 2001 From: Bill Joy Date: Thu, 4 Feb 1982 03:15:42 -0800 Subject: [PATCH] fix device register structure's names SCCS-vsn: sys/vax/uba/tsreg.h 4.2 SCCS-vsn: sys/vax/uba/tmreg.h 4.6 --- usr/src/sys/vax/uba/tmreg.h | 4 ++-- usr/src/sys/vax/uba/tsreg.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/usr/src/sys/vax/uba/tmreg.h b/usr/src/sys/vax/uba/tmreg.h index ca4b38bd7c..bf42c57a1e 100644 --- a/usr/src/sys/vax/uba/tmreg.h +++ b/usr/src/sys/vax/uba/tmreg.h @@ -1,9 +1,9 @@ -/* tmreg.h 4.5 81/03/09 */ +/* tmreg.h 4.6 82/02/03 */ /* * TM11 controller registers */ -struct device { +struct tmdevice { u_short tmer; /* error register, per drive */ u_short tmcs; /* control-status register */ short tmbc; /* byte/frame count */ diff --git a/usr/src/sys/vax/uba/tsreg.h b/usr/src/sys/vax/uba/tsreg.h index 9b7b82c4bd..96cb54426d 100644 --- a/usr/src/sys/vax/uba/tsreg.h +++ b/usr/src/sys/vax/uba/tsreg.h @@ -1,9 +1,9 @@ -/* tsreg.h 4.1 81/03/21 */ +/* tsreg.h 4.2 82/02/03 */ /* * TS11 controller registers */ -struct device { +struct tsdevice { u_short tsdb; /* data buffer */ u_short tssr; /* status register */ }; -- 2.20.1