JP3453467B2 - Information processing apparatus and power management function calling method of the information processing apparatus - Google Patents

Information processing apparatus and power management function calling method of the information processing apparatus

Info

Publication number
JP3453467B2
JP3453467B2 JP29066395A JP29066395A JP3453467B2 JP 3453467 B2 JP3453467 B2 JP 3453467B2 JP 29066395 A JP29066395 A JP 29066395A JP 29066395 A JP29066395 A JP 29066395A JP 3453467 B2 JP3453467 B2 JP 3453467B2
Authority
JP
Japan
Prior art keywords
power
information processing
processing apparatus
calling
device driver
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP29066395A
Other languages
Japanese (ja)
Other versions
JPH09114557A (en
Inventor
憲司 守田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Canon Inc
Original Assignee
Canon Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Canon Inc filed Critical Canon Inc
Priority to JP29066395A priority Critical patent/JP3453467B2/en
Publication of JPH09114557A publication Critical patent/JPH09114557A/en
Application granted granted Critical
Publication of JP3453467B2 publication Critical patent/JP3453467B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Power Sources (AREA)

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の実施の形態】本発明は情報処理装置と該情報処
理装置のパワーマネジメント機能呼び出し方法に関し、
より詳しくはオペレーティングシステムにおけるパワー
マネジメント機能を備えたコンピュータやワードプロセ
ッサ等の情報処理装置と該情報処理装置のパワーマネジ
メント機能呼び出し方法に関する。
BEST MODE FOR CARRYING OUT THE INVENTION The present invention relates to an information processing apparatus and a power management function calling method for the information processing apparatus,
More specifically, the present invention relates to an information processing apparatus such as a computer and a word processor having a power management function in an operating system and a method for calling the power management function of the information processing apparatus.

【0002】[0002]

【従来の技術】従来より、この種の情報処理装置におけ
るパワーマネジメント機能はサスペンドやレジューム等
の指示が入力されると、該入力にしたがって必要な動作
を行っているが、この場合、レジュームの必要がないデ
バイスまで、レジューム動作を行わせることとなり、無
駄な動作が起きる。このため、オペレーティング・シス
テム(以下、「OS」という)でデバイスの状態を管理
し、レジュームが必要な場合のみレジューム動作を行う
ようにデバイスドライバに指示するように構成している
ものも出現している。
2. Description of the Related Art Conventionally, a power management function in an information processing apparatus of this type performs a required operation according to an input of an instruction such as suspend or resume, but in this case, the resume is required. Resume operation is performed even for devices that do not have this, and useless operation occurs. For this reason, some operating systems (hereinafter referred to as "OS") manage the state of the device and instruct the device driver to perform the resume operation only when the resume is necessary. There is.

【0003】[0003]

【発明が解決しようとする課題】しかしながら、上記従
来例においては、デバイスドライバを呼び出す際に、そ
の機能がデバイスのパワーアップを必要とするか否かの
判断をOSで行なっているが、パワーアップを必要とす
る機能はデバイスによって異なる。したがって、無駄な
パワーアップ機能の呼び出しがなされたり、パワーアッ
プが必要であるにも拘わらずそのパワーアップ機能が呼
び出されず、デバイスドライバ側で対応するため、その
ためのプログラムの開発が複雑になり、その結果装置の
製品コストが高価なものになるという問題点があった。
However, in the above-mentioned conventional example, when the device driver is called, whether or not the function requires power-up of the device is determined by the OS. The features that require a device depend on the device. Therefore, the unnecessary power-up function is called, or the power-up function is not called even though the power-up is necessary, and the device driver handles it, which complicates the development of a program for that. As a result, the product cost of the device is high.

【0004】本発明は上記問題点に鑑みなされたもので
あって、必要な場合にパワーアップをすることができる
パワーマネジメント機能を備えた情報処理装置と該情報
処理装置のパワーマネジメント機能呼び出し方法を提供
することを目的とする。
The present invention has been made in view of the above problems, and provides an information processing apparatus having a power management function capable of powering up when necessary and a method of calling the power management function of the information processing apparatus. The purpose is to provide.

【0005】[0005]

【課題を解決するための手段】上記目的を達成するため
に本発明のうち請求項1記載の発明は、複数のデバイス
を夫々のデバイスドライバによって起動させるオペレー
ティングシステムを内蔵すると共に、レジューム機能を
有する情報処理装置において、前記レジューム機能にお
けるデバイスドライバの呼び出し要求に基づき、該デバ
イスドライバに対応するデバイスがパワーアップ状態で
あるか否かを判断する第1の判断手段と、前記第1の判
断手段により前記デバイスがパワーアップ状態でないと
判断された場合、前記デバイスのパワーアップが必要で
あるか否かを判断する第2の判断手段と、前記第2の判
断手段により前記デバイスのパワーアップが必要である
と判断された場合、前記デバイスドライバに前記デバイ
パワーアップ機能を呼び出した後、前記要求された
デバイスドライバ呼び出し、前記第1の判断手段によ
り前記デバイスがパワーアップ状態であると判断された
場合又は前記第2の判断手段により前記デバイスのパワ
ーアップが必要でないと判断された場合、前記要求され
たデバイスドライバ呼び出す呼出手段とを有すること
を特徴としている。
In order to achieve the above object, the invention according to claim 1 of the present invention incorporates an operating system for activating a plurality of devices by respective device drivers and has a resume function. In the information processing apparatus, based on a call request from the device driver in the resume function, the first determination means determines whether or not the device corresponding to the device driver is in the power-up state, and the first determination means. If it is determined that the device is not in the power-up state, the second determination unit that determines whether the device needs to be powered up, and the device needs to be powered up by the second determination unit. If it is determined that the power-up of the device to the device driver After calling capability, call the requested device driver, the first determining means by the device is powered up the device or optionally the second determining means is determined to be power-up condition If it is determined that the device driver is not required, the calling device calls the requested device driver.

【0006】また、本発明のうち請求項2記載の発明
は、請求項1記載の発明において、前記複数のデバイス
の各々がパワーアップ状態であるか否かを示す情報
前記複数のデバイスの各々のパワーアップが必要なデバ
イスドライバとを夫々記憶する記憶手段更に有するこ
とを特徴としている。さらに、本発明のうち請求項3記
載の発明は、複数のデバイスを夫々のデバイスドライバ
によって起動させるオペレーティングシステムを内蔵す
ると共に、レジューム機能を有する情報処理装置のパワ
ーマネジメント機能呼び出し方法において、前記レジュ
ーム機能におけるデバイスドライバの呼び出し要求に基
づき、該デバイスドライバに対応するデバイスがパワー
アップ状態であるか否かを判断する第1の判断工程と、
前記第1の判断工程により前記デバイスがパワーアップ
状態でないと判断された場合、前記デバイスのパワーア
ップが必要であるか否かを判断する第2の判断工程と、
前記第2の判断工程により前記デバイスのパワーアップ
が必要であると判断された場合、前記デバイスドライバ
前記デバイスパワーアップ機能を呼び出した後、前
記要求されたデバイスドライバ呼び出し、前記第1の
判断工程により前記デバイスがパワーアップ状態である
と判断された場合又は前記第2の判断工程により前記デ
バイスのパワーアップが必要でないと判断された場合、
前記要求されたデバイスドライバ呼び出す呼出工程と
を有することを特徴としている
[0006] The invention of claim 2, wherein is the invention of claim 1, wherein the information each of the plurality of devices indicate whether the power-up state,
It is characterized by further comprising storage means for respectively storing a device driver that requires power-up of each of the plurality of devices. Further, in the invention according to claim 3 of the present invention, in the power management function calling method of an information processing apparatus having a built-in operating system for activating a plurality of devices by respective device drivers, the resume function is provided. A first determination step of determining whether or not the device corresponding to the device driver is in a power-up state based on the device driver call request in
A second determining step of determining whether or not the device needs to be powered up when it is determined by the first determining step that the device is not in a power-up state;
If it is determined by the second determination step that the device needs to be powered up, the device driver
After calling the power-up function of the device, calling the requested device driver, by the first case the device by determining step it is determined to be power-up state or the second determination step If it is determined that the device does not need to be powered up,
And a calling step for calling the requested device driver .

【0007】上記請求項記載の発明によれば、レジュ
ーム機能におけるデバイスドライバの呼び出し要求に基
づき、該デバイスドライバに対応するデバイスがパワー
アップ状態であるか否かを判断し、デバイスがパワーア
ップ状態でないと判断された場合、デバイスのパワーア
ップが必要であるか否かを判断し、デバイスのパワーア
ップが必要であると判断された場合、前記デバイスドラ
イバにデバイスパワーアップ機能を呼び出した後、要
求されたデバイスドライバ呼び出し、デバイスがパワ
ーアップ状態であると判断された場合又はデバイスのパ
ワーアップが必要でないと判断された場合、要求された
デバイスドライバ呼び出す。
According to the first aspect of the invention, based on the call request of the device driver in the resume function, it is determined whether or not the device corresponding to the device driver is in the power-up state, and the device is in the power-up state. If not, it is determined whether the device needs to be powered up, and if it is determined that the device needs to be powered up, the device driver
After calling power-up function of the device driver, calling the requested device driver, if the device is determined to be power-up or when the device is determined to be powered up is not required, the requested call the device driver.

【0008】[0008]

【発明の実施の形態】以下、本発明の実施の形態を図面
に基づいて詳説する。
BEST MODE FOR CARRYING OUT THE INVENTION Embodiments of the present invention will be described below in detail with reference to the drawings.

【0009】図1は本発明に係る情報処理装置の一実施
の形態としてのコンピュータのブロック構成図であっ
て、該コンピュータは、サスペンド処理及びレジューム
処理を要求するサスペンド・レジュームスイッチ1と、
所定情報を入力するマウス2と、入力情報を記録するハ
ードディスク3及びフロッピーディスク4と、入力情報
や演算結果等を出力して表示する表示装置5と、これら
各デバイス(マウス2、ハードディスク3、フロッピー
ディスク4及び表示装置5)がパワーアップ状態である
か否かを示す情報を記憶すると共にパワーアップが必要
なデバイス等の登録及びこれら各デバイスを起動させる
デバイスドライバのエントリを登録するメモリ6と、こ
れら各構成要素の制御を司るCPU7とから構成されて
いる。
FIG. 1 is a block configuration diagram of a computer as an embodiment of an information processing apparatus according to the present invention. The computer includes a suspend / resume switch 1 for requesting a suspend process and a resume process.
A mouse 2 for inputting predetermined information, a hard disk 3 and a floppy disk 4 for recording the input information, a display device 5 for outputting and displaying the input information and calculation results, and each of these devices (mouse 2, hard disk 3, floppy disk). disk 4 and the display device 5) is powered up
The memory 6 stores information indicating whether or not the device is required to be powered up, and registers a device driver entry for activating each of these devices, and a CPU 7 that controls each of these components. ing.

