JP2000099453A - Input and output control device and method for controlling dma transfer - Google Patents

Input and output control device and method for controlling dma transfer

Info

Publication number
JP2000099453A
JP2000099453A JP10263480A JP26348098A JP2000099453A JP 2000099453 A JP2000099453 A JP 2000099453A JP 10263480 A JP10263480 A JP 10263480A JP 26348098 A JP26348098 A JP 26348098A JP 2000099453 A JP2000099453 A JP 2000099453A
Authority
JP
Japan
Prior art keywords
dma transfer
control unit
channel
page
absolute address
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.)
Granted
Application number
JP10263480A
Other languages
Japanese (ja)
Other versions
JP3214557B2 (en
Inventor
Toshio Ohira
敏男 大比良
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.)
NEC Corp
Original Assignee
NEC Corp
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 NEC Corp filed Critical NEC Corp
Priority to JP26348098A priority Critical patent/JP3214557B2/en
Publication of JP2000099453A publication Critical patent/JP2000099453A/en
Application granted granted Critical
Publication of JP3214557B2 publication Critical patent/JP3214557B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Bus Control (AREA)

Abstract

PROBLEM TO BE SOLVED: To improve the processing efficiency of a channel program by constituting a processor to preferentially execute channel processing for a processing request sent from another different channel control part during DAM transfer. SOLUTION: When a processing request is sent front another channel control part different from a channel control part executing DMA transfer at present in the DMA transfer, the processor 10 executes channel processing for the processing request from the other channel control part prior to the calculation of the absolute address of a page succeeding to a page being applied to DMA transfer at present. Since the channel processing of the processing request from the other channel control part is executed prior to the calculation of the absolute address of the page succeeding to the page being applied to DMA transfer at present when the processing request is sent from the other channel control part, the processing efficiency of the channel program in DMA transfer can be improved.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、DMA転送制御方
法に関し、特に、ページ越えを伴うDMA転送制御方法
に関する。
[0001] 1. Field of the Invention [0002] The present invention relates to a DMA transfer control method, and more particularly to a DMA transfer control method involving page over.

【0002】[0002]

【従来の技術】図2は、一般的なDMA転送制御方法が
適用される入出力装置の一構成例を示すブロック図であ
る。
2. Description of the Related Art FIG. 2 is a block diagram showing a configuration example of an input / output device to which a general DMA transfer control method is applied.

【0003】本構成例は図2に示すように、複数のチャ
ネル制御部30−1〜30−3と主記憶装置20との間
のデータ転送を制御するデータ転送制御部40と、チャ
ネル制御部30−1〜30−3及びデータ転送制御部4
0を制御するためのプロセッサ10と、DMA転送用絶
対アドレスが格納される記憶部50とから構成されてお
り、プロセッサ10内には、プロセッサ10が動作する
ためのファームウェア11が設けられており、また、主
記憶装置20内には、DMA転送を指示するチャネルプ
ログラム21が設けられている。
As shown in FIG. 2, this configuration example includes a data transfer control unit 40 for controlling data transfer between the plurality of channel control units 30-1 to 30-3 and the main storage device 20, and a channel control unit. 30-1 to 30-3 and data transfer control unit 4
0, and a storage unit 50 for storing an absolute address for DMA transfer. In the processor 10, a firmware 11 for operating the processor 10 is provided. In the main storage device 20, a channel program 21 for instructing DMA transfer is provided.

【0004】以下に、上記のように構成された入出力装
置における従来のDMA転送制御方法について説明す
る。
[0004] A conventional DMA transfer control method in the input / output device configured as described above will be described below.

【0005】図3は、図2に示した入出力装置における
従来のDMA転送制御方法を説明するためのフローチャ
ートである。
FIG. 3 is a flow chart for explaining a conventional DMA transfer control method in the input / output device shown in FIG.

【0006】まず、プロセッサ10によって、主記憶装
置20内のチャネルプログラム21のDMA転送要求
(ステップS101)に従い、データ転送制御部40内
に、DMA転送に必要なDMA転送用絶対アドレス情報
が設定される(ステップS102)。
First, in accordance with a DMA transfer request (step S101) of the channel program 21 in the main storage device 20, the processor 10 sets absolute address information for DMA transfer necessary for DMA transfer in the data transfer control unit 40. (Step S102).

