JPH10177488A - Data transfer system - Google Patents

Data transfer system

Info

Publication number
JPH10177488A
JPH10177488A JP35349296A JP35349296A JPH10177488A JP H10177488 A JPH10177488 A JP H10177488A JP 35349296 A JP35349296 A JP 35349296A JP 35349296 A JP35349296 A JP 35349296A JP H10177488 A JPH10177488 A JP H10177488A
Authority
JP
Japan
Prior art keywords
interrupt
status information
hardware
application
factor
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.)
Pending
Application number
JP35349296A
Other languages
Japanese (ja)
Inventor
Kazuhiko Morizaki
一彦 森崎
Masahiko Handa
晶彦 半田
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.)
Victor Company of Japan Ltd
Original Assignee
Victor Company of Japan Ltd
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 Victor Company of Japan Ltd filed Critical Victor Company of Japan Ltd
Priority to JP35349296A priority Critical patent/JPH10177488A/en
Publication of JPH10177488A publication Critical patent/JPH10177488A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To obtain a data transfer system capable of informing an application of two or more kinds of interruption factors without omitting any information. SOLUTION: When a device driver 20 is interrupted by a hardware, an interruption routine is started, an interruption factor register 30c is read, the interruption factor is discriminated and a signal generating flag is set in a corresponding flag storage area 40a in shared memory 40. Furthermore, the device driver 20 is provided with an interruption handler 20c to read status information from a status register 30b, to set the status information in a corresponding status information storage area 40b in the shared memory 40 and to inform a signal indicating that the interruption factors are found in corresponding interruption handlers 10b1 to 10b3 in the application 10 by the interruption factor.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、例えばUNIXな
どのマルチタスクOSのワークステーションに、ビデオ
やオーディオのデータ処理機能を持つ拡張ボードを搭載
し、アプリケーションからのデータをデバイスドライバ
を介してワークステーションの拡張ボードにデータ転送
することによりデータのリアルタイム処理を実行するよ
うにしたデータ転送システムに関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a multitasking OS workstation such as UNIX, which is provided with an extension board having a video and audio data processing function, and transmits data from an application to the workstation via a device driver. And a data transfer system for executing data real-time processing by transferring data to an expansion board.

【0002】[0002]

【従来の技術】アプリケーションからのデータをデバイ
スドライバを介してデータ処理機能をもつハードウエア
にデータ転送することによりデータのリアルタイム処理
を実行するようにしたデータ転送システムにおいて、ハ
ードウエアにデータ転送する際にハードウエアの割り込
み処理を実行するデバイスドライバの例として、例えば
特開平8−30465号公報に示される「メッセージ駆
動型のマルチタスクシステム」及び特開平8−7708
3号公報に示される「プロセス間メッセージ通信制御シ
ステム」などがある。
2. Description of the Related Art In a data transfer system which executes real-time processing of data by transferring data from an application to hardware having a data processing function via a device driver, when data is transferred to hardware. As an example of a device driver that executes hardware interrupt processing, a “message driven multitask system” disclosed in, for example, JP-A-8-30465 and JP-A-8-7708
No. 3 discloses an "inter-process message communication control system".

【0003】このようなデータ転送システムにおいて、
ハードウエアとして、例えばUNIXなどのマルチタス
クOS(以下、単にUNIX OSと称す)のワークス
テーションに、ビデオやオーディオのデータ処理機能を
持つ拡張ボードを搭載し、アプリケーションからのデー
タをデバイスドライバを介してワークステーションの拡
張ボードにデータ転送することによりデータのリアルタ
イム処理を実行する際、UNIX OSでユーザが自由
に使用可能なシグナルはプロセス間通信における2種類
のシグナルSG1とSG2がある。デバイスドライバか
らアプリケーションにメッセージ通知するのにこのシグ
ナルが使われる。
In such a data transfer system,
As a hardware, for example, a work station of a multitask OS such as UNIX (hereinafter simply referred to as a UNIX OS) is equipped with an expansion board having a video and audio data processing function, and data from an application is transmitted via a device driver. When real-time processing of data is performed by transferring data to an expansion board of a workstation, there are two types of signals SG1 and SG2 in the inter-process communication that can be freely used by the user in the UNIX OS. This signal is used by the device driver to send a message to the application.

