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/mac68k/dev Pull up revision 1.34 (requested by...
details: https://anonhg.NetBSD.org/src/rev/75fae2dffd68
branches: netbsd-1-4
changeset: 469762:75fae2dffd68
user: he <he%NetBSD.org@localhost>
date: Mon Nov 29 21:20:37 1999 +0000
description:
Pull up revision 1.34 (requested by scottr):
Make it possible to have only one ADB device on machines with
first-generation ADB hardware. Fixes PR#7407.
diffstat:
sys/arch/mac68k/dev/adb_direct.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 9b5a3733c997 -r 75fae2dffd68 sys/arch/mac68k/dev/adb_direct.c
--- a/sys/arch/mac68k/dev/adb_direct.c Mon Nov 29 21:15:07 1999 +0000
+++ b/sys/arch/mac68k/dev/adb_direct.c Mon Nov 29 21:20:37 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: adb_direct.c,v 1.21.2.3 1999/11/21 15:03:16 he Exp $ */
+/* $NetBSD: adb_direct.c,v 1.21.2.4 1999/11/29 21:20:37 he Exp $ */
/* From: adb_direct.c 2.02 4/18/97 jpw */
@@ -1163,7 +1163,7 @@
* device! This can happen if
* there are no devices on the
* bus */
- dummy = 2;
+ dummy = 1;
break;
}
/* found the next device */
Home |
Main Index |
Thread Index |
Old Index