【0007】また、このDMA転送が複数のページに跨
る場合(ステップS103)、後続ページの絶対アドレ
スが計算され、記憶部50に格納される(ステップS1
04)。
When the DMA transfer extends over a plurality of pages (step S103), the absolute address of the subsequent page is calculated and stored in the storage unit 50 (step S1).
04).

【0008】なお、この後続ページの絶対アドレス計算
処理は、記憶部50のエントリがフルになるか、後続す
るページが無くなるまでプロセッサ10によって行われ
(ステップS105)、ステップS105における処理
が終了後、プロセッサ10からデータ転送制御部40に
対してDMA転送起動の指示が送出される(ステップS
106)。
The processing for calculating the absolute address of the succeeding page is performed by the processor 10 until the entry in the storage unit 50 becomes full or there is no subsequent page (step S105). After the processing in step S105 is completed, An instruction to start DMA transfer is sent from the processor 10 to the data transfer control unit 40 (step S).
106).

【0009】DMA転送起動後、データ転送制御部40
にてページ越えが検出されると(ステップS107)、
プロセッサ10によって、記憶部50に格納されたDM
A転送用絶対アドレス情報が1つ取り出され、データ転
送制御部40内に設定される(ステップS108)。
After the DMA transfer is started, the data transfer control unit 40
Is detected at step S107 (step S107).
The processor 10 stores the DM stored in the storage unit 50.
One piece of A-address absolute address information is extracted and set in the data transfer control unit 40 (step S108).

【0010】ここで、後続のページがある場合(ステッ
プS109)、プロセッサ10において、空いたエント
リ分の後続ページの絶対アドレス計算処理が行われる
(ステップS110,S111)。
If there is a subsequent page (step S109), the processor 10 performs an absolute address calculation process for the subsequent page for the vacant entry (steps S110 and S111).

