Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Note that if siop_common_xfer is changed, the scr...



details:   https://anonhg.NetBSD.org/src/rev/4179b5bb4ab1
branches:  trunk
changeset: 525905:4179b5bb4ab1
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Sat Apr 20 15:25:53 2002 +0000

description:
Note that if siop_common_xfer is changed, the scripts need to be changed too.

diffstat:

 sys/dev/ic/siopvar_common.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 3944198e5b5d -r 4179b5bb4ab1 sys/dev/ic/siopvar_common.h
--- a/sys/dev/ic/siopvar_common.h       Sat Apr 20 07:43:35 2002 +0000
+++ b/sys/dev/ic/siopvar_common.h       Sat Apr 20 15:25:53 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: siopvar_common.h,v 1.13 2002/04/20 00:15:54 bouyer Exp $       */
+/*     $NetBSD: siopvar_common.h,v 1.14 2002/04/20 15:25:53 bouyer Exp $       */
 
 /*
  * Copyright (c) 2000 Manuel Bouyer.
@@ -48,6 +48,7 @@
 /*
  * This structure interfaces the SCRIPT with the driver; it describes a full
  * transfer. 
+ * If you change something here, don't forget to update offsets in {s,es}iop.ss
  */
 struct siop_common_xfer {
        u_int8_t msg_out[8];    /* 0 */



Home | Main Index | Thread Index | Old Index