Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/arch/mac68k/nubus Pull up revision 1.60 (requested ...
details: https://anonhg.NetBSD.org/src/rev/06385219a882
branches: netbsd-1-5
changeset: 490316:06385219a882
user: he <he%NetBSD.org@localhost>
date: Thu Dec 14 23:06:47 2000 +0000
description:
Pull up revision 1.60 (requested by briggs):
Clear interrupts on the Apple "Boogie" card.
diffstat:
sys/arch/mac68k/nubus/grf_nubus.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r b529d098d204 -r 06385219a882 sys/arch/mac68k/nubus/grf_nubus.c
--- a/sys/arch/mac68k/nubus/grf_nubus.c Thu Dec 14 23:06:04 2000 +0000
+++ b/sys/arch/mac68k/nubus/grf_nubus.c Thu Dec 14 23:06:47 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: grf_nubus.c,v 1.57.4.1 2000/08/06 02:08:04 briggs Exp $ */
+/* $NetBSD: grf_nubus.c,v 1.57.4.2 2000/12/14 23:06:47 he Exp $ */
/*
* Copyright (c) 1995 Allen Briggs. All rights reserved.
@@ -274,6 +274,7 @@
add_nubus_intr(na->slot, grfmv_intr_radius, sc);
break;
case NUBUS_DRHW_RPC24X:
+ case NUBUS_DRHW_BOOGIE:
sc->cli_value = 0x64;
add_nubus_intr(na->slot, grfmv_intr_radius, sc);
break;
Home |
Main Index |
Thread Index |
Old Index