JPH0695982A - Device driver with dma transfer debugging function - Google Patents

Device driver with dma transfer debugging function

Info

Publication number
JPH0695982A
JPH0695982A JP4243388A JP24338892A JPH0695982A JP H0695982 A JPH0695982 A JP H0695982A JP 4243388 A JP4243388 A JP 4243388A JP 24338892 A JP24338892 A JP 24338892A JP H0695982 A JPH0695982 A JP H0695982A
Authority
JP
Japan
Prior art keywords
transfer
driver
dma
disk
transfer mode
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
JP4243388A
Other languages
Japanese (ja)
Inventor
Kenji Ogino
賢治 荻野
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.)
Yokogawa Electric Corp
Original Assignee
Yokogawa Electric 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 Yokogawa Electric Corp filed Critical Yokogawa Electric Corp
Priority to JP4243388A priority Critical patent/JPH0695982A/en
Publication of JPH0695982A publication Critical patent/JPH0695982A/en
Pending legal-status Critical Current

Links

Landscapes

  • Retry When Errors Occur (AREA)
  • Bus Control (AREA)

Abstract

PURPOSE:To easily judge whether a fault relating to DMA transfer is caused by hardware or software at the step of system development by providing this device driver with three kinds of transfer modes. CONSTITUTION:A user process 1 (or 2 or 3) issues a system call to an OS, either one of switch tables is referred in accordance with the contents of the system call, i.e., a block type I/O request or a character type I/O request, and a disk driver routine corresponding to the I/O request is called. Each routine in the disk driver 14 which is called by a switching table 12 executes processing inherent in the routine itself, and when it is necessary to control a disk controller 30 or a DMA controller 40, an interface driver 16 arranged as a slave device driver of the disk driver 14 is called.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、UNIX(UNIXは
登録商標)オペレーティングシステムにおいて、ディス
クドライバをはじめとするDMA(Direct Memory Acce
ss)転送を伴うデバイスドライバに関し、更に詳しくは
DMA転送が正確に行われたか否かをチェックする機能
に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a DMA (Direct Memory Acce) including a disk driver in a UNIX (UNIX is a registered trademark) operating system.
ss) The present invention relates to a device driver involving transfer, and more specifically, to a function of checking whether or not a DMA transfer is performed correctly.

【0002】[0002]

【従来の技術】従来コンピュータシステムを開発して、
そのシステムソフトウェアとしてUNIXオペレーティ
ングシステムを移植しようとする場合、ハードディスク
やイーサネットなどのI/O(入出力装置)を制御する
ためのデバイスドライバも同時に、そのシステムに合わ
せて開発する必要があった。また、デバイスドライバの
中でも特に高速なデータ転送が必要とされるディスクド
ライバなどでの転送は、CPUを介して行わず、DMA
を用いて行うのが一般的であるため、デバイスドライバ
内でDMA転送を行うための処理を行う必要があった。
2. Description of the Related Art By developing a conventional computer system,
When porting a UNIX operating system as the system software, it is necessary to simultaneously develop a device driver for controlling I / O (input / output device) such as a hard disk or Ethernet according to the system. Further, among the device drivers, the transfer by the disk driver, which requires particularly high-speed data transfer, is not performed via the CPU, and the DMA transfer is performed.
Since it is generally performed by using, it is necessary to perform a process for performing DMA transfer in the device driver.

【0003】[0003]

【発明が解決しようとする課題】しかしながら、もしハ
ードウェアの中でも特にDMAコントローラを市販のも
のを使用せずに、システムに合わせて新たに開発したよ
うな場合、データ転送がCPUを介さずに行われるため
それぞれのデータが実際に正しく転送できているかどう
かを確認するのが困難であることや、DMA転送を行う
のに物理アドレスを使用しなければならないために論理
アドレスと物理アドレスの関係を熟知していなければな
らないことから、もし転送に関して障害などが発生した
場合、その障害がハードウェアにあるのか、それともソ
フトウェアにあるのかを判断するのが困難であった。
However, in the case where the DMA controller is not particularly commercially available among the hardware and is newly developed according to the system, the data transfer does not go through the CPU. Familiar with the relationship between logical addresses and physical addresses because it is difficult to confirm whether or not each data is actually transferred correctly, and the physical address must be used to perform DMA transfer. Therefore, if a failure occurs in transfer, it is difficult to determine whether the failure is in hardware or software.

