Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/ic Also remove (probably) incorrect comment.



details:   https://anonhg.NetBSD.org/src/rev/d21454dd10e4
branches:  trunk
changeset: 543172:d21454dd10e4
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Tue Feb 18 16:42:40 2003 +0000

description:
Also remove (probably) incorrect comment.

diffstat:

 sys/dev/ic/osiop.c |  9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r c01f08dcc351 -r d21454dd10e4 sys/dev/ic/osiop.c
--- a/sys/dev/ic/osiop.c        Tue Feb 18 16:37:52 2003 +0000
+++ b/sys/dev/ic/osiop.c        Tue Feb 18 16:42:40 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: osiop.c,v 1.10 2003/02/18 16:36:58 tsutsui Exp $       */
+/*     $NetBSD: osiop.c,v 1.11 2003/02/18 16:42:40 tsutsui Exp $       */
 
 /*
  * Copyright (c) 2001 Izumi Tsutsui.  All rights reserved.
@@ -76,7 +76,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: osiop.c,v 1.10 2003/02/18 16:36:58 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: osiop.c,v 1.11 2003/02/18 16:42:40 tsutsui Exp $");
 
 /* #define OSIOP_DEBUG */
 
@@ -1808,11 +1808,6 @@
        scsipi_async_event(&sc->sc_channel, ASYNC_EVENT_XFER_MODE, &xm);
 }
 
-/*
- * This is based on the Progressive Peripherals 33Mhz Zeus driver and will
- * not be correct for other 53c710 boards.
- *
- */
 void
 scsi_period_to_osiop(sc, target)
        struct osiop_softc *sc;



Home | Main Index | Thread Index | Old Index