【0004】[0004]

【発明が解決しようとする課題】しかしながら、複数の
割り込み要因がほぼ同時刻に発生し、上述したシグナル
を使ってこれをアプリケーションの同一の割り込みハン
ドラプロセスに通知すると、シグナル受信抜けが発生す
る。例えば2つの割り込み要因があってもアプリケーシ
ョンには1つの割り込みしか発生しなかったと認識して
しまう。これを回避するために、2種類の割り込み要因
を2種類のシグナルにそれぞれアサインすることは可能
であるが、この方法だと2以上の多種の割り込み要因に
は対応できない。
However, when a plurality of interrupt factors occur at substantially the same time and are notified to the same interrupt handler process of the application using the above-mentioned signals, a signal reception miss occurs. For example, even if there are two interrupt factors, the application recognizes that only one interrupt has occurred. To avoid this, it is possible to assign two types of interrupt factors to two types of signals, respectively, but this method cannot cope with two or more types of interrupt factors.

【0005】そこで、本発明は上述した点に鑑みてなさ
れたもので、2種類以上の複数の割り込み要因がほぼ同
時刻に発生してもそれら多種の割り込み要因を通知抜け
なくアプリケーションに通知することができるデータ転
送システムを提供することを目的とするものである。
Accordingly, the present invention has been made in view of the above points, and is intended to notify an application of two or more types of interrupt factors without failing to notify them even if two or more interrupt factors occur at substantially the same time. It is an object of the present invention to provide a data transfer system capable of performing the following.

【0006】[0006]

【課題を解決するための手段】本発明に係るデータ転送
システムは、アプリケーションからのデータをデバイス
ドライバを介してデータ処理機能をもつハードウエアに
データ転送することによりデータのリアルタイム処理を
実行するようにしたデータ転送システムにおいて、前記
アプリケーションは、割り込み要因別に対応する複数の
割り込みハンドラを有し、前記ハードウエアは、割り込
み要因を記憶する割り込み要因レジスタと、割り込み要
因別に対応したステータス情報を記憶するステータス情
報レジスタとを備えてなり、かつ前記アプリケーション
と前記デバイスドライバとの間に相互が読み書き可能
で、割り込み要因別に割り込み発生があったことを識別
するためのシグナル発生フラグが設定されるフラグ記憶
領域と割り込み要因別にステータス情報が記憶されるス
テータス情報記憶領域とを有する共有メモリを備えると
ともに、前記デバイスドライバに、前記ハードウエアか
らハードウエア割り込みが発生すると割り込みルーチン
を起動して前記ハードウエアの割り込み要因レジスタを
読み取り該ハードウエアで発生した割り込み要因を識別
し、前記共有メモリの該当するフラグ記憶領域にシグナ
ル発生フラグを設定するとともに、前記ハードウエアの
ステータスレジスタからステータス情報を読み取り、当
該ステータス情報を前記共有メモリの該当するステータ
ス情報記憶領域に設定し、割り込み要因別に前記アプリ
ケーションの対応する割り込みハンドラに割り込み要因
があったことを示すシグナルを通知する割り込みハンド
ラを備えたことを特徴とするものである。
SUMMARY OF THE INVENTION A data transfer system according to the present invention performs real-time processing of data by transferring data from an application to hardware having a data processing function via a device driver. In the data transfer system described above, the application has a plurality of interrupt handlers corresponding to interrupt factors, and the hardware includes an interrupt factor register storing interrupt factors, and status information storing status information corresponding to interrupt factors. And a flag storage area in which a signal generation flag for identifying that an interrupt has occurred for each interrupt factor is set, and a flag storage area in which the application and the device driver are readable and writable between the application and the device driver. Factor A shared memory having a status information storage area in which status information is stored, and, when a hardware interrupt occurs from the hardware, the device driver starts an interrupt routine to read an interrupt factor register of the hardware. The cause of the interrupt generated in the hardware is identified, a signal generation flag is set in a corresponding flag storage area of the shared memory, status information is read from a status register of the hardware, and the status information is read from the shared memory. An interrupt handler for setting a corresponding status information storage area and notifying a signal indicating that the interrupt handler corresponding to the application has an interrupt factor for each interrupt factor is provided. .