【0011】その後、チャネル制御部3−1〜3−3の
うち、主記憶装置20とDMA転送を行っているチャネ
ル制御部とは異なる他のチャネル制御部からの処理要求
の有無がチェックされ(ステップS112)、処理要求
があった場合は、要求のあったチャネル制御部の処理が
行われる(ステップS113)。
Thereafter, it is checked whether or not there is a processing request from another channel control unit different from the channel control unit performing the DMA transfer with the main storage device 20 among the channel control units 3-1 to 3-3 ( If there is a processing request (step S112), the processing of the requested channel control unit is performed (step S113).

【0012】一方、DMA転送起動後、データ転送制御
部40にてページ越えが検出されない場合は、ステップ
S112の処理に移る。
On the other hand, if the data transfer control unit 40 does not detect the page over after the start of the DMA transfer, the process proceeds to step S112.

【0013】DMA転送起動後からDMA転送が終了す
る(ステップS114)までは、上述した一連の処理
(ステップS107〜S113)が繰り返し行われる。
From the start of the DMA transfer to the end of the DMA transfer (step S114), the above-described series of processes (steps S107 to S113) are repeatedly performed.

【0014】つまり、DMA転送中においては、データ
転送制御部40にてページ越えが検出されず、チャネル
制御部3−1〜3−3のいずれからも処理要求がなかっ
た場合は、プロセッサ10は処理要求待ちの待機状態と
なる。
That is, during the DMA transfer, if the data transfer control unit 40 does not detect a page over and there is no processing request from any of the channel control units 3-1 to 3-3, the processor 10 executes It enters a standby state waiting for a processing request.

【0015】[0015]

【発明が解決しようとする課題】上述した従来のDMA
転送制御方法においては、プロセッサによって記憶部に
格納されるDMA転送用絶対アドレス情報格納エントリ
がフルになるまで後続ページの絶対アドレス計算処理が
行われ、その後、データ転送制御部に対してDMA転送
起動の指示が送出されているため、DMA転送起動の処
理において、長い時間プロセッサが割り当てられてしま
うという問題点がある。
SUMMARY OF THE INVENTION The above-described conventional DMA
In the transfer control method, the absolute address calculation processing of the subsequent page is performed until the DMA transfer absolute address information storage entry stored in the storage unit by the processor becomes full, and thereafter, the DMA transfer is started to the data transfer control unit. Is issued, there is a problem that the processor is allocated for a long time in the DMA transfer activation processing.

【0016】また、後続ページの絶対アドレス計算処理
が行われている間は、他のチャネル制御部からの処理要
求が抑止されてしまうという問題点がある。
Further, there is a problem that while the absolute address calculation processing of the subsequent page is being performed, processing requests from other channel control units are suppressed.

【0017】本発明は、上述したような従来の技術が有
する問題点に鑑みてなされたものであって、チャネルプ
ログラムを効率良く実行することができるDMA転送制
御方法を提供することを目的とする。
The present invention has been made in view of the above-mentioned problems of the conventional technology, and has as its object to provide a DMA transfer control method capable of efficiently executing a channel program. .

【0018】[0018]

【課題を解決するための手段】上記目的を達成するため
に本発明は、複数のチャネル制御部と主記憶装置との間
のDMA転送を制御するデータ転送制御部と、前記複数
のチャネル制御部及び前記データ転送制御部を制御する
プロセッサと、チャネル毎に一定量のエントリ数を持つ
DMA転送用絶対アドレス情報が格納される記憶部とを
有し、前記主記憶装置内のチャネルプログラムの指示に
より、前記主記憶装置と前記複数のチャネル制御部との
間のDMA転送を行う入出力制御装置において、前記プ
ロセッサは、DMA転送中に、現在DMA転送を行って
いるチャネル制御部とは異なる他のチャネル制御部から
処理要求が送出された場合、DMA転送中のページの後
続ページの絶対アドレス計算よりも、前記他のチャネル
制御部からの処理要求に対するチャネル処理を優先して
行うことを特徴とする。
In order to achieve the above object, the present invention provides a data transfer control unit for controlling a DMA transfer between a plurality of channel control units and a main memory, and the plurality of channel control units. A processor for controlling the data transfer control unit, and a storage unit for storing DMA transfer absolute address information having a fixed number of entries for each channel, and according to an instruction of a channel program in the main storage device. An input / output control device for performing a DMA transfer between the main storage device and the plurality of channel control units, wherein the processor, during the DMA transfer, is different from the channel control unit currently performing the DMA transfer. When the processing request is sent from the channel control unit, the processing from the other channel control unit is performed more than the calculation of the absolute address of the page following the page being DMA-transferred. And performing with priority channel processing for determined.

【0019】また、前記プロセッサは、DMA転送中で
あり、かつ他のチャネル制御部からの処理要求がない場
合に、DMA転送中のページの後続ページの絶対アドレ
スを計算し、計算した絶対アドレスを前記記憶部に格納
し、前記データ転送制御部におけるページ越え検出に基
づいて、前記記憶部に格納された次ページの絶対アドレ
スを用いてDMA転送を行うことを特徴とする。
The processor calculates the absolute address of a page following the page being DMA-transferred when the DMA transfer is being performed and there is no processing request from another channel control unit, and calculates the calculated absolute address. DMA transfer is performed using the absolute address of the next page stored in the storage unit, stored in the storage unit and based on the detection of a page crossing in the data transfer control unit.

【0020】また、複数のチャネル制御部と主記憶装置
との間のDMA転送を制御するデータ転送制御部と、前
記複数のチャネル制御部及び前記データ転送制御部を制
御するプロセッサと、チャネル毎に一定量のエントリ数
を持つDMA転送用絶対アドレス情報が格納される記憶
部とを有する入出力制御装置にて、前記主記憶装置内の
チャネルプログラムの指示により、前記主記憶装置と前
記複数のチャネル制御部との間のDMA転送を行うDM
A転送制御方法において、DMA転送中に、現在DMA
転送を行っているチャネル制御部とは異なる他のチャネ
ル制御部から処理要求が送出された場合、DMA転送中
のページの後続ページの絶対アドレス計算よりも、前記
他のチャネル制御部からの処理要求に対するチャネル処
理を優先して行うことを特徴とする。
A data transfer control unit for controlling a DMA transfer between the plurality of channel control units and the main storage device; a processor for controlling the plurality of channel control units and the data transfer control unit; An input / output control device having a storage unit for storing DMA transfer absolute address information having a fixed number of entries, wherein the main storage device and the plurality of channels are designated by a channel program in the main storage device. DM for performing DMA transfer with control unit
In the A transfer control method, during the DMA transfer, the current DMA
When a processing request is transmitted from another channel control unit different from the channel control unit performing the transfer, the processing request from the other channel control unit is calculated rather than the absolute address calculation of the page following the page being DMA-transferred. Is performed with priority given to channel processing.

【0021】また、DMA転送中であり、かつ他のチャ
ネル制御部からの処理要求がない場合に、DMA転送中
のページの後続ページの絶対アドレスを計算し、計算し
た絶対アドレスを前記記憶部に格納し、前記データ転送
制御部におけるページ越え検出に基づいて、前記記憶部
に格納された次ページの絶対アドレスを用いてDMA転
送を行うことを特徴とする。
When the DMA transfer is being performed and there is no processing request from another channel control unit, the absolute address of the page following the page being DMA-transferred is calculated, and the calculated absolute address is stored in the storage unit. The data is stored and DMA transfer is performed using the absolute address of the next page stored in the storage unit based on the detection of the page over in the data transfer control unit.

【0022】(作用)上記のように構成された本発明に
おいては、DMA転送中に、現在DMA転送を行ってい
るチャネル制御部とは異なる他のチャネル制御部から処
理要求が送出された場合、DMA転送中のページの後続
ページの絶対アドレス計算よりも、他のチャネル制御部
からの処理要求に対するチャネル処理が優先して行われ
るので、DMA転送中においても複数チャネル制御部の
処理が効率良く行われる。
(Operation) In the present invention configured as described above, during the DMA transfer, when a processing request is sent from another channel control unit different from the channel control unit currently performing the DMA transfer, Since the channel processing in response to the processing request from another channel control unit is performed with priority over the absolute address calculation of the page following the page being DMA-transferred, the processing of the multiple channel control units can be performed efficiently even during the DMA transfer. Will be

【0023】[0023]

【発明の実施の形態】以下に、本発明の実施の形態につ
いて図面を参照して説明する。
Embodiments of the present invention will be described below with reference to the drawings.

【0024】図1は、本発明のDMA転送制御方法の実
施の一形態を説明するためのフローチャートであり、図
2に示した入出力装置におけるDMA転送制御方法の一
例を示している。
FIG. 1 is a flowchart for explaining one embodiment of the DMA transfer control method of the present invention, and shows an example of the DMA transfer control method in the input / output device shown in FIG.

【0025】主記憶装置20内のチャネルプログラム2
1によってDMA転送が要求されると(ステップS
1)、まず、プロセッサ10よって、DMA転送用絶対
アドレス情報がデータ転送制御部40に設定される(ス
テップS2)。
Channel program 2 in main storage device 20
1 when a DMA transfer is requested (step S
1) First, the DMA transfer absolute address information is set in the data transfer control unit 40 by the processor 10 (step S2).

【0026】データ転送制御部40に対する必要なDM
A転送用絶対アドレス情報の設定が終了すると、プロセ
ッサ10からデータ転送制御部40に対してDMA転送
起動指示が送出され(ステップS3)、DMA転送が開
始する。
Necessary DM for data transfer control unit 40
When the setting of the A-transfer absolute address information is completed, a DMA transfer start instruction is sent from the processor 10 to the data transfer control unit 40 (step S3), and the DMA transfer starts.

【0027】DMA転送中、データ転送制御部40にお
いてページ越えが検出されると(ステップS4)、記憶
部50内のエントリに後続ページの絶対アドレス計算処
理により事前にDMA転送用絶対アドレス情報が格納さ
れているかどうかが検出され(ステップS5)、DMA
転送用絶対アドレス情報が格納されている場合、そのエ
ントリの情報がデータ転送制御部40に設定される(ス
テップS6)。
During the DMA transfer, when the data transfer control unit 40 detects a page over (step S4), the absolute address information for the DMA transfer is stored in advance in the entry in the storage unit 50 by the absolute address calculation processing of the subsequent page. Is detected (step S5), and the DMA
If the absolute address information for transfer is stored, the information of the entry is set in the data transfer control unit 40 (step S6).

【0028】また、DMA転送用絶対アドレス情報が格
納されていない場合は、次ページの絶対アドレスが計算
され(ステップS7)、計算された絶対アドレスがデー
タ転送制御部40に設定される。
If the absolute address information for DMA transfer is not stored, the absolute address of the next page is calculated (step S7), and the calculated absolute address is set in the data transfer control unit 40.

【0029】次に、他のチャネル制御部からの処理要求
の有無が検出され(ステップS8)、処理要求があった
場合、プロセッサ10において、処理要求があったチャ
ネル制御部に対する処理が行われる(ステップS9)。
Next, the presence or absence of a processing request from another channel control unit is detected (step S8), and if there is a processing request, the processor 10 performs processing for the channel control unit that has requested the processing (step S8). Step S9).

