diff options
author | Martin Reindl <martin@cvs.openbsd.org> | 2005-06-12 20:51:30 +0000 |
---|---|---|
committer | Martin Reindl <martin@cvs.openbsd.org> | 2005-06-12 20:51:30 +0000 |
commit | 5c33be15bfaad076e88718799cc36fac033a5772 (patch) | |
tree | c2bfe254a930d85bc4191f5bdc571800d407baf1 /sys/arch/mac68k | |
parent | 12641aa573c8794ac22b137272ab8b0377801d12 (diff) |
handle SuperMac Thunder/24 interrupts
Diffstat (limited to 'sys/arch/mac68k')
-rw-r--r-- | sys/arch/mac68k/dev/grf_mv.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mac68k/dev/grf_mv.c b/sys/arch/mac68k/dev/grf_mv.c index 3660ee02950..d4e66911792 100644 --- a/sys/arch/mac68k/dev/grf_mv.c +++ b/sys/arch/mac68k/dev/grf_mv.c @@ -1,4 +1,4 @@ -/* $OpenBSD: grf_mv.c,v 1.22 2005/05/01 17:04:52 martin Exp $ */ +/* $OpenBSD: grf_mv.c,v 1.23 2005/06/12 20:51:29 martin Exp $ */ /* $NetBSD: grf_nubus.c,v 1.62 2001/01/22 20:27:02 briggs Exp $ */ /* @@ -334,6 +334,7 @@ bad: case NUBUS_DRHW_ROPS24LXI: case NUBUS_DRHW_ROPS24XLTV: case NUBUS_DRHW_ROPS24MXTV: + case NUBUS_DRHW_THUNDER24: sc->cli_offset = 0xfb0010; sc->cli_value = 0x00; add_nubus_intr(na->slot, grfmv_intr_generic_write4, sc, |