【0004】本発明の目的は、このような問題点を解決
するためになされたもので、DMA転送を必要とするデ
バイスドライバの内部で、通常のDMA転送モードの他
にCPUを使用して1バイトずつ転送するモード[これ
をnon−DMA転送モード(非DMA転送モード)と
いう]と、さらにデータがデバイスからメモリに渡され
る場合(データ読み出し)においてはDMA転送とno
n−DMA転送の両方を行い、両者の転送データを比較
するモードの3つの転送モードをサポートし、システム
を開発している段階でDMA転送に関する障害が、ハー
ドウェアにあるのかソフトウェアにあるのかを判断する
ことのできるDMA転送デバッグ機能を有するデバイス
ドライバを提供することにある。
An object of the present invention is to solve such a problem, and in a device driver which requires DMA transfer, a CPU is used in addition to a normal DMA transfer mode. In the mode of transferring byte by byte [this is called non-DMA transfer mode (non-DMA transfer mode)], and when data is transferred from the device to the memory (data read), DMA transfer and no transfer are performed.
It supports three transfer modes of performing both n-DMA transfer and comparing the transfer data of both, and at the stage of developing the system, whether the failure related to the DMA transfer is in hardware or software is determined. It is to provide a device driver having a DMA transfer debug function capable of making a judgment.

【0005】[0005]

【課題を解決するための手段】このような目的を達成す
るために本発明では、システムコールを受付け、コール
されたディスクドライバなどのドライバ内の各ルーチン
がルーチン固有の処理を行うと同時に、ハードディスク
コントローラあるいはDMAコントローラを制御する必
要のある場合にはディスクドライバの下位デバイスドラ
イバとして位置付けられたインターフェースドライバを
コールするようにしたデバイスドライバにおいて、イン
ターフェースドライバは、DMA転送を行う第1の転送
モードと、CPUによって1バイトずつデータ転送を行
う第2の転送モードと、DMA転送モードと非DMA転
送モードによってデータ転送を行ない、転送結果におけ
る違いを検出する機能を有する第3の転送モードを備
え、I/O処理要求に応じて、第1の転送モード、第2
の転送モード、第3の転送モードのいずれかの転送モー
ドを選択し実行することができるように構成したことを
特徴とする。
In order to achieve such an object, according to the present invention, a system call is accepted, each routine in the driver such as the called disk driver performs routine-specific processing, and at the same time, the hard disk In a device driver that calls an interface driver positioned as a lower device driver of a disk driver when it is necessary to control the controller or the DMA controller, the interface driver has a first transfer mode for performing DMA transfer, The second transfer mode in which data is transferred byte by byte by the CPU and the third transfer mode in which the data transfer is performed in the DMA transfer mode and the non-DMA transfer mode and the difference in the transfer result is detected are provided. O processing request In response, the first transfer mode, second
It is characterized in that it is configured such that either of the transfer mode of 1) and the transfer mode of the third transfer mode can be selected and executed.

【0006】[0006]

【作用】インターフェースドライバに、DMA転送を行
う第1の転送モードと、CPUによって1バイトずつデ
ータ転送を行う第2の転送モードと、DMA転送モード
と非DMA転送モードによってデータ転送を行ない、転
送結果における違いを検出する機能を有する第3の転送
モードを備える。転送モードパラメータにより前記3種
類のデータ転送モードが任意に指定できる。そして、指
定された転送モードによりディスクコントローラやDM
Aコントローラは制御される。3種類の転送モードを備
えたことにより、システム開発段階でDMA転送に関す
る障害がハードウェアにあるのか、ソフトウェアにある
のかを判断することが容易になった。
The interface driver performs the data transfer in the first transfer mode for performing the DMA transfer, the second transfer mode for transferring the data byte by byte by the CPU, and the data transfer in the DMA transfer mode and the non-DMA transfer mode. And a third transfer mode having a function of detecting a difference in. The three types of data transfer modes can be arbitrarily designated by the transfer mode parameter. Then, depending on the specified transfer mode, the disk controller or DM
The A controller is controlled. By providing the three types of transfer modes, it becomes easy to determine whether the hardware or the software has a failure related to the DMA transfer at the system development stage.

【0007】[0007]

【実施例】以下図面を用いて本発明を詳しく説明する。
ここではハードディスクを制御するデバイスドライバを
例にとって説明する。図1は本発明に係るデバイスドラ
イバと関連する周辺部分の構成を示す一実施例構成図で
ある。図において、1,2,3はユーザプロセス、10
はUNIXカーネル、20はハードディスク、30はデ
ィスクコントローラ、40はDMAコントローラであ
る。カーネル10において、11はユーザプロセスから
のシステムコールを受け付けるシステムコール受付部で
ある。システムコールとしては例えば、ディスク20に
格納されているファイルのオープン(open)、ファイル
のクローズ(close)、ファイルの読み出し(read)、
ファイルの書き込み(write )、入出力コントロール
(ioctl )等である。
The present invention will be described in detail below with reference to the drawings.
Here, a device driver for controlling the hard disk will be described as an example. FIG. 1 is a configuration diagram of an embodiment showing a configuration of a peripheral portion related to a device driver according to the present invention. In the figure, 1, 2, 3 are user processes, 10
Is a UNIX kernel, 20 is a hard disk, 30 is a disk controller, and 40 is a DMA controller. In the kernel 10, 11 is a system call accepting unit that accepts a system call from a user process. As the system call, for example, a file stored in the disk 20 is opened (open), a file is closed (close), a file is read (read),
These include file writing (write) and input / output control (ioctl).

【0008】12,13はスイッチテーブルであり、シ
ステムコールの内容がブロック型I/O要求であればbd
evswスイッチテーブルを、キャラクタ型I/O要求であ
ればcdevswスイッチテーブルが参照され、対応したドラ
イバのルーチンがコールされる。ドライバとしては、デ
ィスクドライバ14、イーサネットドライバ15などが
用意されている。16はインターフェースドライバであ
り、上位のディスクドライバ14からコールされて、デ
ィスクコントローラ30に対してハードディスク20を
アクセスするためのコマンドを発行したり、DMA転送
を必要とするI/O要求であればDMAコントローラ4
0を制御し、さらにI/O処理が終了するとディスクコ
ントローラ30からI/O終了割込みを受けてディスク
ドライバに制御を返す機能を有する。なお、ディスクコ
ントローラ30およびDMAコントローラ40は通常の
構成で周知のものが使用されており、それ自体の機能お
よび動作については本発明とは直接関係が薄いので、説
明は省略する。
Reference numerals 12 and 13 are switch tables, and bd if the content of the system call is a block type I / O request.
If a character type I / O request is made to the evsw switch table, the cdevsw switch table is referred to, and the routine of the corresponding driver is called. As the driver, a disk driver 14, an Ethernet driver 15, etc. are prepared. Reference numeral 16 denotes an interface driver, which is called by the higher-level disk driver 14 to issue a command for accessing the hard disk 20 to the disk controller 30 or DMA for an I / O request requiring DMA transfer. Controller 4
It has a function of controlling 0, and further receiving an I / O end interrupt from the disk controller 30 when the I / O processing ends, and returning control to the disk driver. Note that the disk controller 30 and the DMA controller 40 are well known and have a normal configuration, and the functions and operations of the disk controller 30 and the DMA controller 40 are not directly related to the present invention, and a description thereof will be omitted.

【0009】このような構成における動作を次に説明す
る。ハードディスクに対してI/O処理を行うために
は、まずユーザプロセス1(または2または3)がOS
に対してシステムコールを発行し、もしその内容がブロ
ック型I/O要求であるかキャラクタ型I/O要求であ
るかに応じていずれかのスイッチテーブルを参照し、I
/O要求に対応したディスクドライバのルーチンがコー
ルされる。例えば、ファイルのオープン処理ならopenル
ーチン、ファイルのクローズ処理ならclose ルーチンと
いった要領でコールされる。OS内にはディスクドライ
バのほかに、他のデバイスを制御するためのデバイスド
ライバも存在するが、これらはメジャーデバイス番号と
呼ばれるパラメータを参照することによって、どのデバ
イスに対する要求かを識別し、そのデバイスに対応した
デバイスドライバをコールする。また、スイッチテーブ
ル12によってコールされたディスクドライバ14内の
各ルーチンは、それぞれのルーチン固有の処理を行うと
同時に、もしディスクコントローラ30またはDMAコ
ントローラを制御する必要がある場合には、ディスクド
ライバ14の下位デバイスドライバとして位置付けられ
るインターフェイスドライバ16をコールする。
The operation of such a configuration will be described below. In order to perform I / O processing on the hard disk, first, the user process 1 (or 2 or 3) is the OS.
A system call is issued to the switch, and if any one of the switch tables is referenced depending on whether the content is a block type I / O request or a character type I / O request,
The disk driver routine corresponding to the / O request is called. For example, the open routine is used for file open processing, and the close routine is used for file close processing. In addition to the disk driver in the OS, there are device drivers for controlling other devices. These devices identify the device to which the request is made by referring to the parameter called the major device number, and the device Call the device driver corresponding to. Further, each routine in the disk driver 14 called by the switch table 12 performs processing unique to each routine, and at the same time, if it is necessary to control the disk controller 30 or the DMA controller, Call the interface driver 16 which is positioned as a lower device driver.

【0010】インタフェースドライバ16では、上位デ
ィスクドライバ14からコールされて、ディスクコント
ローラ30に対してハードディスクをアクセスするため
のコマンドを発行したり、DMA転送を必要とするI/
O要求であればDMAコントローラ40を制御し、さら
にI/O処理が終了した場合にはディスクコントローラ
30からI/O終了割込みを受けてディスクドライバに
制御を返す。すなわち本発明のDMA転送デバッグ機能
は、ディスクコントローラ30やDMAコントローラ4
0を直接制御しているインターフェイスドライバ16の
内部で実現させるもので、データ転送をDMAで行うか
(この転送モードを第1の転送モードという)、あるい
はnon−DMA転送で行うか(この転送モードを第2
の転送モードという)、それとも両者で転送を行った結
果を比較するか(この転送モードを第3の転送モードと
いう)をこのドライバ内で選択して動作する。
The interface driver 16 is called by the upper disk driver 14 to issue a command for accessing the hard disk to the disk controller 30 and I / O which requires DMA transfer.
If it is an O request, it controls the DMA controller 40, and when the I / O processing is completed, it receives an I / O end interrupt from the disk controller 30 and returns control to the disk driver. That is, the DMA transfer debug function of the present invention is applied to the disk controller 30 and the DMA controller 4.
0 is directly implemented within the interface driver 16 that directly controls 0, and whether data transfer is performed by DMA (this transfer mode is referred to as a first transfer mode) or non-DMA transfer (this transfer mode). The second
Of the transfer mode), or whether to compare the results of the transfer performed by both (this transfer mode is called the third transfer mode) is selected and operated in this driver.

【0011】次にインターフェースドライバの動作につ
いて図2の動作フローを参照して説明する。まず、転送
モードパラメータを参照して、それぞれの転送方法に従
ってディスクコントローラ30やDMAコントローラ4
0を制御する。この転送モードパラメータは、I/O処
理を行う際の転送方法を定めるもので、その値によっ
て、non−DMA転送、DMA転送、比較モー
ド、の3つのモードをサポートする。なお、比較モード
は、データ転送方向がディスクからメモリ(読み出し動
作)である場合のみ選択可能とし、メモリからディスク
(書き込み動作)の場合はこの方法による転送はできな
いものとする。また転送モードは、入出力コントロール
機能(ioctl機能)を用いて転送モードパラメータ
の値を変更することによって変えることができる。
Next, the operation of the interface driver will be described with reference to the operation flow of FIG. First, with reference to the transfer mode parameters, the disk controller 30 and the DMA controller 4 according to the respective transfer methods.
Control 0. This transfer mode parameter defines the transfer method when performing I / O processing, and depending on its value, supports three modes: non-DMA transfer, DMA transfer, and comparison mode. The comparison mode can be selected only when the data transfer direction is from the disk to the memory (read operation), and cannot be transferred by this method when the data is transferred from the memory to the disk (write operation). The transfer mode can be changed by changing the value of the transfer mode parameter using the input / output control function (ioctl function).

【0012】以下各転送モードについて説明する。 non−DMA転送 まずディスクコントローラ30をnon−DMA転送モ
ードによりセットアップした後、I/Oの起動をかけて
データを1バイト転送する。これを転送データの長さだ
け繰り返して行うことにより、すべてのデータ転送を行
う。 DMA転送 まずDMAコントローラ40のセットアップを行った
後、ディスクコントローラ30をDMA転送モードでセ
ットアップし、I/Oの起動をかけてDMAによるデー
タ転送を行う。 比較モード まず上記のnon−DMA転送によりI/Oの起動お
よび転送を行った後、上記のDMA転送の方法でDM
A転送する。この際、それぞれの転送によって得られた
データは、後で比較するためにドライバ内の異なる領域
に格納する。その後それらの領域のデータを比較し、も
しすべてのデータが等しい場合にはリターンパラメータ
として0を返し、もし1バイトでも等しくないものがあ
る場合には1を返す。このリターンパラメータを上位デ
バイスドライバであるディスクドライバ14が受け取
り、リターンパラメータが1の場合(すなわち前記デー
タ比較において等しくなかった場合)にはエラー表示を
することによって、DMA転送とnon−DMA転送を
行った場合の動作の違いを判断する。
Each transfer mode will be described below. Non-DMA Transfer First, the disk controller 30 is set up in the non-DMA transfer mode, and then I / O is activated to transfer 1 byte of data. By repeating this for the length of the transfer data, all data is transferred. DMA Transfer First, after setting up the DMA controller 40, the disk controller 30 is set up in the DMA transfer mode, and I / O is activated to transfer data by DMA. Comparison mode First, I / O is activated and transferred by the above non-DMA transfer, and then DM is executed by the above DMA transfer method.
A transfer. At this time, the data obtained by each transfer are stored in different areas in the driver for later comparison. After that, the data in those areas are compared, and if all the data are equal, 0 is returned as a return parameter, and if there is not even one byte, 1 is returned. The disk driver 14, which is a higher-level device driver, receives the return parameter, and when the return parameter is 1 (that is, when they are not equal in the data comparison), an error is displayed to perform DMA transfer and non-DMA transfer. The difference in the behavior when it is determined is judged.

【0013】このような本発明のデバッグ機構により、
例えば次のような故障を確認することができる。 DMAコントローラによってはDMAアドレスをチェ
インする機能(分割された領域に対して、それぞれの領
域の先頭アドレスをDMAコントローラに与えることに
より、1回のデータ転送でそれらの分割された領域に対
してすべての転送を行う機能)があるが、デバイスドラ
イバ内でこのチェインの制御を行っている部分に障害が
あり正常にデータ転送が行われないような故障も容易に
検出できる。キャッシュを内蔵しているプロセッサを
用いた場合において、DMA転送の際、デバイスドライ
バ内でキャッシュに対する操作を誤って行った場合、そ
のプロセッサ内のキャッシュとメモリとの間でコヒーレ
ンシーが保てなくなって正常に動作しなくなるが、その
障害発生を確認できる。
With such a debug mechanism of the present invention,
For example, the following failures can be confirmed. Depending on the DMA controller, the function of chaining the DMA addresses (for the divided areas, by giving the start address of each area to the DMA controller, all the divided areas can be processed by one data transfer. Although there is a function of performing data transfer), it is possible to easily detect a failure in which a part of the device driver that controls the chain has a failure and data is not normally transferred. If a processor with a built-in cache is used and the cache is erroneously operated in the device driver during DMA transfer, coherency cannot be maintained between the cache and memory in that processor, and the operation is normal. It does not work, but you can confirm the failure occurrence.

【0014】また、もしDMAコントローラに致命的な
障害があることが確認され、それを修正しなければDM
A転送ができないような場合、データ転送モードをno
n−DMAに切り替えることによってシステムを稼働さ
せることが可能となる。なお、本発明のDMA転送のデ
バッグ機能をイーサネットドライバ内で実現させても、
ディスクドライバで説明したものと同様の効果が得られ
る。
Also, if it is confirmed that the DMA controller has a fatal failure, and it is not corrected, DM
If A transfer is not possible, set the data transfer mode to no.
The system can be operated by switching to n-DMA. Even if the DMA transfer debug function of the present invention is realized in the Ethernet driver,
The same effect as that described for the disk driver can be obtained.

【0015】[0015]

【発明の効果】以上説明したように本発明によれば、D
MA転送を必要とするデバイスドライバの内部で、通常
のDMA転送モードの他にCPUを使用して1バイトず
つ転送するnon−DMA転送モードと、さらにデータ
がデバイスからメモリに渡される場合においてはDMA
転送とnon−DMA転送の両方を行い、両者の転送デ
ータを比較するモードの3つの転送モードをサポート
し、システムを開発している段階でDMA転送に関する
障害がハードウェアにあるのかソフトウェアにあるのか
を容易に判断することができる。
As described above, according to the present invention, D
Inside the device driver that requires MA transfer, in addition to the normal DMA transfer mode, a non-DMA transfer mode in which the CPU is used to transfer 1 byte at a time, and a DMA when data is further transferred from the device to the memory
Transfers and non-DMA transfers are both performed, and three transfer modes of comparing the transfer data of the two are supported, and whether the DMA transfer failure is due to hardware or software during the system development stage. Can be easily determined.

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

【図1】本発明に係るデバイスドライバの一実施例を示
す構成図である。
FIG. 1 is a configuration diagram showing an embodiment of a device driver according to the present invention.

【図2】インターフェイスドライバの動作フローであ
る。
FIG. 2 is an operation flow of an interface driver.

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

