Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x68k/dev I deleted a necessary line by mistake.
details: https://anonhg.NetBSD.org/src/rev/e8c27630c2ff
branches: trunk
changeset: 472137:e8c27630c2ff
user: minoura <minoura%NetBSD.org@localhost>
date: Thu Apr 22 16:22:49 1999 +0000
description:
I deleted a necessary line by mistake.
diffstat:
sys/arch/x68k/dev/scsirom.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r a5c4dfac6f98 -r e8c27630c2ff sys/arch/x68k/dev/scsirom.c
--- a/sys/arch/x68k/dev/scsirom.c Thu Apr 22 12:55:53 1999 +0000
+++ b/sys/arch/x68k/dev/scsirom.c Thu Apr 22 16:22:49 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: scsirom.c,v 1.4 1999/04/22 12:55:53 minoura Exp $ */
+/* $NetBSD: scsirom.c,v 1.5 1999/04/22 16:22:49 minoura 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