【0010】図2は各デバイスドライバの内、デバイス
としてのフロッピーディスクを起動させるフロッピーデ
ィスクドライバの初期化手順を示すフローチャートであ
る。
FIG. 2 is a flow chart showing an initialization procedure of a floppy disk driver for activating a floppy disk as a device among the device drivers.

【0011】ステップS1ではデバイスドライバを起動
該デバイスドライバが有するドライバ機能が呼び出さ
れる。次いでステップS2ではデバイスをパワーアップ
するために必要とされるデバイスドライバのドライバ
(デバイスのパワーアップ機能)のエントリがメモリ
内部の第1の所定領域に記憶され、続くステップS3
ではデバイスをパワーアップするには不必要なデバイス
ドライバのドライバ機能がメモリ内部の第2の所定領
域に記憶され、次いでステップS4でその他の初期化を
行い、処理を終了する。
[0011] The driver functions of the said device driver to start the step S1 the device driver is <br/> put out call. Then power up the device in step S2.
The entry of the driver function (device power-up function) of the device driver required for
6 is stored in the first predetermined area inside, and the subsequent step S3
The unnecessary device to power up the device in
Driver driver function is stored in a second predetermined area of the internal memory 6, then performs other initialization in step S4, the process ends.

【0012】図3はデバイスドライバ(フロッピーディ
スクドライバ)の呼び出し手順を示すフローチャートで
あって、サスペンド・レジュームスイッチ1を押下し、
既にサスペンド状態にあったコンピュータに対してレジ
ュームを要求してレジュームが終了し、しかる後、フロ
ッピーディスク4にアクセスする場合の動作手順を示し
ている。
FIG. 3 is a flow chart showing the procedure for calling the device driver (floppy disk driver), in which the suspend / resume switch 1 is depressed.
The operation procedure is shown in the case where the resume request is made to the computer which is already in the suspended state and the resume is completed, and thereafter the floppy disk 4 is accessed.