【0030】ここで、ステップS4においてページ越え
が検出されず、かつ、ステップS8において処理要求が
なく、プロセッサ10が待機状態になった場合は、以下
に示す、後続ページの絶対アドレス計算処理が行われ
る。
Here, if no page over is detected in step S4 and there is no processing request in step S8, and the processor 10 is in a standby state, the following process of calculating the absolute address of the subsequent page is performed. Will be

【0031】まず、ページ跨ぎがあるかどうかが検出さ
れ(ステップS10)、ページ跨ぎがある場合、DMA
転送用絶対アドレス情報が格納されるエントリの状況が
確認され(ステップS11)、該当エントリがフルでな
い場合は、後続ページの絶対アドレスが計算され、計算
された絶対アドレスが記憶部50のエントリに格納され
る(ステップ12)。
First, it is detected whether or not there is a page jump (step S10).
The status of the entry in which the absolute address information for transfer is stored is checked (step S11). If the entry is not full, the absolute address of the subsequent page is calculated, and the calculated absolute address is stored in the entry of the storage unit 50. (Step 12).

【0032】また、ページ跨ぎがない場合や、DMA転
送用絶対アドレス情報が格納されるエントリがフルの場
合は、後続ページの絶対アドレスの計算は行われない。
If there is no page jump or if the entry storing the DMA transfer absolute address information is full, the calculation of the absolute address of the subsequent page is not performed.

