Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/scsipi Remove obsolete comment.



details:   https://anonhg.NetBSD.org/src/rev/c000b3a61f8a
branches:  trunk
changeset: 499532:c000b3a61f8a
user:      soren <soren%NetBSD.org@localhost>
date:      Wed Nov 22 00:32:24 2000 +0000

description:
Remove obsolete comment.

diffstat:

 sys/dev/scsipi/sd.c |  6 ++----
 sys/dev/scsipi/st.c |  6 ++----
 2 files changed, 4 insertions(+), 8 deletions(-)

diffs (40 lines):

diff -r 845fb90f5e3b -r c000b3a61f8a sys/dev/scsipi/sd.c
--- a/sys/dev/scsipi/sd.c       Wed Nov 22 00:30:11 2000 +0000
+++ b/sys/dev/scsipi/sd.c       Wed Nov 22 00:32:24 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sd.c,v 1.164 2000/07/05 23:31:13 thorpej Exp $ */
+/*     $NetBSD: sd.c,v 1.165 2000/11/22 00:32:24 soren Exp $   */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -161,9 +161,7 @@
 #endif
 
        /*
-        * Use the subdriver to request information regarding
-        * the drive. We cannot use interrupts yet, so the
-        * request must specify this.
+        * Use the subdriver to request information regarding the drive.
         */
        printf("\n");
 
diff -r 845fb90f5e3b -r c000b3a61f8a sys/dev/scsipi/st.c
--- a/sys/dev/scsipi/st.c       Wed Nov 22 00:30:11 2000 +0000
+++ b/sys/dev/scsipi/st.c       Wed Nov 22 00:32:24 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: st.c,v 1.132 2000/11/03 12:08:41 pk Exp $ */
+/*     $NetBSD: st.c,v 1.133 2000/11/22 00:32:24 soren Exp $ */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -485,9 +485,7 @@
         */
        st_identify_drive(st, &sa->sa_inqbuf);
        /*
-        * Use the subdriver to request information regarding
-        * the drive. We cannot use interrupts yet, so the
-        * request must specify this.
+        * Use the subdriver to request information regarding the drive.
         */
        printf("\n");
        printf("%s: %s", st->sc_dev.dv_xname, st->quirkdata ? "rogue, " : "");



Home | Main Index | Thread Index | Old Index