JPS6055433A - Floppy disk controller - Google Patents

Floppy disk controller

Info

Publication number
JPS6055433A
JPS6055433A JP16355983A JP16355983A JPS6055433A JP S6055433 A JPS6055433 A JP S6055433A JP 16355983 A JP16355983 A JP 16355983A JP 16355983 A JP16355983 A JP 16355983A JP S6055433 A JPS6055433 A JP S6055433A
Authority
JP
Japan
Prior art keywords
floppy disk
data
memory
cpu
dma
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
JP16355983A
Other languages
Japanese (ja)
Inventor
Masaharu Yoshihara
吉原 正治
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial Co 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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP16355983A priority Critical patent/JPS6055433A/en
Publication of JPS6055433A publication Critical patent/JPS6055433A/en
Pending legal-status Critical Current

Links

Landscapes

  • Bus Control (AREA)

Abstract

PURPOSE:To shorten an operation time with simple constitution by providing a DMA mode and program mode conversion part, and employing a control means which places CPU in a stand-by state. CONSTITUTION:When data is writeen in a floppy disk device various parameters are written on FDC (floppy disk controller) 45 in program mode firstly. Then, data from a memory 44 are written on the FDC45. At this time, the CPU43 stops until a signal DRQ arrives from the FDC45, and the data is written on the FDC45 when the signal DRQ arrives. Then, the CPU43 counts up the address of the memory 44 and data on the address is loaded in a register of the CPU43. Then, the CPU performs the writing to the FDC45, and stops as it is until the next signal DRQ arrives. The CPU is used fully in this time and the margin of time is improved as compared with the program mode.

Description

【発明の詳細な説明】 産業上の利用分野 本発明は、OA機器等の情報蓄積をおこなうフロッピー
ディスクコントロール装置に関するものである。
DETAILED DESCRIPTION OF THE INVENTION Field of the Invention The present invention relates to a floppy disk control device for storing information in OA equipment and the like.

従来例の構成とその問題点 第1図にDMAコントローラを使った構成を示す。第2
図に一般的なフロッピーディスク装置へのアクセス方式
のタイミングチャートを示す。まず、プログラムモード
にて、フロッピーディスクコントローラ(以下FDCと
記す)3ヘパラメータ入力(例えば転送語数、転送先等
)をおこない、所定のパラメータ入力後DMAモードと
なりFDC3よシDRO(DMA要求)信号9が発生し
、メモリ2との間でデータの授受がおこなわれる。
Conventional configuration and its problems FIG. 1 shows a configuration using a DMA controller. Second
The figure shows a timing chart of a general access method to a floppy disk device. First, in the program mode, input parameters (for example, the number of transfer words, transfer destination, etc.) to the floppy disk controller (hereinafter referred to as FDC) 3. After inputting the specified parameters, the DMA mode is entered and the FDC 3 receives a DRO (DMA request) signal 9. occurs, and data is exchanged with the memory 2.

所定のDMA転送後、プログラムモードにてDMA転送
の結果報告を受け、転送の可否を判断する。
After a predetermined DMA transfer, a DMA transfer result report is received in the program mode, and it is determined whether the transfer is possible or not.

これらのシーケンスによりデータの授受がフロッピーデ
ィスク装置6とメモリ2との間でおこなわれる。
Data is exchanged between the floppy disk device 6 and the memory 2 according to these sequences.

第3図にメモリからフロッピーディスク装置へのデータ
書き込みタイミング、第4図にフロッピーディスク装置
からメモリへの転送タイミングを示す。まずメモリから
フロンピーディスク装置へのデータ書き込みについて説
明する。FDC3からのDRQ(DMA要求信号)によ
り、CpU(中央演算処理装置)10制御下にあるバス
13゜14の制御権をDMAコントローラ4がとるとF
DCaに対してDACK (DMA確認信号)が発生し
、かつ、DMAコントローラ4からADDRESS(ア
ドレス)1s、MEMR(メモリ読み出し信号)11が
出るため、メモリより、DATA14が読み出され、か
つ、この時点でIQW(I10書き込み信号)8が発生
するため、FDCaに対して書き込みができる。FDC
aに書き込まれたデータは、シリアルデータにてフロッ
ピーディスク装置6へ書き込まれる。
FIG. 3 shows the timing of data writing from the memory to the floppy disk device, and FIG. 4 shows the timing of data transfer from the floppy disk device to the memory. First, writing data from memory to a floppy disk device will be explained. When the DMA controller 4 takes control of the buses 13 and 14 under the control of the CPU (Central Processing Unit) 10 in response to the DRQ (DMA request signal) from the FDC 3, the FDC
DACK (DMA confirmation signal) is generated for DCa, and ADDRESS (address) 1s and MEMR (memory read signal) 11 are output from the DMA controller 4, so DATA14 is read from the memory and at this point Since IQW (I10 write signal) 8 is generated, writing to FDCa is possible. FDC
The data written to a is written to the floppy disk device 6 as serial data.

