From 6693724a83240a27afb6e29daba8940d7bb2f0a8 Mon Sep 17 00:00:00 2001 From: jeremy Date: Tue, 1 Sep 1998 22:22:03 +0000 Subject: [PATCH] Changed inaccurate comment on the sc_freq member of the driver's softc structure. The frequency is represented in MHz rather than Hz. [PR/6805] --- sys/dev/ic/ncr53c9xvar.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/ic/ncr53c9xvar.h b/sys/dev/ic/ncr53c9xvar.h index fd3154c1cec4..7b8075d6463c 100644 --- a/sys/dev/ic/ncr53c9xvar.h +++ b/sys/dev/ic/ncr53c9xvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: ncr53c9xvar.h,v 1.13 1998/05/26 23:17:34 thorpej Exp $ */ +/* $NetBSD: ncr53c9xvar.h,v 1.14 1998/09/01 22:22:03 jeremy Exp $ */ /*- * Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -286,7 +286,7 @@ struct ncr53c9x_softc { size_t sc_cmdlen; /* Size of command in transit */ /* hardware/openprom stuff */ - int sc_freq; /* Freq in HZ */ + int sc_freq; /* Freq in MHz */ int sc_id; /* our scsi id */ int sc_rev; /* esp revision */ int sc_features; /* chip features */