K 10 svn:author V 4 kato K 8 svn:date V 27 1998-05-16T14:44:11.000000Z K 7 svn:log V 353 Some of newer PC-98 may cause "Windows Protection Fault" when booting Windows 95 after rebooting FreeBSD without power off. In PC-98 system, reboot mode is set via I/O port 0x37 in cpu_reset(), and accessing of this port is the reason of the problem. To avnoid the fault, current status of reboot mode should be checked before accessing the I/O port. END