Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Adapt struct scsipi_adapter changes.



details:   https://anonhg.NetBSD.org/src/rev/0e9c5aac86bd
branches:  trunk
changeset: 487419:0e9c5aac86bd
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Wed Jun 07 14:40:20 2000 +0000

description:
Adapt struct scsipi_adapter changes.

diffstat:

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

diffs (17 lines):

diff -r 12d36a3bd54a -r 0e9c5aac86bd sys/dev/ic/siop.c
--- a/sys/dev/ic/siop.c Wed Jun 07 14:34:40 2000 +0000
+++ b/sys/dev/ic/siop.c Wed Jun 07 14:40:20 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: siop.c,v 1.18 2000/06/05 21:47:25 bouyer Exp $ */
+/*     $NetBSD: siop.c,v 1.19 2000/06/07 14:40:20 tsutsui Exp $        */
 
 /*
  * Copyright (c) 2000 Manuel Bouyer.
@@ -88,6 +88,7 @@
        siop_minphys,
        siop_ioctl,
        NULL,
+       NULL,
 };
 
 struct scsipi_device siop_dev = {



Home | Main Index | Thread Index | Old Index