【0007】[0007]

【発明の実施の形態】以下、本発明の実施の形態では、
1種類のシグナルを使って3種類の割り込み要因をデバ
イスドライバからアプリケーションに通知する方法を説
明するが、使用するシグナルの種類、割り込み要因の種
類はこれに限定されるものではない。図1は本発明の割
り込みメッセージ通知方法を実施するためのデータ転送
システムを示す構成図である。図1において、アプリケ
ーション10は、親プロセスとなるデータ転送及びコマ
ンド発行のためのメインルーチン10aと、このメイン
ルーチンのプログラムにしたがって生成される割り込み
要因毎に各々独立した子プロセスでなる割り込みハンド
ラ10b1〜10b3を有する。
BEST MODE FOR CARRYING OUT THE INVENTION Hereinafter, in an embodiment of the present invention,
A method of notifying three types of interrupt factors from the device driver to the application using one type of signal will be described. However, the types of signals to be used and the types of interrupt factors are not limited thereto. FIG. 1 is a configuration diagram showing a data transfer system for implementing the interrupt message notification method of the present invention. In FIG. 1, an application 10 includes a main routine 10a for data transfer and command issuing as a parent process, and an interrupt handler 10b1 to an independent child process for each interrupt factor generated according to the program of the main routine. 10b3.

【0008】前記アプリケーション10からのデータは
デバイスドライバ20を介してUNIXなどのマルチタ
スクOSのワークステーションに搭載された拡張ボード
30にデータ転送され、データ処理機能を持つハードウ
エアとしての拡張ボード30によりデータのリアルタイ
ム処理が実行されるが、前記デバイスドライバ20に
は、データ転送を行うドライバメイン部としてのデータ
転送部20aと、コマンド処理部20bと、拡張ボード
30からの割り込み発生の通知メッセージを受けると拡
張ボード30のステータスを調べて割り込み要因を判別
し、割り込み要因別にシグナルの宛先プロセスを切り替
えて通知する割り込みハンドラ20cとを備えている。
The data from the application 10 is transferred via a device driver 20 to an extension board 30 mounted on a workstation of a multitask OS such as UNIX, and is transferred by the extension board 30 as hardware having a data processing function. Data real-time processing is executed. The device driver 20 receives a data transfer unit 20a as a driver main unit for performing data transfer, a command processing unit 20b, and a notification message of an interrupt occurrence from the extension board 30. And an interrupt handler 20c for examining the status of the extension board 30 to determine the cause of the interrupt, and switching and notifying the destination process of the signal for each interrupt cause.

【0009】また、前記拡張ボード30には、転送デー
タに基づいてデータ処理を行うためのMPU、データバ
ッファ及び信号処理部などを有するメイン処理部30a
と、割り込み要因別に対応したステータス情報を記憶す
るためのステータス情報レジスタ30bと、割り込み要
因を記憶するための割り込み要因レジスタ30cとを備
えている。
The expansion board 30 includes a main processing unit 30a having an MPU, a data buffer, and a signal processing unit for performing data processing based on transfer data.
A status information register 30b for storing status information corresponding to each interrupt factor; and an interrupt factor register 30c for storing interrupt factors.

【0010】さらに、図1に示す本発明のデータ転送シ
ステムにおいては、ハードウエアの通知メッセージの詳
細情報を保持するために、前記アプリケーション10と
前記デバイスドライバ20との間に、アプリケーション
10とデバイスドライバ20との相互が読み書き可能
で、割り込み要因別に割り込み発生があったことを識別
するためのシグナル発生フラグ1〜3が設定されるフラ
グ記憶領域40aと、割り込み要因別にステータス情報
1〜3が記憶されるステータス情報記憶領域40bとを
有する共有メモリ40が設けられている。
Further, in the data transfer system of the present invention shown in FIG. 1, an application 10 and a device driver 20 are placed between the application 10 and the device driver 20 in order to hold detailed information of a hardware notification message. 20 is readable and writable, and a flag storage area 40a in which signal generation flags 1 to 3 are set to identify that an interrupt has occurred for each interrupt factor, and status information 1 to 3 are stored for each interrupt factor. A shared memory 40 having a status information storage area 40b is provided.