【0033】DMA転送起動後からDMA転送が終了す
る(ステップS13)まで、上述した処理(ステップS
4〜S9、S10〜S12)が繰り返し行われる。
From the start of the DMA transfer to the end of the DMA transfer (step S13), the above-described processing (step S13) is performed.
4 to S9 and S10 to S12) are repeatedly performed.

【0034】つまり、DMA転送中においては、データ
転送制御部40にてページ越えが検出されず、チャネル
制御部3−1〜3−3のいずれからも処理要求がなかっ
た場合は、ページ越えが検出されるか、あるいは、チャ
ネル制御部3−1〜3−3のいずれから処理要求がある
まで、プロセッサ10は処理要求待ちの待機状態とな
る。
That is, during DMA transfer, the page transfer is not detected by the data transfer control unit 40, and if there is no processing request from any of the channel control units 3-1 to 3-3, the page transfer is performed. Until it is detected, or until a processing request is received from any of the channel controllers 3-1 to 3-3, the processor 10 enters a standby state waiting for a processing request.

【0035】[0035]

【発明の効果】以上説明したように本発明においては、
DMA転送中に、現在DMA転送を行っているチャネル
制御部とは異なる他のチャネル制御部から処理要求が送
出された場合、DMA転送中のページの後続ページの絶
対アドレス計算よりも、他のチャネル制御部からの処理
要求に対するチャネル処理が優先して行われるため、D
MA転送中におけるチャネルプログラムの処理効率を向
上させることができる。
As described above, in the present invention,
During the DMA transfer, if a processing request is sent from another channel control unit different from the channel control unit that is currently performing the DMA transfer, the calculation of the absolute address of the next page of the page being DMA-transferred is performed, Since channel processing for a processing request from the control unit is performed with priority, D
The processing efficiency of the channel program during MA transfer can be improved.

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