【0013】ステップS11ではデバイスドライバの呼
び出し要求を行い、続くステップS12ではパワーアッ
プ状態か否かを判断する。フロッピーディスクは既に
サスペンドされているので、ステップS12の答は否定
(No)となり、次いでステップS13ではパワーアッ
プが必要か否かを判断する。そして、フロッピーディス
ク4をアクセスするため、ステップS13の答は肯定
(Yes)となり、フロッピーディスク4のパワーアッ
プ機能呼び出しをデバイスドライブに行い、フロッピ
ーディスク4にアクセスする。そしてこの後ステップS
11でなされていたデバイスドライバの呼び出し要求に
より、デバイスドライバの呼び出しを行い(ステップS
15)処理を終了する。
In step S11, a device driver call request is issued, and in the following step S12, it is determined whether or not the power is on. Since the floppy disk 4 has been suspended, the answer at step S 12 is negative (No), and the then step S13 power up the determines whether necessary. Then, in order to access the floppy disk 4, the answer to step S13 is performed affirmative (Yes). Therefore, the Shi call to power up function of the floppy disk 4 to the device drive, to access the floppy disk 4. And after this step S
In response to the device driver call request made in step 11, the device driver is called (step S
15) End the process.

【0014】一方、ステップS12でパワーアップ状態
と判断されたとき、或いはステップS13でパワーアッ
プが必要でないと判断されたときは、そのままステップ
S15に進んでデバイスドライバの呼び出し要求に応じ
たデバイスドライバを呼び出し処理を終了する。
On the other hand, if it is determined in step S12 that the device is in the power-up state, or if it is determined in step S13 that the power-up is not required, the process directly proceeds to step S15 and the device driver corresponding to the device driver call request is selected. The call processing ends.

