Port-sparc64 archive

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

Re: power failure interrupt on Netra X1



On Feb 26, 2013, at 2:18 AM, Jochen Kunz wrote:
> On Mon, 25 Feb 2013 15:40:24 -0500
> Chris Ross <cross+netbsd%distal.com@localhost> wrote:
> 
>> Do we have special code in the interrupt handler to cope with this?
> Yes. See src/sys/arch/sparc64/dev/psycho.c
>               /*
>                * Netra X1 may hang when the powerfail interrupt is enabled.
>                */
>               if (strcmp(machine_model, "SUNW,UltraAX-i2") != 0) {
>                       psycho_set_intr(sc, 15, psycho_powerfail,
>                               &sc->sc_regs->power_int_map,
>                               &sc->sc_regs->power_clr_int);
>                       psycho_register_power_button(sc);
>               }

 Yup.  Thanks.  I found that after I sent my initial email, and the May 2010
thread I started for this same problem in NetBSD.  Sorry for the noise to
the list.

                            - Chris



Home | Main Index | Thread Index | Old Index