JPS6073758A - Disk cache control system - Google Patents

Disk cache control system

Info

Publication number
JPS6073758A
JPS6073758A JP58180225A JP18022583A JPS6073758A JP S6073758 A JPS6073758 A JP S6073758A JP 58180225 A JP58180225 A JP 58180225A JP 18022583 A JP18022583 A JP 18022583A JP S6073758 A JPS6073758 A JP S6073758A
Authority
JP
Japan
Prior art keywords
director
data
cache memory
disk drive
channel
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
JP58180225A
Other languages
Japanese (ja)
Inventor
Yoshiro Shirayanagi
白柳 芳朗
Katsunori Nakamura
中村 勝憲
Shigeru Kijiro
木城 茂
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP58180225A priority Critical patent/JPS6073758A/en
Publication of JPS6073758A publication Critical patent/JPS6073758A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/08Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Memory System Of A Hierarchy Structure (AREA)

Abstract

PURPOSE:To improve throughput by installing a controller with a cache memory between a main memory unit and a disk driving device and processing data load. CONSTITUTION:It is assumed that a CPU10 comes to require input processing for a disk driving device 18a during program execution of the CPU10, and actuates a channel 12a. The channel 12a gives indications of reading data from said device 18a for a director 15a. When the data do not exist in a cache memory 17, the director 15a tries to read out the data directly from the disk driving device 18a. When this bus is processing, the director must wait until the processing finishes. Therefore the director 15a executes command re-trial, and set a channel switch 19a to a by-pass position. A director 15b is aware that a by-pass action is conducted and asks for issuing a re-trial command. Then the director 15b receives the command and resumes procesing. In such a constitution, throughput can be improved.

Description

【発明の詳細な説明】 〔発明の利用分野〕 本発明はディスクキャッシュ制御方式に関し、特にディ
スクキャッシュサブシステムに必須であるディスク駆動
装置からキャッシュメモリへのデータロード処理によっ
て、入出力起動が待たされることを防止し、スループッ
トを向上することを可能とするディスクキャッシュ制御
方式に関するものである。
[Detailed Description of the Invention] [Field of Application of the Invention] The present invention relates to a disk cache control method, and in particular, the present invention relates to a disk cache control method. This invention relates to a disk cache control method that can prevent such problems and improve throughput.

〔発明の背景〕[Background of the invention]

ディスクサブシステムにおけるディスク装置のアクセス
速度の向上の程度は、中央処理装置(以下、rCPUJ
という)のアクセス速度の向上の程度に比べて概して低
く、システム全体のスループット向上という見地からは
、ディスク装置のアクセス速度がボトルネックとなって
いた。
The degree of improvement in the access speed of disk devices in the disk subsystem is determined by the central processing unit (rCPUJ).
However, the access speed of the disk device has been a bottleneck from the perspective of improving the throughput of the entire system.

これを解決する一手法として、主記憶装置とディスク駆
動装置との間にキャッシュメモリを設け、該キャッシュ
メモリ内に将来CPUによって参照される可能性の高い
データを置くことによって、入出力処理の高速化を図っ
た、いわゆるディスクキャッシュが実現されている。
One method to solve this problem is to provide a cache memory between the main storage device and the disk drive, and to store data that is likely to be referenced by the CPU in the future in the cache memory, which allows high-speed input/output processing. A so-called disk cache has been realized.

ディスクキャッシュ処理を行う場合、キャッシュ制御の
ため、次のような処理が新たに加わる場合が多い。すな
わち、前述の如く、キャッシュメモリ内にCPUによっ
て参照される可能性の高いデータを常に保持するために
、CPUによりアクセスされたデータをキャッシュメモ
リ内に取込む処理が行われる。これは、一般に、ディス
ク装置上のファイルのうち、使用されているファイルは
ごくわずかであり、前記CPUにより参照されたデータ
の近くにあるデータは現在使用されているファイルに属
すると考えられ、従って、前記CPUにより参照された
データの近くにあるデータは、他のデータに比べてCP
Uにより参照される可能性が高いという理由による。
When performing disk cache processing, the following new processing is often added for cache control. That is, as described above, in order to always hold data that is likely to be referenced by the CPU in the cache memory, a process is performed in which data accessed by the CPU is taken into the cache memory. This is because, in general, only a small number of files on the disk device are in use, and data near the data referenced by the CPU is considered to belong to the files currently in use. , data near the data referenced by the CPU is more expensive than other data.
This is because there is a high possibility that it will be referenced by U.