【0015】尚、本発明は上記実施の形態に限定される
ものではなく要旨を逸脱しない範囲で変更可能である。
また、上記実施の形態ではフロッピーディスクをデバイ
スドライバで駆動させる場合について述べたが、ハード
ディスクや表示装置等他のデバイスについて特定機能を
パワーアップをさせたい場合についても同様に適用する
ことができる。また、上記実施の形態では情報処理装置
としてコンピュータを使用して説明したが、デバイスド
ライバによって複数のデバイスに対応可能なオペレーテ
ィングシステムを搭載した情報処理装置であればよく、
ワードプロセッサ等にも同様に適用できるのはいうまで
もない。
The present invention is not limited to the above-mentioned embodiments, and can be modified within the scope of the invention.
Further, in the above embodiment, the case where the floppy disk is driven by the device driver has been described, but the same can be applied to the case where it is desired to power up a specific function of another device such as a hard disk or a display device. Further, although a computer is used as the information processing device in the above-described embodiment, any information processing device may be used as long as it is equipped with an operating system that can support a plurality of devices by a device driver.
It goes without saying that the same can be applied to word processors and the like.

【0016】[0016]

【発明の効果】以上詳述したように本発明によれば、不
要なデバイスのパワーアップが行われないため、レジュ
ーム処理の高速化を図ることができ、且つ消費電力を抑
制することができる。
As described in detail above, according to the present invention, unnecessary devices are not powered up, so that the resume process can be speeded up and power consumption can be suppressed.

【0017】また、パワーアップの必要なデバイス機能
が確実にパワーアップされるので、パワーマネジメント
対応のデバイスドライバの開発が容易となり、しかもデ
バイスドライバの単純化が可能となり、バグ発生の虞を
極力回避することができる。
Further, since the device function requiring power-up is surely powered up, the development of a device driver compatible with power management is facilitated, and the device driver can be simplified, and the possibility of bug occurrence is avoided as much as possible. can do.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明に係る情報処理装置の一実施の形態とし
てのコンピュータのブロック構成図である。
FIG. 1 is a block configuration diagram of a computer as an embodiment of an information processing apparatus according to the present invention.

