PC-98 doesn't have CMOS ram.

This commit is contained in:
KATO Takenori 1998-10-10 10:36:12 +00:00
parent f40053daa9
commit 160ba1c5c8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40173
2 changed files with 4 additions and 4 deletions

View File

@ -31,7 +31,7 @@
* mpboot.s: FreeBSD machine support for the Intel MP Spec
* multiprocessor systems.
*
* $Id: mpboot.s,v 1.6 1997/10/10 09:44:05 peter Exp $
* $Id: mpboot.s,v 1.7 1998/09/06 22:41:40 tegge Exp $
*/
#include "opt_vm86.h"
@ -50,7 +50,7 @@
#define CHECK_POINTS
*/
#if defined(CHECK_POINTS)
#if defined(CHECK_POINTS) && !defined(PC98)
#define CMOS_REG (0x70)
#define CMOS_DATA (0x71)

View File

@ -31,7 +31,7 @@
* mpboot.s: FreeBSD machine support for the Intel MP Spec
* multiprocessor systems.
*
* $Id: mpboot.s,v 1.6 1997/10/10 09:44:05 peter Exp $
* $Id: mpboot.s,v 1.7 1998/09/06 22:41:40 tegge Exp $
*/
#include "opt_vm86.h"
@ -50,7 +50,7 @@
#define CHECK_POINTS
*/
#if defined(CHECK_POINTS)
#if defined(CHECK_POINTS) && !defined(PC98)
#define CMOS_REG (0x70)
#define CMOS_DATA (0x71)