【図1】本発明のDMA転送制御方法の実施の一形態を
説明するためのフローチャートである。
FIG. 1 is a flowchart illustrating an embodiment of a DMA transfer control method according to the present invention.

【図2】一般的なDMA転送制御方法が適用される入出
力装置の一構成例を示すブロック図である。
FIG. 2 is a block diagram illustrating a configuration example of an input / output device to which a general DMA transfer control method is applied.

【図3】図2に示した入出力装置における従来のDMA
転送制御方法を説明するためのフローチャートである。
FIG. 3 shows a conventional DMA in the input / output device shown in FIG. 2;
6 is a flowchart illustrating a transfer control method.

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

10 プロセッサ 11 ファームウェア 20 主記憶装置 21 チャネルプログラム 30−1〜30−3 チャネル制御部 40 データ転送制御部 50 記憶部 DESCRIPTION OF SYMBOLS 10 Processor 11 Firmware 20 Main storage device 21 Channel program 30-1 to 30-3 Channel control unit 40 Data transfer control unit 50 Storage unit

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 複数のチャネル制御部と主記憶装置との
間のDMA転送を制御するデータ転送制御部と、前記複
数のチャネル制御部及び前記データ転送制御部を制御す
るプロセッサと、チャネル毎に一定量のエントリ数を持
つDMA転送用絶対アドレス情報が格納される記憶部と
を有し、前記主記憶装置内のチャネルプログラムの指示
により、前記主記憶装置と前記複数のチャネル制御部と
の間のDMA転送を行う入出力制御装置において、 前記プロセッサは、DMA転送中に、現在DMA転送を
行っているチャネル制御部とは異なる他のチャネル制御
部から処理要求が送出された場合、DMA転送中のペー
ジの後続ページの絶対アドレス計算よりも、前記他のチ
ャネル制御部からの処理要求に対するチャネル処理を優
先して行うことを特徴とする入出力制御装置。
A data transfer control unit for controlling DMA transfer between a plurality of channel control units and a main storage device; a processor for controlling the plurality of channel control units and the data transfer control unit; A storage unit for storing DMA transfer absolute address information having a fixed number of entries, wherein the storage unit stores the DMA transfer absolute address information between the main storage device and the plurality of channel control units according to an instruction of a channel program in the main storage device. In the input / output control device for performing the DMA transfer of the above, when the processor transmits a processing request from another channel control unit different from the channel control unit currently performing the DMA transfer during the DMA transfer, The channel processing for the processing request from the other channel control unit is performed with priority over the calculation of the absolute address of the page following the page. Input and output control device for.
【請求項2】 請求項1に記載の入出力制御装置におい
て、 前記プロセッサは、DMA転送中であり、かつ他のチャ
ネル制御部からの処理要求がない場合に、DMA転送中
のページの後続ページの絶対アドレスを計算し、計算し
た絶対アドレスを前記記憶部に格納し、前記データ転送
制御部におけるページ越え検出に基づいて、前記記憶部
に格納された次ページの絶対アドレスを用いてDMA転
送を行うことを特徴とする入出力装置。
2. The input / output control device according to claim 1, wherein the processor is performing a DMA transfer, and there is no processing request from another channel control unit. The absolute address of the next page is stored in the storage unit, and the DMA transfer is performed using the absolute address of the next page stored in the storage unit based on the detection of the page over in the data transfer control unit. An input / output device characterized by performing.
【請求項3】 複数のチャネル制御部と主記憶装置との
間のDMA転送を制御するデータ転送制御部と、前記複
数のチャネル制御部及び前記データ転送制御部を制御す
るプロセッサと、チャネル毎に一定量のエントリ数を持
つDMA転送用絶対アドレス情報が格納される記憶部と
を有する入出力制御装置にて、前記主記憶装置内のチャ
ネルプログラムの指示により、前記主記憶装置と前記複
数のチャネル制御部との間のDMA転送を行うDMA転
送制御方法において、 DMA転送中に、現在DMA転送を行っているチャネル
制御部とは異なる他のチャネル制御部から処理要求が送
出された場合、DMA転送中のページの後続ページの絶
対アドレス計算よりも、前記他のチャネル制御部からの
処理要求に対するチャネル処理を優先して行うことを特
徴とするDMA転送制御方法。
3. A data transfer control unit for controlling DMA transfer between a plurality of channel control units and a main storage device; a processor for controlling the plurality of channel control units and the data transfer control unit; An input / output control device having a storage unit for storing DMA transfer absolute address information having a fixed number of entries, wherein the main storage device and the plurality of channels are designated by a channel program in the main storage device. In the DMA transfer control method for performing a DMA transfer with a control unit, when a processing request is sent from another channel control unit different from the channel control unit currently performing the DMA transfer during the DMA transfer, the DMA transfer is performed. Priority is given to channel processing in response to a processing request from the other channel control unit over calculation of the absolute address of the page following the middle page DMA transfer control method characterized.
【請求項4】 請求項3に記載のDMA転送制御方法に
おいて、 DMA転送中であり、かつ他のチャネル制御部からの処
理要求がない場合に、DMA転送中のページの後続ペー
ジの絶対アドレスを計算し、計算した絶対アドレスを前
記記憶部に格納し、前記データ転送制御部におけるペー
ジ越え検出に基づいて、前記記憶部に格納された次ペー
ジの絶対アドレスを用いてDMA転送を行うことを特徴
とするDMA転送制御方法。
4. The DMA transfer control method according to claim 3, wherein when the DMA transfer is being performed and there is no processing request from another channel control unit, the absolute address of a page following the page being DMA-transferred is changed. Calculating, storing the calculated absolute address in the storage unit, and performing DMA transfer using the absolute address of the next page stored in the storage unit based on the detection of page over in the data transfer control unit. DMA transfer control method.
JP26348098A 1998-09-17 1998-09-17 I / O control device and DMA transfer control method Expired - Fee Related JP3214557B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP26348098A JP3214557B2 (en) 1998-09-17 1998-09-17 I / O control device and DMA transfer control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP26348098A JP3214557B2 (en) 1998-09-17 1998-09-17 I / O control device and DMA transfer control method