【図2】デバイスドライバの初期化手順を示すフローチ
ャートである。
FIG. 2 is a flowchart showing an initialization procedure of a device driver.

【図3】本発明に係るパワーマネジメント機能呼び出し
方法を示すフローチャートである。
FIG. 3 is a flowchart showing a power management function calling method according to the present invention.

【符号の説明】[Explanation of symbols]

1 サスペンド・レジュームスイッチ 2 マウス(デバイス) 3 ハードディスク(デバイス) 4 フロッピー(登録商標)ディスク(デバイス) 5 表示装置(デバイス) 6 メモリ(記憶手段 7 CPU(第1及び第2の判断手段、呼出手段)1 Suspend / Resume Switch 2 Mouse (Device) 3 Hard Disk (Device) 4 Floppy (registered trademark) Disk (Device) 5 Display Device (Device) 6 Memory (Storage Means ) 7 CPU (First and Second Judgment Means, Call) means)

───────────────────────────────────────────────────── フロントページの続き (58)調査した分野(Int.Cl.7,DB名) G06F 1/32 G06F 13/10 310 G06F 13/10 330 ─────────────────────────────────────────────────── ─── Continuation of the front page (58) Fields surveyed (Int.Cl. 7 , DB name) G06F 1/32 G06F 13/10 310 G06F 13/10 330

Claims (3)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 複数のデバイスを夫々のデバイスドライ
バによって起動させるオペレーティングシステムを内蔵
すると共に、レジューム機能を有する情報処理装置にお
いて、 前記レジューム機能におけるデバイスドライバの呼び出
要求に基づき、該デバイスドライバに対応するデバイ
スがパワーアップ状態であるか否かを判断する第1の判
断手段と、 前記第1の判断手段により前記デバイスがパワーアップ
状態でないと判断された場合、前記デバイスのパワーア
ップが必要であるか否かを判断する第2の判断手段と、 前記第2の判断手段により前記デバイスのパワーアップ
が必要であると判断された場合、前記デバイスドライバ
前記デバイスパワーアップ機能を呼び出した後、前
記要求されたデバイスドライバ呼び出し、前記第1の
判断手段により前記デバイスがパワーアップ状態である
と判断された場合又は前記第2の判断手段により前記デ
バイスのパワーアップが必要でないと判断された場合、
前記要求されたデバイスドライバ呼び出す呼出手段と
を有することを特徴とする情報処理装置。
1. An information processing apparatus having an operating system for activating a plurality of devices by respective device drivers and having a resume function, wherein the device driver is called in the resume function.
Then , based on the request, a first determination unit that determines whether the device corresponding to the device driver is in the power-up state, and the first determination unit determines that the device is not in the power-up state. A second determining means for determining whether or not the device needs to be powered up, and the device driver if the second determining means determines that the device needs to be powered up.
After calling the power-up function of the device, calling the requested device driver, by the first case the device is determined to be powered up by the determining means or said second determining means If it is determined that the device does not need to be powered up,
An information processing apparatus comprising: a calling unit that calls the requested device driver.
【請求項2】 前記複数のデバイスの各々がパワーアッ
プ状態であるか否かを示す情報、前記複数のデバイス
の各々のパワーアップが必要なデバイスドライバとを夫
々記憶する記憶手段更に有することを特徴とする請求
項1記載の情報処理装置。
2. A husband and information indicating whether each of the plurality of devices are powered up, and said plurality of devices, each power-up the necessary device drivers of
The information processing apparatus according to claim 1, further comprising storage means for storing each .
【請求項3】 複数のデバイスを夫々のデバイスドライ
バによって起動させるオペレーティングシステムを内蔵
すると共に、レジューム機能を有する情報処理装置のパ
ワーマネジメント機能呼び出し方法において、 前記レジューム機能におけるデバイスドライバの呼び出
要求に基づき、該デバイスドライバに対応するデバイ
スがパワーアップ状態であるか否かを判断する第1の判
断工程と、 前記第1の判断工程により前記デバイスがパワーアップ
状態でないと判断された場合、前記デバイスのパワーア
ップが必要であるか否かを判断する第2の判断工程と、 前記第2の判断工程により前記デバイスのパワーアップ
が必要であると判断された場合、前記デバイスドライバ
前記デバイスパワーアップ機能を呼び出した後、前
記要求されたデバイスドライバ呼び出し、前記第1の
判断工程により前記デバイスがパワーアップ状態である
と判断された場合又は前記第2の判断工程により前記デ
バイスのパワーアップが必要でないと判断された場合、
前記要求されたデバイスドライバ呼び出す呼出工程と
を有することを特徴とするパワーマネジメント機能呼び
出し方法。
3. A method of calling a power management function of an information processing apparatus, comprising an operating system for activating a plurality of devices by respective device drivers, and having a resume function, wherein the device driver is called in the resume function.
Then , based on the request, a first determination step of determining whether or not the device corresponding to the device driver is in the power-up state, and the case where it is determined that the device is not in the power-up state by the first determination step A second determination step of determining whether or not the device needs to be powered up, and the device driver if it is determined by the second determination step that the device has to be powered up.
After calling the power-up function of the device, calling the requested device driver, by the first case the device by determining step it is determined to be power-up state or the second determination step If it is determined that the device does not need to be powered up,
And a calling step for calling the requested device driver.
JP29066395A 1995-10-13 1995-10-13 Information processing apparatus and power management function calling method of the information processing apparatus Expired - Fee Related JP3453467B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP29066395A JP3453467B2 (en) 1995-10-13 1995-10-13 Information processing apparatus and power management function calling method of the information processing apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP29066395A JP3453467B2 (en) 1995-10-13 1995-10-13 Information processing apparatus and power management function calling method of the information processing apparatus