逆にフロッピーディスク装置6がらメモリ2への転送に
ついては、第1図、第4図に示すようにifフロッピー
ディスク装置6からのシリアルデータがFDCaに渡さ
れ、ここでDMAコントローラ4に対してDRQ信号を
1”とすることにより、DMAコントローラ4がバス1
3.14を占有し、FDCaに対してDACK信号1o
を出し、かつ、DMAコントローラ4からADDRES
S13、IQR(I10読み出し信号)7が発生するた
め、メモリ2に対して書き込みができる。
Conversely, for transfer from the floppy disk device 6 to the memory 2, as shown in FIGS. 1 and 4, if serial data from the floppy disk device 6 is passed to the FDCa, the DRQ is By setting the signal to 1", the DMA controller 4
3.14 and DACK signal 1o for FDCa.
and ADDRES from DMA controller 4.
Since S13 and IQR (I10 read signal) 7 are generated, writing to the memory 2 is possible.

このようにDMAコントローラを使い、バスを制御する
ことによりデータ転送をおこなわせるには、メモリ、I
/Qのアクセス分の時間だけで済み、高速な転送が可能
である。ただし、DMAコントローラを使用することに
なり、周辺回路等が増え、大きなコストがかかる。
In order to perform data transfer by controlling the bus using a DMA controller, memory,
/Q access time is required, and high-speed transfer is possible. However, since a DMA controller is used, the number of peripheral circuits and the like increases, resulting in a large cost.

これに対して、DMAコントローラを使用せず、プログ
ラムモードにて、データ転送をおこなう方法がある。こ
の方法は第5図に示す構成であり、FDC31とメモリ
30とのデータの転送に関しては、CpU29が介在す
るやり方であり、DMAコントローラ等を使うことなく
構成できるため非常にメリットがある。但し、第6図に
示すごとく、FDC31の割込み信号INT41により
、■CpU29が割込を受けつけ@割込処理プログラム
ヘジャンプし、θデータの読み出し書き込みを行ない、
Oその中で転送先のアドレスをカウントアツプし、■そ
の後FDC31に対してアクセスをし、0元へ復帰する
、という基本的には■。
On the other hand, there is a method of transferring data in a program mode without using a DMA controller. This method has the configuration shown in FIG. 5, and is a method in which the CPU 29 intervenes in transferring data between the FDC 31 and the memory 30, and is very advantageous because it can be configured without using a DMA controller or the like. However, as shown in FIG. 6, in response to the interrupt signal INT41 of the FDC 31, the CPU 29 accepts the interrupt and jumps to the @interrupt processing program, reads and writes the θ data,
Basically, the process counts up the transfer destination address, then accesses the FDC 31, and returns to zero.

O,Oの3段階をふまねばならない。このため、フロッ
ピーディスク装置33として例えば単密度ミニフロッピ
ーの場合は、INT41の間隔が64μsあり、かなシ
の余裕をもって処理できる。しかし、倍密度ミニフロッ
ピーの場合はINT41の間隔が32μsであシ、かつ
、FDCa1の制約の都合上フロッピーディスク装置3
3からの読み出しの場合26μs、書き込みの場合30
μs以内に処理しなければ、オーバーランエラーとなシ
、CpU29も含めたハードウェアにもよるが非常な制
約となる。
You have to go through three stages: O and O. For this reason, if the floppy disk device 33 is, for example, a single-density mini-floppy, the INT 41 interval is 64 μs, and processing can be performed with a slight margin. However, in the case of a double-density mini-floppy, the INT41 interval is 32 μs, and due to the FDCa1 restriction, the floppy disk drive 3
26μs for reading from 3, 30μs for writing
If it is not processed within μs, an overrun error will occur, which is a severe restriction depending on the hardware including the CPU 29.

