Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Minor comment update.



details:   https://anonhg.NetBSD.org/src/rev/a98647000c71
branches:  trunk
changeset: 512126:a98647000c71
user:      mjacob <mjacob%NetBSD.org@localhost>
date:      Fri Jul 06 16:17:36 2001 +0000

description:
Minor comment update.

diffstat:

 sys/dev/ic/isp_target.h |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r b7fa67c862ba -r a98647000c71 sys/dev/ic/isp_target.h
--- a/sys/dev/ic/isp_target.h   Fri Jul 06 16:17:17 2001 +0000
+++ b/sys/dev/ic/isp_target.h   Fri Jul 06 16:17:36 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: isp_target.h,v 1.13 2001/05/16 03:58:03 mjacob Exp $ */
+/* $NetBSD: isp_target.h,v 1.14 2001/07/06 16:17:36 mjacob Exp $ */
 /*
  * This driver, which is contained in NetBSD in the files:
  *
@@ -458,6 +458,14 @@
                        u_int16_t ct_scsi_status;
                        u_int32_t ct_xfrlen;
                        ispds_t ct_dataseg[ISP_RQDSEG_T2];
+                       /*
+                        * For CTIO3, an ispds64_t would go here, padded
+                        * to the end of the request.
+                        */
+                       /*
+                        * For CTIO4, an ispdlist_t would go here, padded
+                        * to the end of the request.
+                        */
                } m0;
                struct {
                        u_int16_t _reserved;



Home | Main Index | Thread Index | Old Index