Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/eisa Move a comment to indicate the true "end of har...



details:   https://anonhg.NetBSD.org/src/rev/e78a907b5259
branches:  trunk
changeset: 571741:e78a907b5259
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Dec 07 19:14:57 2004 +0000

description:
Move a comment to indicate the true "end of hardware supported fields".

diffstat:

 sys/dev/eisa/ahbreg.h |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r c02bca926b0d -r e78a907b5259 sys/dev/eisa/ahbreg.h
--- a/sys/dev/eisa/ahbreg.h     Tue Dec 07 17:37:15 2004 +0000
+++ b/sys/dev/eisa/ahbreg.h     Tue Dec 07 19:14:57 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ahbreg.h,v 1.12 2004/12/07 14:50:56 thorpej Exp $      */
+/*     $NetBSD: ahbreg.h,v 1.13 2004/12/07 19:14:57 thorpej Exp $      */
 
 /*-
  * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@@ -212,10 +212,12 @@
        short   cksum;
        u_char  scsi_cmd[12];
 
+       /*-----------------end of hardware supported fields----------------*/
+
        struct ahb_dma_seg ahb_dma[AHB_NSEG];
        struct ahb_ecb_status ecb_status;
        struct scsipi_sense_data ecb_sense;
-       /*-----------------end of hardware supported fields----------------*/
+
        TAILQ_ENTRY(ahb_ecb) chain;
        struct ahb_ecb *nexthash;
        int32_t hashkey;



Home | Main Index | Thread Index | Old Index