発明の目的 本発明は上記従来の種々の問題点を解消するもので、簡
単な構成にて動作時間の短縮が行えるフロッピーディス
クコントロール装置を提供することを目的とする。
OBJECTS OF THE INVENTION The present invention solves the various problems of the prior art described above, and it is an object of the present invention to provide a floppy disk control device that has a simple configuration and can shorten operating time.

発明の構成 上記目的達成の為、本発明では、フロンピーディスク装
置と、メモリとの間でデータ転送で行わせる手段を有し
、前記メモリとフロッピーディスクコントローラとの間
には、中央処理装置を介在させ、アクセス時に中央処理
装置を前記フロッピーディスクコントローラからの要求
信号が発生するまで時期させる手段を有し、且つ、前記
フロッピーディスクコントローラは、直接メモリアクセ
スモードにて動作させる手段を有するものである。
Structure of the Invention In order to achieve the above object, the present invention has means for transferring data between a floppy disk device and a memory, and a central processing unit is provided between the memory and the floppy disk controller. The floppy disk controller has means for intervening and timing the central processing unit until a request signal from the floppy disk controller is generated at the time of access, and means for causing the floppy disk controller to operate in a direct memory access mode. .

実施例の説明 以下、本発明の詳細な説明を第7図以降の図面に沿って
行う。
DESCRIPTION OF EMBODIMENTS A detailed explanation of the present invention will be given below with reference to the drawings from FIG. 7 onwards.

第7図において本実施例の70ソビーデイスクコントロ
ール装置は時間制約および処理の簡略化を計るため、D
MAモードとプログラムモードとを混在させた方式、す
なわち、FDC45はDMAモードで動作し、CpU4
3との間にDMAモード、プログラムモード変換部46
を設け、CpU43からはプログラムモードとして、動
作させれば時間の短縮ができ、簡単な構成にて実現でき
る。
In FIG. 7, the 70-sob disk control device of this embodiment has a D
A system in which MA mode and program mode are mixed, that is, FDC45 operates in DMA mode, and CpU4
3 and a DMA mode/program mode converter 46
If the program mode is set up and operated from the CPU 43, the time can be shortened and it can be realized with a simple configuration.

第8図に原理を示す。例えば倍密度ミニフロッピーを使
用した場合、DRQ信号と次のDRQ信号との間隔は3
2μsであシ、この範囲内で処理をおこなわなければな
らない。従来の方法と逆の考えに立ち、以下の方法をと
る。まずメモリ44からフロッピーディスク装置への書
き込みの場合を考える。まずフロッピーディスク装置へ
データを書き込みたい場合、■プログラムモードにて、
各種パラメータをFDC45へ書き込んでおく。
The principle is shown in Fig. 8. For example, when using a double-density mini-floppy, the interval between one DRQ signal and the next DRQ signal is 3
The time is 2 μs, and processing must be performed within this range. Taking the opposite approach to the conventional method, we take the following method. First, consider the case of writing from the memory 44 to a floppy disk device. First, if you want to write data to a floppy disk device, in the program mode,
Write various parameters to FDC45.

その後FDC415へ転送すべきMEMORY44のア
ドレスからケータを取り出し、FD04Bに対して書き
込みをおこなう。このとき、Cp U43はFDC45
からのDRQ信号が来るまで、停止し、DRQ信号が来
たところでデータがFDC4Bに書き込まれる。その後
@ Cp U 43は今のメモリ44のアドレスをカウ
ントアツプし、θそのアドレスのデータをCPU43の
レジスタヘロードする。次にFDC45に対して、書き
込みをおこない、次のDRQ信号が来るまで、その状態
にて停止する。DRQ信号が来れば、FDC45にデー
タが書き込まれる。その後メモリのアドレスをカウント
アツプし、そのアドレスのデータをCPU43のレジス
タにロードする。以下同様に必要転送語数の転送をおこ
なう。
Thereafter, the digit is extracted from the address of MEMORY 44 to be transferred to FDC 415 and written to FD04B. At this time, Cp U43 is FDC45
It stops until a DRQ signal is received from the FDC 4B, and when the DRQ signal is received, data is written to the FDC 4B. Thereafter, the @Cp U 43 counts up the current address of the memory 44 and loads the data at that address into the register of the CPU 43. Next, writing is performed to the FDC 45, and the process remains in that state until the next DRQ signal arrives. When the DRQ signal arrives, data is written to the FDC 45. Thereafter, the memory address is counted up and the data at that address is loaded into the register of the CPU 43. Thereafter, the required number of words to be transferred is transferred in the same manner.

またフロッピーディスク装置48からメモリ44への読
み出しについても同様に、まず■プログラムモードにて
、各種パラメータをFD045へ書き込んでおく。その
後EDC45から転送されるべきメモリ44の先頭アド
レスに対して、FDC45からのデータを送るために、
FDC45に対してデータ要求をおこなう。このとき、
Cp U43はFDCatsからのDRQ信号が来るま
で停止し、DRQ信号が来たところで、データがCPU
43のレジスタへ取シ込まれる。次にOメモリ44のア
ドレスをカウントアツプし、θそのアドレスのデータが
書き込まれる。その後、すぐにFDC45に対してデー
タ要求をおこなう。このとき、同様にCPU43はFD
C45からのDRQ信号が来るまで停止し、DRQ信号
が来たところで、データがCPU43のレジスタにとり
込まれる。次に先はどのメモリ44のアドレスがインク
リメントされ、そのアドレスに対してデータが書き込ま
れる。以下同様のくり返しがおこなわれ、所定の語数の
転送がおこなわれる。
Similarly, regarding reading from the floppy disk device 48 to the memory 44, various parameters are first written to the FD045 in the program mode. In order to send data from the FDC 45 to the start address of the memory 44 to be transferred from the EDC 45,
A data request is made to the FDC 45. At this time,
Cp U43 stops until the DRQ signal comes from FDCats, and when the DRQ signal comes, the data is transferred to the CPU.
43 register. Next, the address of the O memory 44 is counted up, and the data at that address is written. Thereafter, a data request is immediately made to the FDC 45. At this time, the CPU 43 similarly
The process stops until the DRQ signal from the C45 arrives, and at the time the DRQ signal arrives, the data is taken into the register of the CPU 43. The address of which memory 44 is next to be incremented, and data is written to that address. The same process is repeated thereafter, and a predetermined number of words are transferred.

このようにDRQ信号の立ち上が9時点で即データをC
PU43へ取り込むため、次のDRQ信号が来るまでの
時間(倍密度ミニクロッピーでは32μs)フルにCp
Uが使え、かつ割込み処理等が必要でなく、前記のプロ
グラムモードによるアクセス方式に較べ時間的な余裕が
大きくとれる。
In this way, data is immediately transferred to C at the 9th point of rising edge of the DRQ signal.
In order to capture it into PU43, the time until the next DRQ signal arrives (32 μs for double density mini croppy) is fully Cp.
U can be used, interrupt processing, etc. are not required, and there is a large margin of time compared to the access method using the program mode described above.

第9図に本実施例の具体的回路構成図を、第10図にフ
ロッピーディスク装置への書き込みのタイミングチャー
トを、第11図に70ソピーデイスク装置からの読み出
しのタイミングチャートを、第12図にパラメータ入力
等のプログラムモードでの書き込みのタイミングチャー
トを、第13図に転送終了後の結果読み出し等のプログ
ラムモードでのタイミングチャートを、第14図にDM
Aモードでの書き込みのタイミングチャートを、第15
図にDMAモードでの読み出しのタイミングチャートを
示す。
Fig. 9 shows a specific circuit configuration diagram of this embodiment, Fig. 10 shows a timing chart for writing to a floppy disk device, Fig. 11 shows a timing chart for reading from a 70 Soppy disk device, and Fig. 12 shows parameters. Figure 13 shows the timing chart for writing in program mode such as input, and Figure 14 shows the timing chart for program mode such as reading results after transfer is completed.
The timing chart for writing in A mode is shown in the 15th
The figure shows a timing chart for reading in DMA mode.

まずフロッピーディスク装置への書き込みに先だち、転
送量、転送先等をプログラムモードにて入力する。その
後DMAモードにてDMA転送が必要送語数おこなわれ
、プログラムモードに切り替えて、結果を読み出し、チ
ェックする。通常これらの3つの基本動作より成ってい
る。
First, before writing to the floppy disk device, the transfer amount, transfer destination, etc. are input in program mode. Thereafter, DMA transfer is performed for the required number of words in the DMA mode, and the program mode is switched to read and check the results. It usually consists of these three basic operations.

まず第1のパラメータ書き込みモードにおいては、第9
図において、DMA openclose82を1″と
してFDCWT79にて、フリップフロップ73.74
の出力Qをそれぞれ111 mlとしておく。この状態
でFDC77に対してアクセスが可能となり、第12図
のタイミングでパラメータが書き込捷れる。書き込みに
対しては、FDC77とタイミングをとるため、WT、
ACK(確認応答信号)については、シフトレジスタ7
2にてタイミングをとっである。所定量のパラメータ書
き込みが終了すると、DMAopenclose82を
IIO#とじて7リツプフロツプ73.74の出力Qを
それぞれ”o”としてCpUからのアクセスがあっても
C8が0″″とならないようにし、かつ、FDC77か
らのDRQ信号がFACWT信号79と条件をとれるよ
うにして、DMA転送が可能となるようにしている。第
14図にそのタイミングを示す。所定の転送量終了する
と、DMA□p6nC1066B2を1# とじて7+
)ツブフロップ74の出力Qを1”としてプログラムモ
ードに切シ替える。この後DMA転送での結果報告をF
DCRDaoにてFDC77よシ読み出す。タイミング
は第13図に示す。
First, in the first parameter writing mode, the ninth
In the figure, with DMA openclose 82 set to 1'', flip-flop 73.74 is connected to FDCWT79.
Let the output Q of each be 111 ml. In this state, access to the FDC 77 becomes possible, and parameters are written and deleted at the timing shown in FIG. For writing, in order to take timing with FDC77, WT,
For ACK (acknowledgement signal), shift register 7
The timing was determined at 2. When writing of a predetermined amount of parameters is completed, DMAopenclose 82 is closed to IIO#, and the outputs Q of 7 lip-flops 73 and 74 are set to "o", so that C8 does not become 0'' even if there is an access from the CPU, and FDC 77 The DRQ signal from the FACWT signal 79 is made to meet the conditions of the FACWT signal 79, so that DMA transfer is possible. FIG. 14 shows the timing. When the predetermined transfer amount is completed, DMA□p6nC1066B2 is 1# and 7+
) Set the output Q of the flop 74 to 1" and switch to program mode. After that, report the result of DMA transfer using F.
Read FDC77 using DCRDao. The timing is shown in FIG.

また、第11図に示すごとくフロッピーディスク装置か
らデータをとり出す場合も同様であシ、その場合のDM
A転送のタイミングを第15図に示す。
The same is true when data is retrieved from a floppy disk device as shown in Figure 11, and in that case the DM
The timing of A transfer is shown in FIG.

またDMA途中でエラー等が発生して割込信号lNT1
29が発生した場合は、DRQ信号が発生しなくなるた
め、CpUが停止したままになるため、第16図に示す
よ・うに、lNT129にてフリップ70ツブ74の出
力Qをl111として、疑似的にACKを0#としてパ
スロックを防いでいる。
Also, if an error occurs during DMA, the interrupt signal lNT1
29 occurs, the DRQ signal is no longer generated and the CPU remains stopped. Therefore, as shown in FIG. Pass lock is prevented by setting ACK to 0#.

発明の効果 以上のように本発明は、DMAモード、プログラムモー
ド変換部を設け、捷た、その制御め方法として、CpU
を待たせるというやり方を使うことにより、フロッピー
ディスクの種類に影響されず時間的な制約が緩和され、
さらにコストについては従来のDMAコントローラを含
めた周辺回路部品と比べると大幅なコストダウンとなり
、効果は絶大である。
Effects of the Invention As described above, the present invention provides a DMA mode and program mode converter, and as a control method thereof, the CPU
By using the method of waiting for the floppy disk, time constraints are eased without being affected by the type of floppy disk.
Furthermore, the cost is significantly reduced compared to conventional peripheral circuit components including DMA controllers, and the effect is tremendous.

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