Publications (2)

Publication Number Publication Date
JPH09114557A JPH09114557A (en) 1997-05-02
JP3453467B2 true JP3453467B2 (en) 2003-10-06

Family

ID=17758890

Family Applications (1)

Application Number Title Priority Date Filing Date
JP29066395A Expired - Fee Related JP3453467B2 (en) 1995-10-13 1995-10-13 Information processing apparatus and power management function calling method of the information processing apparatus

Country Status (1)

Country Link
JP (1) JP3453467B2 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4484270B2 (en) * 1999-06-01 2010-06-16 キヤノン株式会社 Printer and printer control method
JP4182928B2 (en) 2004-07-07 2008-11-19 セイコーエプソン株式会社 Information processing apparatus, memory management program, and memory management method
JP2006048190A (en) 2004-08-02 2006-02-16 Seiko Epson Corp Information processor and power control method
JP4341594B2 (en) * 2005-06-30 2009-10-07 セイコーエプソン株式会社 Program for causing computer to execute information processing apparatus and power control method

Also Published As

Publication number Publication date
JPH09114557A (en) 1997-05-02

Similar Documents

Publication Publication Date Title
JP3659062B2 (en) Computer system
TWI480803B (en) Shared file system management between independent operating systems
JP4562910B2 (en) Operating system application program interface
JP3037826B2 (en) Mode switching method and apparatus
JP2002529807A (en) Method and apparatus for providing intelligent power management
US6418485B1 (en) System and method for managing device driver logical state information in an information handling system
JPH09212416A (en) Computer system and its power managing method
US20060195836A1 (en) Computer platform operating system compatibility management method and system
US5963219A (en) Method for storing and restoring data of a graphic device
JP3453467B2 (en) Information processing apparatus and power management function calling method of the information processing apparatus
US6125236A (en) Method and apparatus for providing user control of multimedia parameters
US6115765A (en) Method of swapping auxiliary storage devices using a suspend mode
JPH06180668A (en) Computer system
JPH0798663A (en) Asynchronous i/o control system
JPH0916409A (en) Microcomputer
JPH07225694A (en) Virtual computer system
JPH08272755A (en) Process switching device
JP3290868B2 (en) Display control device
JP3074223B2 (en) Audio and image output method
JP3253133B2 (en) Monitoring device and monitoring method for programmable controller
JP2002182901A (en) Coprocessor data access controller, its method and its instruction format
JPH0581045A (en) Method and device for accessing hardware register
JPS63298442A (en) Application managing device
JPH11338774A (en) Information processor, its system bus optimizing method and recording medium recording control program therefor
JPH08263368A (en) Information processor

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20070718

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080718

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080718

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090718

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090718

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100718

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100718

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110718

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120718

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120718

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130718

Year of fee payment: 10

LAPS Cancellation because of no payment of annual fees