Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/arch/x68k/dev pullup 1.4->1.5 (minoura)



details:   https://anonhg.NetBSD.org/src/rev/1ad72f58cc05
branches:  netbsd-1-4
changeset: 468424:1ad72f58cc05
user:      perry <perry%NetBSD.org@localhost>
date:      Thu Apr 22 16:40:09 1999 +0000

description:
pullup 1.4->1.5 (minoura)

diffstat:

 sys/arch/x68k/dev/scsirom.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r b9179a13a58c -r 1ad72f58cc05 sys/arch/x68k/dev/scsirom.c
--- a/sys/arch/x68k/dev/scsirom.c       Thu Apr 22 15:24:31 1999 +0000
+++ b/sys/arch/x68k/dev/scsirom.c       Thu Apr 22 16:40:09 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: scsirom.c,v 1.3.2.1 1999/04/22 15:24:31 perry Exp $    */
+/*     $NetBSD: scsirom.c,v 1.3.2.2 1999/04/22 16:40:09 perry Exp $    */
 
 /*-
  * Copyright (c) 1999 NetBSD Foundation, Inc.
@@ -99,6 +99,7 @@
                bus_space_unmap (ia->ia_bst, ioh, ia->ia_size);
                return -1;
        }
+       bus_space_read_region_1 (ia->ia_bst, ioh, SCSIROM_ID, buf, 6);
        if (memcmp(buf, scsirom_descr[which].id, 6) == 0)
                r = which;
        bus_space_unmap (ia->ia_bst, ioh, ia->ia_size);



Home | Main Index | Thread Index | Old Index