Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sgimips/hpc one more s/panel/button, now this actua...



details:   https://anonhg.NetBSD.org/src/rev/235f6cccdc0e
branches:  trunk
changeset: 835883:235f6cccdc0e
user:      macallan <macallan%NetBSD.org@localhost>
date:      Sat Sep 15 00:37:53 2018 +0000

description:
one more s/panel/button, now this actually works again.

diffstat:

 sys/arch/sgimips/hpc/hpc.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r bb5a7513935b -r 235f6cccdc0e sys/arch/sgimips/hpc/hpc.c
--- a/sys/arch/sgimips/hpc/hpc.c        Fri Sep 14 22:08:49 2018 +0000
+++ b/sys/arch/sgimips/hpc/hpc.c        Sat Sep 15 00:37:53 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: hpc.c,v 1.69 2016/07/24 16:47:49 macallan Exp $        */
+/*     $NetBSD: hpc.c,v 1.70 2018/09/15 00:37:53 macallan Exp $        */
 
 /*
  * Copyright (c) 2000 Soren S. Jorvang
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: hpc.c,v 1.69 2016/07/24 16:47:49 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: hpc.c,v 1.70 2018/09/15 00:37:53 macallan Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -201,7 +201,7 @@
          -1,
          HPCDEV_IP22 | HPCDEV_IP24 },
 
-       { "panel",      /* Indy front panel */
+       { "button",     /* Indy front panel */
          HPC_BASE_ADDRESS_0,
          HPC3_PBUS_CH6_DEVREGS + IOC_PANEL, 0,
          9,



Home | Main Index | Thread Index | Old Index