第1図は従来のフロッピーディスクコントロール装置を
示すブロック図、第2図〜第4図は同装置アクセスシー
ケンスを示すタイミングチャート第6図は他の従来のフ
ロッピーディスクコントロール装置を示すブロック図、
第6図は同装置のアクセスシーケンスを示すタイミング
チャート、第7図は本発明の一実施例におけるフロッピ
ーディスクコントロール装置を示すブロック図、第8図
は同実施例のタイミングチャート、第9図は同実施例の
具体的回路図、第10図〜第16図は同回路用の動作説
明のためのタイミングチャートである。 43・・・・・・CpU、44・・・・・・メモリ、4
5・・・・・・FDC,46・・・・・・プログラムモ
ードDMAモード変換部、47・・・・・・フロッピー
ディスクコントローラ、48・・・・・・フロッピーデ
ィスク装置。 代理人の氏名 弁理士 中 尾 敏 男 ほか1名第5
図 QO 第7図 3 @8図
FIG. 1 is a block diagram showing a conventional floppy disk control device, and FIGS. 2 to 4 are timing charts showing the access sequence of the device. FIG. 6 is a block diagram showing another conventional floppy disk control device.
FIG. 6 is a timing chart showing the access sequence of the same device, FIG. 7 is a block diagram showing a floppy disk control device in one embodiment of the present invention, FIG. 8 is a timing chart of the same embodiment, and FIG. 9 is the same. The specific circuit diagrams of the embodiment, FIGS. 10 to 16, are timing charts for explaining the operation of the circuit. 43...CpU, 44...Memory, 4
5... FDC, 46... Program mode DMA mode converter, 47... Floppy disk controller, 48... Floppy disk device. Name of agent: Patent attorney Toshio Nakao and 1 other person No. 5
Figure QO Figure 7 Figure 3 @ Figure 8

Claims (1)

【特許請求の範囲】[Claims] フロッピーディスク装置とメモリとの間でデータ転送を
おこなわせる手段と前記メモリとフロッピーディスクコ
ントローラとの間に介在された中央処理装置と、アクセ
ス時に前記中央処理装置を前記フロッピーディスクコン
トローラからの要求信号が発生するまで時期させる手段
とを備え、前記フロンピーディスクコンドローラバ、直
接メモリアク七スモードにて動作させる手段を有した7
0ソヒーテイスクコントロール装置。
means for transferring data between a floppy disk device and a memory; a central processing unit interposed between the memory and the floppy disk controller; and a means for transferring data between the floppy disk device and the memory; and a means for causing the floppy disk controller to operate in a direct memory access mode.
0 Soheetask control device.
JP16355983A 1983-09-05 1983-09-05 Floppy disk controller Pending JPS6055433A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP16355983A JPS6055433A (en) 1983-09-05 1983-09-05 Floppy disk controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP16355983A JPS6055433A (en) 1983-09-05 1983-09-05 Floppy disk controller

Publications (1)

Publication Number Publication Date
JPS6055433A true JPS6055433A (en) 1985-03-30

Family

ID=15776197

Family Applications (1)

Application Number Title Priority Date Filing Date
JP16355983A Pending JPS6055433A (en) 1983-09-05 1983-09-05 Floppy disk controller

Country Status (1)

Country Link
JP (1) JPS6055433A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63149755A (en) * 1986-12-15 1988-06-22 Pfu Ltd Input/output controller
JPH0241520A (en) * 1988-08-01 1990-02-09 Tokyo Electron Ltd Data transfer device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63149755A (en) * 1986-12-15 1988-06-22 Pfu Ltd Input/output controller
JPH0241520A (en) * 1988-08-01 1990-02-09 Tokyo Electron Ltd Data transfer device

Similar Documents

Publication Publication Date Title
JPS6252655A (en) Common interrupt system
JPS6055433A (en) Floppy disk controller
JPH01246602A (en) Special function unit for programmable controller
JPS6347864A (en) Inter-memory data transfer method
JP3096382B2 (en) DMA circuit
JPS63293660A (en) Communication controller
JPH022176B2 (en)
JPS6041766B2 (en) microprogram controller
JP2555580B2 (en) Storage device control system
JPS59189462A (en) Information processing system of system constitution state reading method
JPS5919375B2 (en) Data buffer control method
JPH0578859B2 (en)
JPS63153635A (en) Specification system for data transfer speed
JPS6378257A (en) Input-output controller
JPS63300346A (en) Dma control system
JPH036532B2 (en)
JPS5923659A (en) Data transmission controller
JPS63182764A (en) Memory control system
JPH01126749A (en) Data control device for peripheral equipment
JPH04131954A (en) Peripheral device
JPH0681158B2 (en) Data transfer control device
JPS63271521A (en) Processing controller for data
JPS6349935A (en) Central controller
JPH0528858B2 (en)
JPS61133465A (en) Switching method of cpu