From 4d52022987e59fe8e0f66d29c2716163de763374 Mon Sep 17 00:00:00 2001 From: bjh21 Date: Fri, 28 Jul 2000 09:54:56 +0000 Subject: [PATCH] Comment tidying --- sys/arch/arm26/ioc/rtc.c | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/sys/arch/arm26/ioc/rtc.c b/sys/arch/arm26/ioc/rtc.c index ff3a1a89441c..ff3d167e1396 100644 --- a/sys/arch/arm26/ioc/rtc.c +++ b/sys/arch/arm26/ioc/rtc.c @@ -1,4 +1,4 @@ -/* $NetBSD: rtc.c,v 1.3 2000/07/27 23:51:43 bjh21 Exp $ */ +/* $NetBSD: rtc.c,v 1.4 2000/07/28 09:54:56 bjh21 Exp $ */ /* * Copyright (c) 2000 Ben Harris @@ -34,19 +34,18 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * RiscBSD kernel project - * - * rtc.c - * - * Routines to read and write the RTC and CMOS RAM - * - * Created : 13/10/94 + */ +/* + * rtc.c - Routines to read and write the RTC and CMOS RAM + */ +/* + * This driver supports the following chip: + * Philips PCF8583 Clock/calendar with 240 x 8-bit RAM */ #include -__RCSID("$NetBSD: rtc.c,v 1.3 2000/07/27 23:51:43 bjh21 Exp $"); +__RCSID("$NetBSD: rtc.c,v 1.4 2000/07/28 09:54:56 bjh21 Exp $"); #include #include