上述の処理は従来のディスク駆動装置へのCPUからの
入出力処理に付随する処理であり、キャッシュを持つこ
とにより必然的に必要となる処理である。一般に、上記
キャッシュメモリへのロード処理はlトラックあるいは
数トラツクを対象として行われ、この処理のためにキャ
ッシュ制御部がディスク1回転ないし数回転の間専有さ
れてしまうことになり、パス使用効率上好ましくない。
The above-mentioned process is a process that accompanies the input/output process from the CPU to the conventional disk drive device, and is necessarily necessary due to the presence of a cache. Generally, the above-mentioned loading process to the cache memory is performed for one track or several tracks, and for this process, the cache control unit is exclusively occupied for one to several disk revolutions, which reduces path usage efficiency. Undesirable.

そこで、この対策として、本出方人が先に特願昭57−
209420号「並列転送型ディレクタ装置」により提
案した如く、キャッシュメモリの書込み、読出し論理を
独立に持ち、ディスク駆動装置からキャッシュメモリへ
のデータロードと同時に、キャッシュメモリ内の別のデ
ータをチャネル転送する、いわゆる、並列転送方式を採
用することが考えられる。この方式によれば、キャッシ
ュメモリへのデータロード中に入出力命令を受付けるこ
とができ、それが主記憶装置に転送する入力命令であり
、かつ、その入力命令が対象とするデータが上記キャッ
シュメモリ内に存在するとき、ロード動作と並行して入
力命令が実行できる。
Therefore, as a countermeasure to this problem, Hondekata first filed a patent application in 1983-
As proposed in No. 209420, "Parallel Transfer Type Director Device," it has independent cache memory write and read logic, and at the same time as data is loaded from the disk drive to the cache memory, other data in the cache memory is channel-transferred. , it is conceivable to adopt a so-called parallel transfer method. According to this method, an input/output command can be accepted while data is being loaded into the cache memory, and the input/output command is an input command to be transferred to the main memory, and the data targeted by the input command is the cache memory. input instructions can be executed in parallel with the load operation.

しかしながら、上記キャッシュメモリ内に対象データが
存在するか否かをチェックすることは、上記入出力命令
を受付け、該入出力命令の対象とするデータの位置(デ
ィスク駆動装置のアドレス。
However, checking whether the target data exists in the cache memory involves accepting the input/output command and determining the location of the data targeted by the input/output command (address of the disk drive device).

シリンダヘッドアドレスあるいはデータID等) j 
− を知らなければならないため、キャッシュメモリ内に対
象データが存在しないと判明した場合、あるいは出力命
令であった場合には、上記入出力命令を別データバスで
処理することができず、前記キャッシュデータロード処
理が終了するまで上記入出力命令が実行できないという
問題がある。
cylinder head address or data ID, etc.) j
− If it turns out that the target data does not exist in the cache memory, or if it is an output instruction, the above input/output instruction cannot be processed on a separate data bus, and the cache There is a problem in that the above input/output command cannot be executed until the data load process is completed.

〔発明の目的〕[Purpose of the invention]

本発明は上記事情に鑑みてなされたもので、その目的と
するところは、特に上記並列転送方式を採用した場合に
おける、ディスクキャッシュ導入による新たな処理の追
加により、キャッシュ制御部がボトルネックとなること
を防止したディスクキャッシュ制御方式を提供すること
にある。
The present invention has been made in view of the above circumstances, and its purpose is to prevent the cache control unit from becoming a bottleneck due to the addition of new processing due to the introduction of disk cache, especially when the above parallel transfer method is adopted. The object of the present invention is to provide a disk cache control method that prevents this from occurring.

〔発明の概要〕[Summary of the invention]

CPUとディスク駆動装置間のデータバスの使用率は、
種々の方法で均一化が図られているが一般に均一ではな
い。本発明の要点は、キャッシュメモリへのデータロー
ド処理に使用されていないパスをディスク制御装置自身
で検知し、そのパスに入出力動作を渡すことによってパ
ス使用の効率4− 化を図った点にある。
The data bus utilization between the CPU and the disk drive is
Although various methods have been used to achieve uniformity, it is generally not uniform. The key point of the present invention is that the disk control device itself detects paths that are not used for data loading processing into the cache memory, and passes input/output operations to those paths, thereby increasing the efficiency of path usage. be.