Publications (2)

Publication Number Publication Date
JP2000099453A true JP2000099453A (en) 2000-04-07
JP3214557B2 JP3214557B2 (en) 2001-10-02

Family

ID=17390104

Family Applications (1)

Application Number Title Priority Date Filing Date
JP26348098A Expired - Fee Related JP3214557B2 (en) 1998-09-17 1998-09-17 I / O control device and DMA transfer control method

Country Status (1)

Country Link
JP (1) JP3214557B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007213145A (en) * 2006-02-07 2007-08-23 Yokogawa Electric Corp Network terminal equipment

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007213145A (en) * 2006-02-07 2007-08-23 Yokogawa Electric Corp Network terminal equipment

Also Published As

Publication number Publication date
JP3214557B2 (en) 2001-10-02

Similar Documents

Publication Publication Date Title
JP3525518B2 (en) Data transfer device
JPH0926885A (en) Circuit and method for control for multiple priority interrupt request with reference to microprocessor
JP3214557B2 (en) I / O control device and DMA transfer control method
JP2000276433A (en) Data transfer device
JPH05189232A (en) Automated apparatus and operating method thereof
JP3362673B2 (en) Channel control device
JPH08137703A (en) Task switching device
JP4151449B2 (en) Channel control device, data transfer device, and channel control method
JPH09190317A (en) Printing device and printing method
JPS59144955A (en) Information processor
JP2000276434A (en) Device and system for dma transfer control
JP2000029850A (en) Task controlling method using inter-processor communication of operating system
JPS6212535B2 (en)
JPH02113363A (en) Time slice controlling system for multiprocessor system
JP2000276438A (en) Dma data transfer method
JPH02133849A (en) Transfer process system for received data
JP2002229930A (en) Dma control method and media processing unit
JPH0131223B2 (en)
JPH0612260A (en) Method and device for interruption processing
JPH02128264A (en) Data transfer equipment
JPH0721111A (en) Priority level determination system
JPH1063514A (en) Information processor
JPH10320217A (en) Processing controller
JPS6120139A (en) Interruption control system
JPH03256152A (en) Input/output channel device

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees