From 817b0a57d8da6fb8c7e99d45ede4088ea2a41efc Mon Sep 17 00:00:00 2001 From: pooka Date: Sun, 11 Apr 2004 10:29:20 +0000 Subject: [PATCH] Make das blinkenlights, well, blink on IP12 also. --- sys/arch/sgimips/hpc/hpc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/arch/sgimips/hpc/hpc.c b/sys/arch/sgimips/hpc/hpc.c index 482e0121d55e..0c32a428fea9 100644 --- a/sys/arch/sgimips/hpc/hpc.c +++ b/sys/arch/sgimips/hpc/hpc.c @@ -1,4 +1,4 @@ -/* $NetBSD: hpc.c,v 1.27 2004/04/10 21:59:42 pooka Exp $ */ +/* $NetBSD: hpc.c,v 1.28 2004/04/11 10:29:20 pooka Exp $ */ /* * Copyright (c) 2000 Soren S. Jorvang @@ -35,7 +35,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: hpc.c,v 1.27 2004/04/10 21:59:42 pooka Exp $"); +__KERNEL_RCSID(0, "$NetBSD: hpc.c,v 1.28 2004/04/11 10:29:20 pooka Exp $"); #include #include @@ -409,7 +409,7 @@ hpc_attach(struct device *parent, struct device *self, void *aux) } #if defined(BLINK) - if (mach_type == MACH_SGI_IP20) + if (mach_type == MACH_SGI_IP12 || mach_type == MACH_SGI_IP20) hpc_blink(sc); #endif }