〔発明の実施例〕[Embodiments of the invention]

以下、本発明の実施例を図面に基づいて詳細に説明する
Embodiments of the present invention will be described in detail below with reference to the drawings.

第1図は本発明の一実施例を示す計算機システムの構成
図である。図において、10はCPU、11は主記憶装
置、12a、12bはチャネル、14はディスク制御装
置、18a〜18nはディスク駆動装置群である。
FIG. 1 is a configuration diagram of a computer system showing an embodiment of the present invention. In the figure, 10 is a CPU, 11 is a main storage device, 12a and 12b are channels, 14 is a disk control device, and 18a to 18n are a group of disk drive devices.

CPUl0はプログラムの命令を解読してディスク駆動
装置群18a〜18n内のディスク駆動装置に対する入
出力命令があればチャネル12aあるいはチャネル12
bに対して命令を出す機能を有するものである。また、
主記憶装置11は上記CPUl0の演算結果とディスク
駆動装置からのデータを貯える機能を有するものである
The CPU 10 decodes program commands and, if there is an input/output command for a disk drive in the disk drive groups 18a to 18n, sends the command to the channel 12a or channel 12.
It has the function of issuing commands to b. Also,
The main storage device 11 has a function of storing the calculation results of the CPU 10 and data from the disk drive device.

チャネル12aおよびチャネル12bは上記主記憶装置
11とディスク制御装置14との間のデータ転送を行う
機能およびこれに付随する機能を有するものである。更
に、ディスク制御装置14は上記チャネル12aおよび
チャネル12bとディスク駆動装置群18a〜18nと
の間のデータ転送およびそれに付随する機能を有するも
のである。ディスク駆動装置群18a−18nには、C
PU10の指令に従って、データが貯えられる。なお、
上記チャネル12aおよびチャネル12bとは、構造2
機能が互に等しいものである。
The channels 12a and 12b have the function of transferring data between the main storage device 11 and the disk control device 14, and other functions associated therewith. Furthermore, the disk controller 14 has data transfer between the channels 12a and 12b and the disk drive groups 18a to 18n, and functions associated therewith. The disk drive groups 18a-18n include C
Data is stored according to instructions from the PU 10. In addition,
The channel 12a and the channel 12b are the structure 2
They have the same function.

以下、ディスク制御装置14の内部構造を第2図に従っ
て説明する。
The internal structure of the disk control device 14 will be described below with reference to FIG.

ディスク制御装置14はデータを一時貯えるキャッシュ
メモリ17と、パス制御情報バッファ16と。
The disk control device 14 includes a cache memory 17 for temporarily storing data, and a path control information buffer 16.

前記チャネル12aとディスク駆動装置群18a〜18
nとの間のデータ転送およびキャッシュ処理を行うディ
レクタ15a、および前記チャネル12bとディスク駆
動装置群18a〜18nとの間のデータ転送およびキャ
ッシュ処理を行うディレクタ15bから構成されている
。なお、ディレクタ15aとディレクタ15bとはその
構造2機能が互いに等しいものである。
The channel 12a and disk drive groups 18a to 18
The director 15a performs data transfer and cache processing between the channel 12b and the disk drive groups 18a to 18n. Note that the director 15a and the director 15b have the same structure and function.

ここで、ディレクタ15aおよびディレクタ15bは前
記並列転送方式をとり、ディスク駆動装置群18a〜1
8nからキャッシュメモリ17への書込み動作と、キャ
ッシュメモリ17から前記チャネル12aまたはチャネ
ル12bへの読出し動作を同時に行うことができるもの
とする。
Here, the director 15a and the director 15b adopt the parallel transfer method, and the disk drive groups 18a to 1
It is assumed that a write operation from 8n to the cache memory 17 and a read operation from the cache memory 17 to the channel 12a or channel 12b can be performed simultaneously.

なお、上記キャッシュメモリ17は、ディスク駆動装置
群18a〜18n内に存在するデータのうち、最も近い
将来、CPUによって参照される可能性の高いデータを
格納するメモリであることは前述の通りであり、格納さ
れるデータのブロックがどのディスク駆動装置のどの部
分に対応するかを示す制御データ(前記、ディスク駆動
装置アドレス。
As described above, the cache memory 17 is a memory that stores data that is most likely to be referenced by the CPU in the near future among the data existing in the disk drive groups 18a to 18n. , control data indicating which part of which disk drive the block of data to be stored corresponds to (disk drive address).

シリンダアドレス等)をも合わせて格納できるものであ
る。
It is also possible to store information such as cylinder addresses, etc.

パス制御情報バッファ16はディレクタ15aおよびデ
ィレクタ15bの動作状況を貯えるバッファである。バ
イパス機構付きチャネルスイッチ(以下、単に「チャネ
ルスイッチ」という)19aはディレクタ15aのマイ
クロプログラムの指令により、チャネル12aからの起
動をバイパスして、ディレクタ7− 12bに渡す機能を有し、チャネルスイッチ19bは上
記ディレクタ15aに設けられているものと同じ構成9
機能を有するものとなっている。
The path control information buffer 16 is a buffer that stores the operating status of the director 15a and director 15b. A channel switch with a bypass mechanism (hereinafter simply referred to as a "channel switch") 19a has a function of bypassing activation from the channel 12a and passing it to the director 7-12b according to instructions from the microprogram of the director 15a. has the same configuration 9 as that provided in the director 15a.
It has a function.

チャネル12aとディレクタ15aとのデータバスを2
08.ディレクタ15aからディレクタ15bへのデー
タバスのバイパス経路を21aとする。これと対称の、
チャネル12bとディレクタ15bとのデータバスを2
0b、ディレクタ15bからディレクタ15aへのデー
タバスのバイパス経路を21bとする。
The data bus between channel 12a and director 15a is
08. A data bus bypass path from the director 15a to the director 15b is designated as 21a. Symmetrical to this,
2 data buses between channel 12b and director 15b
0b, and the bypass route of the data bus from the director 15b to the director 15a is designated as 21b.

上記バイパス経路21a、21bの両端のアドレスは一
致させておき、起動がバイパスされても終端で受付けら
れるようにする。
The addresses at both ends of the bypass paths 21a and 21b are made to match, so that even if activation is bypassed, it can be accepted at the end.

以下、上述の如く構成された本実施例の動作の概要を説
明する。なお、以下の説明においては、前記並列転送方
式を採用しているものとする。
An outline of the operation of this embodiment configured as described above will be explained below. Note that in the following description, it is assumed that the parallel transfer method is adopted.

今、CPUl0がプログラム実行中にディスク駆動装置
群18a〜18n中のディスク駆動装置18aに対する
入力処理が必要になり、チャネル12aに起動をかけた
と仮定する。チャネル12aはディレクタ15aに対し
てディスク駆動装置18aからのデー−8= タリードを指示するが、当該データがキャッシュメモリ
17内に存在しない場合には、これをディスク駆動装置
18aから直接読出そうとする。ここで、前記並列転送
動作により、ディレクタ15aがディスク駆動装置ta
bからキャッシュメモリ17にデータロード処理を行っ
ていたとすると、当該パスを用いて上記直接読出し処理
を実行するためには、上記データロード処理が終了する
まで待たねばならないことは前述の通りである。本実施
例はこれを避けるため、次の如き動作を行うものである
Assume that the CPU 10 now needs to perform input processing to the disk drive 18a in the disk drive group 18a to 18n while executing a program, and activates the channel 12a. The channel 12a instructs the director 15a to read the data from the disk drive 18a, but if the data does not exist in the cache memory 17, it tries to read it directly from the disk drive 18a. . Here, due to the parallel transfer operation, the director 15a transfers data to the disk drive device ta.
As mentioned above, if the data load process is being performed from b to the cache memory 17, in order to execute the direct read process using the path, it is necessary to wait until the data load process is completed. In order to avoid this, the present embodiment performs the following operation.

上述の如き待機を要する状態に陥った時点で、ディレク
タ15aはコマンド再試行を行い、該コマンド再試行が
チャネルL2bに受付けられたことを確認した後、前記
チャネルスイッチ19aをバイパス位置にセットする。
When the above-mentioned standby state is reached, the director 15a retries the command, and after confirming that the command retry has been accepted by channel L2b, sets the channel switch 19a to the bypass position.

また、同時に、ディレクタ15bにチャネルスイッチを
パスパスさせたことを知らせるための制御情報(これに
は、コマンドチェインを継続するのに必要な情報を含ん
でいる)をパス制御情報バッファ16に貯える。
At the same time, control information (including information necessary to continue the command chain) for informing the director 15b that the channel switch has been passed is stored in the path control information buffer 16.

ディレクタ15bは入出力処理やデータロード処理を行
っていないとき、前記パス制御情報バッファ16の内容
をチェックして、ディレクタ15aが上記バイパス動作
を行ったことを知り、これにより、チャネル12aに対
して再試行コマンド発行要求を行い、該コマンドを受領
して処理を再開する。
When the director 15b is not performing input/output processing or data loading processing, the director 15b checks the contents of the path control information buffer 16 and learns that the director 15a has performed the bypass operation. A retry command issuance request is made, the command is received, and processing is resumed.

当該コマンドチェインが終了すると、ディレクタ15b
は前記パス制御情報バッファ16に処理の終了を示すフ
ラグをセットし、ディレクタ15aはこのフラグを検知
して前記チャネルスイッチ19aのバイパス状態を解除
し、起動の受付は許可状態に復帰する。
When the command chain ends, the director 15b
sets a flag indicating the end of processing in the path control information buffer 16, and the director 15a detects this flag and releases the bypass state of the channel switch 19a, returning the activation acceptance to the permitted state.

上述のチャネルスイッチ19a、19bは、通常はチャ
ネルとこれに対応するディレクタとを接続しているが、
バイパス指示により、上記対応したディレクタと異なる
ディレクタに接続する機能を有するものであり、ハード
ウェアまたはソフトウェアによるスイッチで実現可能な
ものである。
The above-mentioned channel switches 19a and 19b normally connect a channel and a corresponding director, but
It has a function of connecting to a director different from the corresponding director according to a bypass instruction, and can be realized by a hardware or software switch.

〔発明の効果〕〔Effect of the invention〕

以上述べた如く、本発明によれば、主記憶装置と複数の
ディスク駆動装置とを含む計算機システムの、前記主記
憶装置とディスク駆動装置との間にキャッシュメモリを
持つ制御装置を有し、前記主記憶装置、キャッシュメモ
リおよびディスク駆動装置を接続するデータバスが複数
存在するディスクサブシステムにおいて、データバスの
切換え論理と該切換え論理に関する制御情報とを有し、
該制御情報を参照することにより、他の入出力アクセス
あるいはディスク駆動装置からキャッシュメモリへのデ
ータロードにより専有されていないデータバスを利用し
て入出力処理を実行するようにしたので、キャッシュメ
モリを導入したことにより増加する処理がスムーズに処
理され、特に前記並列転送方式を採用した場合における
。キャッシュ制御部がボトルネックとなることを防止し
たディスクキャッシュ制御方式を実現できるという顕著
な効果を奏するものである。
As described above, according to the present invention, a computer system including a main storage device and a plurality of disk drive devices includes a control device having a cache memory between the main storage device and a plurality of disk drive devices; In a disk subsystem in which a plurality of data buses connecting a main storage device, a cache memory, and a disk drive device exist, a data bus switching logic and control information regarding the switching logic are provided,
By referring to the control information, input/output processing is executed using a data bus that is not exclusively used by other input/output accesses or loading data from the disk drive device to the cache memory. By introducing this method, the increased processing can be smoothly processed, especially when the above-mentioned parallel transfer method is adopted. This has the remarkable effect of realizing a disk cache control method that prevents the cache control unit from becoming a bottleneck.

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

第1図は本発明の一実施例を示す計算機システムの構成
図、第2図はその要部であるディスク制御装置の内部構
成図である。  11− 10:CPU、11:主記憶装置、 12a 、 12
b :チャネル、14:ディスク制御装置、15a 、
 15b :ディレクタ、16:パス制御情報バッファ
、17:キャッシュメモリ、18a〜18n:ディスク
駆動装置、19a 、 19b :チャネルスイッチ、
20a 、 20b :チャネルインタフェース・デー
タバス、21a、21b?データバス・バイパス経路。 12−
FIG. 1 is a configuration diagram of a computer system showing an embodiment of the present invention, and FIG. 2 is an internal configuration diagram of a disk control device which is a main part thereof. 11-10: CPU, 11: Main storage device, 12a, 12
b: Channel, 14: Disk control device, 15a,
15b: Director, 16: Path control information buffer, 17: Cache memory, 18a to 18n: Disk drive, 19a, 19b: Channel switch,
20a, 20b: Channel interface/data bus, 21a, 21b? Data bus bypass route. 12-

Claims (1)

【特許請求の範囲】[Claims] (1)主記憶装置と複数のディスク駆動装置とを含む計
算機システムの、前記主記憶装置とディスク駆動装置と
の間にキャッシュメモリを持つ制御装置を有し、前記主
記憶装置、キャッシュメモリおよびディスク駆動装置を
接続するデータバスが複数存在するディスクサブシステ
ムにおいて、デー ′タパスの切換え論理と、該切換え
論理に関する制御情報を記憶する記憶手段とを有し、該
制御情報の記憶手段を参照することにより、他の入出力
アクセスあるいはディスク駆動装置からキャッシュメモ
リへのデータロードにより専有されていないデータバス
を介して入出力を実行するように前記切換え論理を切換
えることを特徴とするディスクキャッシュ制御方式。
(1) A computer system including a main storage device and a plurality of disk drive devices, including a control device having a cache memory between the main storage device and the disk drive device, the main storage device, the cache memory and the disk drive device. In a disk subsystem in which there are a plurality of data buses connecting drive devices, the present invention has a data path switching logic and a storage means for storing control information regarding the switching logic, and refers to the storage means for the control information. , the switching logic is switched to perform input/output via a data bus that is not occupied by other input/output accesses or data loads from the disk drive to the cache memory.
JP58180225A 1983-09-30 1983-09-30 Disk cache control system Pending JPS6073758A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP58180225A JPS6073758A (en) 1983-09-30 1983-09-30 Disk cache control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP58180225A JPS6073758A (en) 1983-09-30 1983-09-30 Disk cache control system

Publications (1)

Publication Number Publication Date
JPS6073758A true JPS6073758A (en) 1985-04-25

Family

ID=16079575

Family Applications (1)

Application Number Title Priority Date Filing Date
JP58180225A Pending JPS6073758A (en) 1983-09-30 1983-09-30 Disk cache control system

Country Status (1)

Country Link
JP (1) JPS6073758A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0268639A (en) * 1988-09-02 1990-03-08 Hitachi Ltd Disk cache control system and information processing system
WO1998059291A1 (en) * 1997-06-20 1998-12-30 Hitachi, Ltd. Method of control of memory controller

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0268639A (en) * 1988-09-02 1990-03-08 Hitachi Ltd Disk cache control system and information processing system
WO1998059291A1 (en) * 1997-06-20 1998-12-30 Hitachi, Ltd. Method of control of memory controller

Similar Documents

Publication Publication Date Title
US4870565A (en) Parallel transfer type director means
US20060206663A1 (en) Disk array device and shared memory device thereof, and control program and control method of disk array device
US5371857A (en) Input/output interruption control system for a virtual machine
US4639862A (en) Computer system
US4819203A (en) Control system for interruption long data transfers between a disk unit or disk coche and main memory to execute input/output instructions
JPH04243458A (en) Communication system between asynchronous channel direct access storage device
JP4642531B2 (en) Arbitration of data requests
JPS6073758A (en) Disk cache control system
JP3956305B2 (en) Nonvolatile semiconductor memory device and data processing device
US5201052A (en) System for transferring first and second ring information from program status word register and store buffer
JPH11184799A (en) Method for transferring memory data and device therefor
US6085297A (en) Single-chip memory system including buffer
JPS59112479A (en) High speed access system of cache memory
EP0382529B1 (en) Microprocessor having store buffer
JP2001229042A (en) Disk controller
JPH02132515A (en) Pre-read control system
JPH0447350A (en) Main storage read/response control
JP2632859B2 (en) Memory access control circuit
JPS59158464A (en) Disk cache control system
JP2636564B2 (en) Move-in control method for cache memory
JPS6126703B2 (en)
JPH0424733B2 (en)
JPH05225058A (en) Storage controller
JPH0321941B2 (en)
JPS6286425A (en) Magnetic disc control device