【0011】上述した構成を備えるデータ転送システム
における割り込み処理時の動作について説明する。ま
ず、親プロセスとなるアプリケーション10は、親プロ
セスとなるメインルーチン10aが各々の割り込み要因
に対応した3種類の割り込みハンドラ10b1〜10b
3の子プロセスを生成する。割り込みハンドラのプロセ
スは生成されると、最初に自分のプロセスIDをデバイ
スドライバ20に通知する。アプリケーション10から
デバイスドライバ20にプロセスIDを設定する場合、
UNIXの汎用インターフェースioct1を使う。こ
のプロセスIDの設定がすべて完了した後に割り込み許
可を発行し、割り込み待ちの状態になる。
The operation at the time of interrupt processing in the data transfer system having the above configuration will be described. First, the application 10 that is to be the parent process has three main types of interrupt handlers 10b1 to 10b that correspond to the respective interrupt factors.
3 is created. When the interrupt handler process is created, it first notifies its own process ID to the device driver 20. When setting a process ID from the application 10 to the device driver 20,
Uses the UNIX generic interface ioct1. After the setting of this process ID is completed, an interrupt permission is issued, and the apparatus enters an interrupt waiting state.

【0012】この状態で、デバイスドライバ20の割り
込みハンドラ20cにおいては、VME(Versa Module
Europe)などのインターフェースを有する拡張ボード
30からハードウエア割り込みが発生すると、図2に示
す割り込みルーチンが起動される。割り込みハンドラ2
0cは、この割り込みルーチンに従って、拡張ボード3
0内に備えられた割り込み要因レジスタ30cを読み取
り(図2のステップS1)、ハードウエアで発生した割
り込み要因を識別するとともに、共有メモリ40のフラ
グ記憶領域40aに対応するシグナル発生フラグを設定
する(図2のステップS2)。
In this state, in the interrupt handler 20c of the device driver 20, the VME (Versa Module
When a hardware interrupt occurs from an expansion board 30 having an interface such as Europe, an interrupt routine shown in FIG. 2 is started. Interrupt handler 2
0c is the extension board 3 according to this interrupt routine.
The CPU reads the interrupt factor register 30c provided in 0 (step S1 in FIG. 2), identifies the interrupt factor generated by hardware, and sets a signal generation flag corresponding to the flag storage area 40a of the shared memory 40 (FIG. 2). Step S2 in FIG. 2).

【0013】また、割り込みハンドラ20cは、拡張ボ
ード30内の割り込み要因に対応するステータスレジス
タ30bから詳細なステータス情報を読み取り、共有メ
モリ40のステータス情報記憶領域40bに対応するス
テータス情報を設定する(図2のステップS3)。そし
て、識別された割り込み要因別に対応するシグナルの着
信先プロセスとなる割り込みハンドラ10b1〜10b
3のいずれかにシグナルを発行して割り込みがあったこ
とをアプリケーション10に通知する(ステップS
4)。このようにすることにより、割り込み処理はリタ
ーンされ、アプリケーション10とデバイスドライバ2
0とが相互に読み書き可能な共有メモリ40には、割り
込み発生があったことを識別するフラグと、詳細なステ
ータス情報とが記憶されることになり、ユーザが使用可
能な限られたシグナルを使って、多種の割り込み要因を
通知抜けなくデバイスドライバ20からアプリケーショ
ン10に通知することができる。
The interrupt handler 20c reads detailed status information from the status register 30b corresponding to the interrupt factor in the extension board 30, and sets status information corresponding to the status information storage area 40b of the shared memory 40 (FIG. Step S3). Then, interrupt handlers 10b1 to 10b serving as destination processes of signals corresponding to the identified interrupt factors
3 is notified to the application 10 that there has been an interrupt (step S
4). By doing so, the interrupt processing is returned, and the application 10 and the device driver 2
A flag for identifying that an interrupt has occurred and detailed status information are stored in the shared memory 40 in which 0 and 0 are mutually readable and writable. Thus, the device driver 20 can notify the application 10 of various types of interrupt factors without missing notifications.

【0014】上述した実施の形態によれば、UNIXな
どのワークステーションにデータ処理機能を持つ拡張ボ
ード30を搭載し、ハードウエアの割り込みをデバイス
ドライバ20でアプリケーション10内の各割り込み要
因別に独立した割り込みハンドラ10b1〜10b3の
プロセスに対してシグナルを発行することで、2種類以
上の複数の割り込み要因が同時刻に発生しても、それら
割り込み要因を通知抜けなくアプリケーション10に通
知することが可能となる。
According to the above-described embodiment, an expansion board 30 having a data processing function is mounted on a workstation such as UNIX, and hardware interrupts can be controlled independently by the device driver 20 for each interrupt factor in the application 10. By issuing signals to the processes of the handlers 10b1 to 10b3, even if two or more interrupt factors occur at the same time, it is possible to notify the application 10 of the interrupt factors without fail. .

【0015】[0015]

【発明の効果】以上説明したように、本発明に係るデー
タ転送システムによれば、デバイスドライバに、ハード
ウエアからハードウエア割り込みが発生すると割り込み
ルーチンを起動してハードウエアの割り込み要因レジス
タを読み取り該ハードウエアで発生した割り込み要因を
識別し、共有メモリの該当するフラグ記憶領域にシグナ
ル発生フラグを設定するとともに、ハードウエアのステ
ータスレジスタからステータス情報を読み取り、当該ス
テータス情報を共有メモリの該当するステータス情報記
憶領域に設定し、割り込み要因別にアプリケーションの
対応する割り込みハンドラに割り込み要因があったこと
を示すシグナルを通知する割り込みハンドラを備えるこ
とにより、2種類以上の複数の割り込み要因がほぼ同時
刻に発生しても、ユーザが使用可能な限られたシグナル
を使って多種の割り込み要因を通知抜けなくデバイスド
ライバからアプリケーションに通知することができる。
As described above, according to the data transfer system of the present invention, when a hardware interrupt is generated from hardware, the device driver starts an interrupt routine to read the interrupt factor register of the hardware. Identify the interrupt factor that occurred in the hardware, set the signal generation flag in the corresponding flag storage area of the shared memory, read the status information from the hardware status register, and read the status information in the corresponding status information of the shared memory. By providing an interrupt handler that is set in the storage area and notifies the interrupt handler corresponding to the application of the interrupt factor for each interrupt factor, a plurality of interrupt factors of two or more types occur at approximately the same time. Even Chromatography The can with a signal limited available indication from the device driver without missing notification interrupt sources wide in application.

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

【図1】本発明に係るデータ転送システムを示す構成図
である。
FIG. 1 is a configuration diagram showing a data transfer system according to the present invention.

【図2】図1の割り込みハンドラ20cによる割り込み
処理動作を説明するためのフローチャートである。
FIG. 2 is a flowchart for explaining an interrupt processing operation by an interrupt handler 20c in FIG. 1;

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

10 アプリケーション 10a メインルーチン 10b1〜10b3 アプリケーション10内の割り込
みハンドラ 20 デバイスドライバ 20a データ転送部 20b コマンド処理部 20c デバイスドライバ20内の割り込みハンドラ 30 拡張ボード(ハードウエア) 30a メイン処理部 30b ステータスレジスタ 30c 割り込み要因レジスタ 40 共有メモリ 40a フラグ記憶領域 40b ステータス情報記憶領域
Reference Signs List 10 application 10a main routine 10b1 to 10b3 interrupt handler in application 10 20 device driver 20a data transfer unit 20b command processing unit 20c interrupt handler in device driver 20 30 expansion board (hardware) 30a main processing unit 30b status register 30c interrupt factor Register 40 Shared memory 40a Flag storage area 40b Status information storage area

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 アプリケーションからのデータをデバイ
スドライバを介してデータ処理機能をもつハードウエア
にデータ転送することによりデータのリアルタイム処理
を実行するようにしたデータ転送システムにおいて、 前記アプリケーションは、割り込み要因別に対応する複
数の割り込みハンドラを有し、前記ハードウエアは、割
り込み要因を記憶する割り込み要因レジスタと、割り込
み要因別に対応したステータス情報を記憶するステータ
ス情報レジスタとを備えてなり、かつ前記アプリケーシ
ョンと前記デバイスドライバとの間に相互が読み書き可
能で、割り込み要因別に割り込み発生があったことを識
別するためのシグナル発生フラグが設定されるフラグ記
憶領域と割り込み要因別にステータス情報が記憶される
ステータス情報記憶領域とを有する共有メモリを備える
とともに、前記デバイスドライバに、前記ハードウエア
からハードウエア割り込みが発生すると割り込みルーチ
ンを起動して前記ハードウエアの割り込み要因レジスタ
を読み取り該ハードウエアで発生した割り込み要因を識
別し、前記共有メモリの該当するフラグ記憶領域にシグ
ナル発生フラグを設定するとともに、前記ハードウエア
のステータスレジスタからステータス情報を読み取り、
当該ステータス情報を前記共有メモリの該当するステー
タス情報記憶領域に設定し、割り込み要因別に前記アプ
リケーションの対応する割り込みハンドラに割り込み要
因があったことを示すシグナルを通知する割り込みハン
ドラを備えたことを特徴とするデータ転送システム。
1. A data transfer system which executes real-time processing of data by transferring data from an application to hardware having a data processing function via a device driver, wherein the application is provided for each interrupt factor. A plurality of interrupt handlers corresponding to the application, the hardware comprising: an interrupt factor register storing an interrupt factor; and a status information register storing status information corresponding to each interrupt factor. A flag storage area in which a signal generation flag is set to identify that an interrupt has occurred for each interrupt factor, and status information storage in which status information is stored for each interrupt factor When a hardware interrupt occurs from the hardware, the device driver starts an interrupt routine to read the interrupt factor register of the hardware and identify the interrupt factor generated by the hardware. Setting a signal generation flag in a corresponding flag storage area of the shared memory, and reading status information from a status register of the hardware;
An interrupt handler for setting the status information in a corresponding status information storage area of the shared memory and notifying a signal indicating that the corresponding interrupt handler of the application has an interrupt factor for each interrupt factor is provided. Data transfer system.
JP35349296A 1996-12-17 1996-12-17 Data transfer system Pending JPH10177488A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP35349296A JPH10177488A (en) 1996-12-17 1996-12-17 Data transfer system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP35349296A JPH10177488A (en) 1996-12-17 1996-12-17 Data transfer system

Publications (1)

Publication Number Publication Date
JPH10177488A true JPH10177488A (en) 1998-06-30

Family

ID=18431211

Family Applications (1)

Application Number Title Priority Date Filing Date
JP35349296A Pending JPH10177488A (en) 1996-12-17 1996-12-17 Data transfer system

Country Status (1)

Country Link
JP (1) JPH10177488A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7448069B2 (en) 2002-11-01 2008-11-04 Fujitsu Limited Access-request control method, driver program for communication device, and communication device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7448069B2 (en) 2002-11-01 2008-11-04 Fujitsu Limited Access-request control method, driver program for communication device, and communication device

Similar Documents

Publication Publication Date Title
KR101341286B1 (en) Inter-port communication in a multi-port memory device
JP3807250B2 (en) Cluster system, computer and program
JP3093293B2 (en) Information processing device interrupt method
JP3490473B2 (en) Communication system between processors
EP0306043B1 (en) Storage of input/output command timeout and acknowledge responses
JPH02230455A (en) Interruption control system for external memory device
JPS63310051A (en) Method and apparatus for executing input/output process containing program input/output instruction
JPH10177488A (en) Data transfer system
JP2877095B2 (en) Multiprocessor system
JP2539436B2 (en) Communication method between processors
JPH0666061B2 (en) Multi CPU communication device
JPH0496167A (en) Interruption system for multi-processor system
JPH09269936A (en) Remote reading processing method and device therefor
JP2000155738A (en) Data processor
JPH056333A (en) Multi-processor system
JPH11184712A (en) Information processor
JP2922342B2 (en) Interrupt control device
KR950012507B1 (en) Method for processing interrupt in high speed mini computer system
JPS63193689A (en) Equipment status informing system
JPH1011411A (en) Interruption control system
JPH103463A (en) Inter-processor communication method
JPH04350750A (en) Computer system
JPS60244138A (en) Processor for communication control
JP2005284841A (en) Data communication device and data communication method
JPH0535507A (en) Central processing unit

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20040203