Re: patch: power off

Tetsuya Isaki <[email protected]> Thu, 27 Mar 2014 01:24:03 +0900
Newsgroups gmane.os.netbsd.ports.x68k
Message-ID <x738i5yllo.wl%[email protected]>
At Tue, 25 Mar 2014 21:22:24 +0900,
Izumi Tsutsui wrote:
> Looks good, but it's also better to notify users as some other ports
> 
> 		printf("powering off...\n");
> 		delay(1000000);
> 		intio_set_sysport_powoff(0x00);
> 		intio_set_sysport_powoff(0x0f);
> 		intio_set_sysport_powoff(0x0f);
> 		delay(1000000);
> 		printf("WARNING: powerdown failed\n");
> 		delay(1000000);
> 
> because console screen is also turned off.

That's cool!  And I've committed it. Thank you!
---
Tetsuya Isaki <[email protected] / [email protected]>