1 プロセスA 2 プロセスB 3 プロセスC 10 UNIXカーネル 11 システムコール受付部 12,13 スイッチテーブル 14 ディスクドライバ 15 イーサネットドライバ 16 インターフェースドライバ 20 ハードディスク 30 ディスクコントローラ 40 DMAコントローラ 1 Process A 2 Process B 3 Process C 10 UNIX Kernel 11 System Call Reception Unit 12, 13 Switch Table 14 Disk Driver 15 Ethernet Driver 16 Interface Driver 20 Hard Disk 30 Disk Controller 40 DMA Controller

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】システムコールを受付け、コールされたデ
ィスクドライバなどのドライバ内の各ルーチンがルーチ
ン固有の処理を行うと同時に、ハードディスクコントロ
ーラあるいはDMAコントローラを制御する必要のある
場合にはディスクドライバの下位デバイスドライバとし
て位置付けられたインターフェースドライバをコールす
るようにしたデバイスドライバにおいて、 前記インターフェースドライバは、 データ転送をDMAを用いて行うDMA転送を行う第1
の転送モードと、 データ転送をCPUを用いて行う非DMA転送を行う第
2の転送モードと、 データ転送方向がデバイスからメモリである場合におい
て1回のI/O要求に対して前記DMA転送モードと非
DMA転送モードによって2度のデータ転送を行ない、
その結果を比較して転送結果における違いを検出するこ
とのできる機能を有する第3の転送モードを備え、 I/O処理要求に応じて、第1の転送モード、第2の転
送モード、第3の転送モードのいずれかの転送モードを
選択し実行することができるように構成したことを特徴
とするDMA転送デバッグ機能付きデバイスドライバ。
1. When a system call is accepted and each routine in the driver such as the called disk driver performs routine-specific processing and, at the same time, it is necessary to control the hard disk controller or the DMA controller, it is a subordinate of the disk driver. In a device driver adapted to call an interface driver positioned as a device driver, the interface driver performs a DMA transfer for performing a data transfer using a first DMA transfer.
Transfer mode, a second transfer mode for performing non-DMA transfer in which data transfer is performed using a CPU, and the DMA transfer mode for one I / O request when the data transfer direction is from device to memory And non-DMA transfer mode, data transfer is performed twice,
A third transfer mode having a function capable of comparing the results and detecting a difference in the transfer results is provided, and the first transfer mode, the second transfer mode, and the third transfer mode are provided in response to an I / O processing request. 1. A device driver with a DMA transfer debug function, characterized in that it is configured to be able to select and execute one of the above transfer modes.
JP4243388A 1992-09-11 1992-09-11 Device driver with dma transfer debugging function Pending JPH0695982A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4243388A JPH0695982A (en) 1992-09-11 1992-09-11 Device driver with dma transfer debugging function

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4243388A JPH0695982A (en) 1992-09-11 1992-09-11 Device driver with dma transfer debugging function

Publications (1)

Publication Number Publication Date
JPH0695982A true JPH0695982A (en) 1994-04-08

Family

ID=17103118

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4243388A Pending JPH0695982A (en) 1992-09-11 1992-09-11 Device driver with dma transfer debugging function

Country Status (1)

Country Link
JP (1) JPH0695982A (en)

Similar Documents

Publication Publication Date Title
JPH011039A (en) In-circuit emulator
JPH0430053B2 (en)
JPH0695982A (en) Device driver with dma transfer debugging function
JP2846760B2 (en) Programmable controller
JPH03656B2 (en)
JPS6120900B2 (en)
JP2954006B2 (en) Emulation device and emulation method
JP2797674B2 (en) Initial setting method
JP3087481B2 (en) In-circuit emulator
JPH0219932A (en) Back-up device for development of microprocessor
JPH03134783A (en) Single chip microcomputer
JPH0561610A (en) Method for selecting interruption magnetic disk device
JPH06175929A (en) Duplex main storage device
JPH0782447B2 (en) DMA data transfer control device
JPH04235641A (en) Development support device for microprocessor
JPH0157374B2 (en)
JPH0481939A (en) Control system for microcomputer
JPS63278147A (en) Control system for preventing erroneous use of register
JPH027131A (en) Synchronizing system
JPS61267137A (en) System for controlling interrupting action
JPH02277142A (en) Duplex computer system
JPH0773049A (en) Program simulator device
JPS6365553A (en) Reliability securing system for input/output device constitution control data
JPH0315948A (en) Address bus test system
JPH02234255A (en) Input/output control system

Legal Events

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