JP2003167680A - Disk device - Google Patents

Disk device

Info

Publication number
JP2003167680A
JP2003167680A JP2001365570A JP2001365570A JP2003167680A JP 2003167680 A JP2003167680 A JP 2003167680A JP 2001365570 A JP2001365570 A JP 2001365570A JP 2001365570 A JP2001365570 A JP 2001365570A JP 2003167680 A JP2003167680 A JP 2003167680A
Authority
JP
Japan
Prior art keywords
data
crc
error
sector
data buffer
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
JP2001365570A
Other languages
Japanese (ja)
Inventor
Soichi Isono
聡一 磯野
Koji Takahashi
浩二 高橋
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 JP2001365570A priority Critical patent/JP2003167680A/en
Publication of JP2003167680A publication Critical patent/JP2003167680A/en
Pending legal-status Critical Current

Links

Abstract

<P>PROBLEM TO BE SOLVED: To provide a disk device provided with a data buffer and an error detecting function by means of a CRC (Cyclic Redundancy Check), which can maintain the interchangeability of control software with the disk device which is not added with any CRC without needing any special memory. <P>SOLUTION: The data buffer is provided with an error detection code storage area, and the storage location of data and the error detection code are made correspond to each other for every sector, and the data storage area and the error detection code storage area are dividedly arranged. In this case, the data storage area and the error detection code storage area are continuously arranged for every sector unit. <P>COPYRIGHT: (C)2003,JPO

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、ホスト装置との記
録再生データのやりとりに、データバッファを用いるデ
ィスク装置に係り、CRCチェック機能を付加するのに
際し、特別のメモリも必要とせず、既存のディスク装置
の制御のためのフォームウェアの互換性を維持すること
のできるディスク装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a disk device that uses a data buffer for exchanging recording / reproducing data with a host device, and does not require a special memory when a CRC check function is added. The present invention relates to a disk device capable of maintaining compatibility of foamware for controlling the disk device.

【0002】[0002]

【従来の技術】現在の一般的なディスク装置では、ホス
ト装置からのデータ転送速度と記録円盤の記録再生速度
の差を吸収するためや、キャッシュとして応答時間を短
縮するために、データバッファと呼ぶ半導体メモリを備
えている。
2. Description of the Related Art In a general disk device at present, it is called a data buffer in order to absorb a difference between a data transfer speed from a host device and a recording / reproducing speed of a recording disk and to shorten a response time as a cache. It has a semiconductor memory.

【0003】データバッファ内には、記録円盤内でのセ
クタ長と同じ長さでデータの格納位置を管理しており、
セクタ長としては512バイトが一般的である。
In the data buffer, the data storage position is managed with the same length as the sector length in the recording disk.
The sector length is generally 512 bytes.

【0004】データバッファ内のデータの信頼性を向上
させることを目的として、データバッファ内での記憶デ
ータの誤りを検出するために、セクタごとにCRC(Cy
cricRedundancy Code)等の誤り検出符号をデータに付
加することがも、広くおこなわれている。
For the purpose of improving the reliability of the data in the data buffer, CRC (Cy) for each sector is detected in order to detect an error in the stored data in the data buffer.
It is also widely practiced to add an error detection code such as cricRedundancy Code) to data.

【0005】このようなCRCを用いたディスク装置の
例としては、特開平10−214325号公報の「電子
ディスク装置」がある。この従来技術では、CRCを格
納するために、データを格納するメモリとは、別のCR
Cを格納するメモリを有している。
An example of a disk device using such a CRC is an "electronic disk device" disclosed in Japanese Patent Laid-Open No. 10-214325. In this conventional technique, in order to store the CRC, a CR different from the memory storing the data is used.
It has a memory for storing C.

【0006】[0006]

【発明が解決しようとする課題】上記の従来技術に記載
したCRC等による誤り検出技術は、ディスク装置の信
頼性を向上させるために必須のものになりつつある。こ
のようなCRC等により、誤り検出して、それを指摘す
るロジックは、ハードウェアにより実現するのが一般的
である。
The error detection technique based on CRC or the like described in the above-mentioned prior art is becoming indispensable for improving the reliability of the disk device. The logic for detecting an error by using such a CRC or the like and pointing out the error is generally realized by hardware.

【0007】しかしながら、上記従来技術では、ディス
ク装置の制御ソフトウェアの互換性について問題点があ
った。データバッファ上の記録再生データへのアクセス
は、普通は、ディスク装置の制御ソフトウェアによりお
こなっているが、CRCを付加して、セクタとそのセク
タに対するCRCとを、図8のように連結して配置する
と、データバッファ内のセクタを管理する際のデータ長
を「セクタ長+誤り検出符号長」に変更する必要があ
り、CRCを付加しない場合に対して制御ソフトウェア
の互換性が維持できないことになるからである。ここ
で、図8は、従来技術に係るデータバッファ内のデータ
とCRCの配置の模式図である。
However, the above-mentioned conventional technique has a problem in compatibility of control software of the disk device. The access to the recorded / reproduced data on the data buffer is normally performed by the control software of the disk device. However, a CRC is added and the sector and the CRC for the sector are linked and arranged as shown in FIG. Then, it is necessary to change the data length when managing the sectors in the data buffer to “sector length + error detection code length”, and the compatibility of the control software cannot be maintained as compared with the case where the CRC is not added. Because. Here, FIG. 8 is a schematic diagram of the arrangement of data and CRC in the data buffer according to the conventional technique.

【0008】また、上記特開平10−214325号公
報の従来技術では、CRCを記憶データとは別のメモリ
に格納するため、CRCを格納する専用メモリが必要で
あり、部品コストが上昇すると言う問題点があった。
Further, in the conventional technique disclosed in Japanese Patent Laid-Open No. 10-214325, since the CRC is stored in a memory different from the storage data, a dedicated memory for storing the CRC is required, which causes an increase in component cost. There was a point.

【0009】本発明は、上記従来技術の問題点を解決す
るためになされたもので、その目的は、データバッファ
を備え、CRCによる誤り検出機能を有するディスク装
置において、特別なメモリを必要とせず、CRCを付加
しないディスク装置との制御ソフトウェアの互換性を維
持することのできるディスク装置を提供することにあ
る。
The present invention has been made to solve the above-mentioned problems of the prior art, and an object thereof is to provide a disk device having a data buffer and having an error detection function by CRC without requiring a special memory. , And to provide a disk device capable of maintaining compatibility of control software with a disk device to which CRC is not added.

【0010】[0010]

【課題を解決するための手段】本発明では、誤り検出符
号の格納領域をデータバッファ内に設け、データの格納
位置と誤り検出符号とを、セクタ単位ごとに一対一に対
応付け、しかも、データ格納領域と、誤り検出符号の格
納領域を分割して配置するようにする。このとき、デー
タ格納領域と、誤り検出符号の格納領域は、共に、セク
タ単位ごとに連続して配置するようにする。
According to the present invention, an error detection code storage area is provided in a data buffer, and data storage positions and error detection codes are associated one-to-one on a sector-by-sector basis. The storage area and the error detection code storage area are arranged separately. At this time, both the data storage area and the error detection code storage area are continuously arranged for each sector.

【0011】[0011]

【発明の実施の形態】以下、図1ないし図7を用いて本
発明に係る一実施形態を説明する。図1は、本発明係る
磁気ディスク装置の構成図である。
DETAILED DESCRIPTION OF THE INVENTION An embodiment according to the present invention will be described below with reference to FIGS. FIG. 1 is a configuration diagram of a magnetic disk device according to the present invention.

【0012】図1に示されるように、磁気ディスク装置
101は、磁気記録円盤102と、磁気ヘッド103
と、スピンドルモータ104と、ヘッドアクチュエータ
105と、リードライトチャネル112(以下、「RW
−CH」と記す)と、マイクロプロセッサ(以下、「M
PU」と記す)110と、ワークメモリ111と、ハー
ドディスク制御部(以下、「HDC」と記す)113
と、データバッファ114と、モータ制御部115とか
ら構成される。
As shown in FIG. 1, a magnetic disk device 101 includes a magnetic recording disk 102 and a magnetic head 103.
, Spindle motor 104, head actuator 105, read / write channel 112 (hereinafter referred to as "RW
-CH ") and a microprocessor (hereinafter referred to as" M ").
PU ”) 110, work memory 111, and hard disk controller (hereinafter referred to as“ HDC ”) 113.
And a data buffer 114 and a motor control unit 115.

【0013】磁気記録円盤102は、データを磁気的に
記憶し、磁気ヘッド103は、磁気記録円盤102にデ
ータを記録再生する。スピンドルモータ104は、磁気
記録円盤102を回転させるためのモータであり、ヘッ
ドアクチュエータ105は、磁気ヘッド103を支持
し、磁気記録円盤102の半径方向に移動させる機構で
ある。
The magnetic recording disk 102 magnetically stores data, and the magnetic head 103 records / reproduces data on / from the magnetic recording disk 102. The spindle motor 104 is a motor for rotating the magnetic recording disk 102, and the head actuator 105 is a mechanism for supporting the magnetic head 103 and moving it in the radial direction of the magnetic recording disk 102.

【0014】RW−CH12は、データ記録時にデータ
の磁気記録用の変調と磁気ヘッド103の駆動をおこな
い、データ再生時に磁気ヘッド103からの信号の増幅
と、「1」「0」のディジタル値への弁別をおこなう。
The RW-CH 12 modulates data for magnetic recording and drives the magnetic head 103 at the time of recording data, amplifies the signal from the magnetic head 103 at the time of reproducing data, and outputs a digital value of "1" or "0". Discriminate.

【0015】HDC113は、磁気記録円盤102に記
録するデータのフォーマット制御と、ホスト装置102
との接続およびデータ転送制御と、データバッファ11
4の制御とをおこなう。データバッファ114は、磁気
記録円盤102へ記録再生するデータの一時的な記憶を
おこなう場所である。
The HDC 113 controls the format of data to be recorded on the magnetic recording disk 102 and the host device 102.
Connection and data transfer control, and data buffer 11
4 control is performed. The data buffer 114 is a place for temporarily storing data to be recorded / reproduced on / from the magnetic recording disk 102.

【0016】MPU110は、ホスト装置102からの
コマンドの解釈や、他の部分の動作を制御する装置であ
る。ワークメモリ111は、MPU110が使用する制
御情報を格納するエリアである。モータ制御部115
は、ヘッドアクチュエータ105を駆動し、磁気ヘッド
103の移動と定位置への位置決めの制御をおこなう。
また、モータ制御部115は、スピンドルモータ104
が一定速度で回転するように制御する。
The MPU 110 is a device that controls the interpretation of commands from the host device 102 and the operation of other parts. The work memory 111 is an area for storing control information used by the MPU 110. Motor control unit 115
Drives the head actuator 105 to control the movement of the magnetic head 103 and the positioning to a fixed position.
In addition, the motor control unit 115 controls the spindle motor 104.
Is controlled to rotate at a constant speed.

【0017】HDC113は、ホスト装置とのインター
フェイス制御部(以下、「HOST−IF」と記す)1
21と、バッファ制御部122と、フォーマット制御部
123と、誤り訂正部124とから構成される。
The HDC 113 is an interface control unit (hereinafter, referred to as "HOST-IF") 1 with a host device.
21, a buffer control unit 122, a format control unit 123, and an error correction unit 124.

【0018】HOST−IF121は、ホスト装置との
間で、記録再生動作を指示するコマンドや記録再生デー
タの送信および受信をおこなう。
The HOST-IF 121 transmits / receives a command instructing a recording / reproducing operation and recording / reproducing data to / from the host device.

【0019】バッファ制御部122は、データバッファ
114へのデータの書込と読出とを制御する。さらに、
バッファ制御部122は、HOST−IF121とデー
タバッファ114間のデータ転送と、フォーマット制御
部123とデータバッファ114間のデータ転送と、誤
り訂正部124とデータバッファ114間のデータ転送
の制御をもおこなう。本実施形態では、バッファ制御部
122とデータバッファ114間は2バイト幅のデータ
バスで接続するものとして説明する。
The buffer control unit 122 controls writing and reading of data in the data buffer 114. further,
The buffer control unit 122 also controls data transfer between the HOST-IF 121 and the data buffer 114, data transfer between the format control unit 123 and the data buffer 114, and data transfer between the error correction unit 124 and the data buffer 114. . In the present embodiment, the buffer controller 122 and the data buffer 114 will be described as being connected by a 2-byte width data bus.

【0020】本発明に係るディスク装置では、バッファ
制御部122内にCRC検出部131と、DATA/C
RCアドレス管理部132を設ける。CRC検出部13
1は、データバッファ114内でのデータ誤りの発生を
検出するための回路である。CRC検出部131は、デ
ータバッファ114へのデータ書込時には512バイト
のデータ毎に2バイトのCRC符号を付加する。CRC
検出部131は、データバッファ114からのデータ読
出時にはCRC符号によりデータ誤りを検出する。ここ
で用いるCRC符号は、一般的な技術として知られてい
る技法のもので良い。
In the disk device according to the present invention, the CRC detection unit 131 and the DATA / C are provided in the buffer control unit 122.
An RC address management unit 132 is provided. CRC detector 13
Reference numeral 1 is a circuit for detecting the occurrence of a data error in the data buffer 114. The CRC detection unit 131 adds a 2-byte CRC code to each 512-byte data when writing data to the data buffer 114. CRC
The detection unit 131 detects a data error by a CRC code when reading data from the data buffer 114. The CRC code used here may be a technique known as a general technique.

【0021】DATA/CRCアドレス管理部132
は、データバッファ114内でのDATAとCRCの格
納アドレスを管理する回路である。
DATA / CRC address management unit 132
Is a circuit for managing the storage addresses of DATA and CRC in the data buffer 114.

【0022】フォーマット制御部123は、磁気記録円
盤102への記録再生データのセクタフォーマットの制
御をおこなう部分であり、データ記録時には、ホスト装
置からのデータへのセクタ開始符号やデータ誤り訂正用
符号管理情報の付加をおこない、再生時にはセクタの検
出や管理情報の分離をおこなう。セクタフォーマットに
関しては後述する。
The format control section 123 is a section for controlling the sector format of the recording / reproducing data to / from the magnetic recording disk 102, and at the time of data recording, the sector start code for data from the host device and the code management for data error correction. Information is added and sectors are detected and management information is separated during reproduction. The sector format will be described later.

【0023】誤り訂正部124は、データ記録時には誤
り検出訂正符号の生成をおこない、データ再生時には再
生データの誤りの有無の検出と誤り訂正をおこなう。こ
の誤り訂正部は、後述するように、セクタ内のデータの
後ろに付加されるECC符号に関するものである。
The error correction unit 124 generates an error detection / correction code at the time of recording data, and detects the presence / absence of an error in the reproduced data and corrects the error at the time of reproducing the data. This error correction unit is related to an ECC code added after the data in the sector, as described later.

【0024】次に、図2を用いて記録再生データのセク
タフォーマットについて説明する。図2は、記録再生デ
ータのセクタフォーマットを説明する模式図である。
Next, the sector format of the recording / reproducing data will be described with reference to FIG. FIG. 2 is a schematic diagram for explaining the sector format of recorded / reproduced data.

【0025】一般的に、磁気ディスク装置101は、磁
気記録円盤102には同心円状にデータを記録してい
く。この円を、記録トラックと呼んでいる。この記録ト
ラックは、複数の「セクタ」と呼ぶ単位に分割され、磁
気ディスク装置101は、このセクタ単位にデータの記
録再生をおこなうようになっている。
Generally, the magnetic disk device 101 records data on the magnetic recording disk 102 concentrically. This circle is called a recording track. This recording track is divided into a plurality of units called “sectors”, and the magnetic disk device 101 records and reproduces data in units of these sectors.

【0026】このセクタの構成(フォーマットと呼
ぶ。)は、図2に示されるようになる。セクタは、PL
OSYNCとBYTESYNCとDATAとECCとP
ADとから構成される。また、セクタ間には、GAPと
いう緩衝領域がある。PLOSYNCは、10バイトの
長さで、RW−CH112で再生時のタイミング同期の
ために用いられるコードである。DATAは、512バ
イトの長さであり、ホスト装置からの送られてくる記録
データである。DATAは、磁気記録円盤102への書
込みの前、あるいは、磁気記録円盤102から読み出し
た直後には、データバッファ114に格納される。BY
TESYNCは、1バイトのコードであり、DATAの
先頭を示すための1バイトのコードである。ECCは、
40バイトの長さであり、DATAの誤り検出訂正用の
情報である。PADはセクタ長の調整用の部分である。
セクタ間には、GAPと呼ぶ領域があり、セクタの記録
位置のばらつきにより後続のセクタが破壊されることを
防止している。
The structure of this sector (called a format) is as shown in FIG. Sector is PL
OSSYNC, BYTESYNC, DATA, ECC and P
And AD. There is a buffer area called GAP between the sectors. PLOSYNC has a length of 10 bytes and is a code used for timing synchronization during reproduction on the RW-CH 112. DATA has a length of 512 bytes and is recording data sent from the host device. DATA is stored in the data buffer 114 before writing to the magnetic recording disk 102 or immediately after reading from the magnetic recording disk 102. BY
TESYNC is a 1-byte code, which is a 1-byte code for indicating the beginning of DATA. ECC is
It has a length of 40 bytes and is information for DATA error detection and correction. PAD is a part for adjusting the sector length.
There is an area called GAP between the sectors, and it prevents the subsequent sectors from being destroyed due to variations in the recording positions of the sectors.

【0027】次に、図3を用いて本発明のデータバッフ
ァ114内のDATAとCRCの配置について説明す
る。図3は、本発明のデータバッファ114内のDAT
AとCRCの配置の模式図である。
Next, the arrangement of DATA and CRC in the data buffer 114 of the present invention will be described with reference to FIG. FIG. 3 illustrates the DAT in the data buffer 114 of the present invention.
It is a schematic diagram of arrangement | positioning of A and CRC.

【0028】データバッファ114は、データ格納領域
とCRC格納領域の二つの領域に分割されている。そし
て、データ格納領域には、512バイト長のDATAが
連続して格納されており、CRC格納領域にも、CRC
符号が連続して格納されている。DATAの格納順序と
CRC符号格納順序とは同じであり、DATA#0のC
RC符号がCRC#0である。以下、DATA#1とC
RC#1、DATA#2とCRC#2が、それぞれ一対
一に対応している。図8に示した従来技術のデータ格納
領域とCRC格納領域の配置とは異なっており、このよ
うに配置することが、本発明の特徴をなしている。
The data buffer 114 is divided into two areas, a data storage area and a CRC storage area. Data of 512 bytes in length is continuously stored in the data storage area, and CRC is also stored in the CRC storage area.
Codes are stored consecutively. The DATA storage order and the CRC code storage order are the same, and C of DATA # 0
The RC code is CRC # 0. Below, DATA # 1 and C
RC # 1, DATA # 2 and CRC # 2 are in one-to-one correspondence with each other. The arrangement of the data storage area and the CRC storage area of the prior art shown in FIG. 8 is different, and such arrangement is a feature of the present invention.

【0029】次に、図4および図5を用いてDATA/
CRCアドレス管理部132の構成と動作を説明する。
図4は、本実施形態に係るDATA/CRCアドレス管
理部132の構成を説明する図である。図5は、本実施
形態に係るDATA/CRCアドレス管理部132の動
作を説明するタイミングチャートである。
Next, referring to FIGS. 4 and 5, DATA /
The configuration and operation of the CRC address management unit 132 will be described.
FIG. 4 is a diagram illustrating the configuration of the DATA / CRC address management unit 132 according to this embodiment. FIG. 5 is a timing chart explaining the operation of the DATA / CRC address management unit 132 according to this embodiment.

【0030】DATA/CRCアドレス管理部132
は、図4に示されるようにデータカウンタ140と、ア
ドレス制御部141と、データポインタ142と、セク
タ先頭ポインタ143と、CRC領域先頭ポインタ14
4とCRCアドレス計算部145と、アドレス選択回路
146とから構成される。
DATA / CRC address management unit 132
Is a data counter 140, an address control unit 141, a data pointer 142, a sector head pointer 143, and a CRC area head pointer 14 as shown in FIG.
4, a CRC address calculation unit 145, and an address selection circuit 146.

【0031】データカウンタ140は、セクタ単位での
データ長を管理するカウンタである。アドレス制御部1
41は、データカウンタ140の値に応じてアドレス選
択回路146を制御し、DATA格納アドレスとCRC
符号格納アドレスとを切り替える。また、DATA/C
RCアドレス管理部132は、データポインタ142の
内容を、セクタの先頭でセクタ先頭ポインタ143に格
納するが、その格納タイミングの制御をもおこなう。
The data counter 140 is a counter for managing the data length in sector units. Address control unit 1
Reference numeral 41 controls the address selection circuit 146 according to the value of the data counter 140, and the DATA storage address and CRC
Switch to the code storage address. Also, DATA / C
The RC address management unit 132 stores the content of the data pointer 142 in the sector head pointer 143 at the head of the sector, and also controls the storage timing.

【0032】データポインタ142は、DATA格納ア
ドレスを生成する。セクタ先頭ポインタ143は、セク
タ毎のDATA部先頭のデータバッファ内での格納アド
レスを保持するためのポインタである。CRC領域先頭
ポインタ144は、データバッファ内のCRC格納領域
の先頭のアドレスを保持するためのポインタである。
The data pointer 142 generates a DATA storage address. The sector head pointer 143 is a pointer for holding the storage address in the data buffer of the DATA part head for each sector. The CRC area head pointer 144 is a pointer for holding the head address of the CRC storage area in the data buffer.

【0033】CRCアドレス計算部145は、各DAT
A部に対応するCRC符号を格納するアドレスを計算す
る回路であり、以下の(式2)で示すアドレス計算をお
こなう。
The CRC address calculation unit 145 determines each DAT.
This is a circuit for calculating an address for storing the CRC code corresponding to the A section, and performs the address calculation shown in (Equation 2) below.

【0034】すなわち、セクタ長が、512であり、i
番名のセクタは、最初のセクタを0から始めるとする
と、i=(セクタ先頭ポインタ / 512)で求めら
れる。それに、CRC格納領域は、2バイトなので、2
をかけると、CRC領域先頭ポインタからの相対アドレ
スが求められる。
That is, the sector length is 512, and i
The numbered sector is calculated by i = (sector start pointer / 512), where the first sector starts from 0. Besides, since the CRC storage area is 2 bytes, 2
When multiplied by, the relative address from the CRC area start pointer is obtained.

【0035】したがって、CRC格納アドレスは、それ
に、CRC領域先頭ポインタを加えた次の(式2)とな
る。
Therefore, the CRC storage address is the following (Equation 2) in which the CRC area start pointer is added thereto.

【0036】 CRC格納アドレス = (セクタ先頭ポインタ / 512) ×2 + CRC領域先頭ポインタ …(式2) 図4では、CRC領域先頭ポインタ144が、Cであ
り、セクタ先頭ポインタ143が、Pのときに、CRC
アドレス計算部145は、Yと言うアドレスを生成し
て、データバッファアドレスとして出力することが、図
示されている。
CRC storage address = (sector start pointer / 512) × 2 + CRC area start pointer ... (Equation 2) In FIG. 4, when the CRC area start pointer 144 is C and the sector start pointer 143 is P , CRC
It is shown that the address calculation unit 145 generates an address called Y and outputs it as a data buffer address.

【0037】DATA/CRCアドレス管理部132の
各部の値の変化を示すと、図5に示されるようになる。
The change in the value of each part of the DATA / CRC address management part 132 is shown in FIG.

【0038】時刻t11から1セクタのDATA部をデ
ータバッファ114からの読出し、あるいは、書込みを
開始する。
From time t11, reading or writing of the DATA portion of one sector from the data buffer 114 is started.

【0039】本実施形態では、データバッファ114と
HDC113間は、2バイトずつデータが転送されると
したため、データカウント140とデータポインタ14
2は一回の転送毎に2ずつ値が加算される。また、セク
タ先頭ポインタ142には、セクタ先頭の格納アドレス
であるpの値が格納される。ここで、pの値は、0,5
12,1024,…と、512の整数倍の値を取ること
に注意する。
In this embodiment, since data is transferred by 2 bytes between the data buffer 114 and the HDC 113, the data count 140 and the data pointer 14 are set.
The value of 2 is incremented by 2 for each transfer. The sector head pointer 142 stores the value of p, which is the storage address of the sector head. Here, the value of p is 0,5
Note that the values are integer multiples of 12,1024, ..., And 512.

【0040】また、Cは、CRC領域先頭ポインタであ
る。
C is a CRC area head pointer.

【0041】このように、時刻t11からt12まで、
データカウンタ140と、データポインタは、2ずつ値
が増えていき、セクタ先頭ポインタ142は、一定の値
である。そして、時刻t12でDATA部の末尾の2バ
イトが転送される。
Thus, from time t11 to t12,
The values of the data counter 140 and the data pointer increase by 2 and the sector head pointer 142 has a constant value. Then, at time t12, the last 2 bytes of the DATA portion are transferred.

【0042】時刻t11から時刻t13までは、データ
バッファアドレス146は、データポインタ142の値
がそのまま出力される。そして、時刻t13から時刻t
14のときに、CRC格納アドレスを計算して、データ
バッファアドレス146として出力する。この時刻t1
3から時刻t14は、一定の値としておき、値を増加さ
せないでおく。これにより、時刻t13から時刻t14
の間は、そのセクタに対応したCRC格納領域にアクセ
スすることができる。
From time t11 to time t13, the value of the data pointer 142 is output as it is as the data buffer address 146. Then, from time t13 to time t
At 14, the CRC storage address is calculated and output as the data buffer address 146. This time t1
From 3 to time t14, a fixed value is set and the value is not increased. As a result, from time t13 to time t14
During this period, the CRC storage area corresponding to the sector can be accessed.

【0043】そして、次のt14では、セクタ先頭の格
納アドレスは、512増加しているので、それ以降は、
次のセクタとCRC格納領域の処理を同じようにおこな
う。
Then, at the next t14, the storage address at the beginning of the sector increases by 512, so that after that,
The processing of the next sector and the CRC storage area is performed in the same manner.

【0044】次に、図6および図7を用いてバッファ制
御部122の実行するデータバッファへのアクセス処理
を説明する。
Next, the data buffer access processing executed by the buffer controller 122 will be described with reference to FIGS. 6 and 7.

【0045】先ず、図6のフローチャートを追いなが
ら、書込み処理の手順を説明する。図6は、バッファ制
御部122の実行するデータバッファへのデータとCR
Cの書込み処理の手順を示すフローチャートである。
First, the procedure of the writing process will be described with reference to the flowchart of FIG. FIG. 6 shows data and CR in the data buffer executed by the buffer control unit 122.
It is a flowchart which shows the procedure of the writing process of C.

【0046】ここで、メモリ書込み処理の前に、MPU
がデータポインタ142にデータを格納する先頭のアド
レスを設定し、CRC領域の先頭アドレスをCRC領域
先頭ポインタ144に設定してあるものとする。
Before the memory writing process, the MPU
Sets the start address for storing data in the data pointer 142, and sets the start address of the CRC area in the CRC area start pointer 144.

【0047】先ず、DATA/CRCアドレス管理部1
32の初期化として、データカウンタ140を“O”に
し、データポインタ142内の値をセクタ先頭ポインタ
143に複写する(ステップ161)。
First, the DATA / CRC address management unit 1
As the initialization of 32, the data counter 140 is set to "O" and the value in the data pointer 142 is copied to the sector head pointer 143 (step 161).

【0048】次に、CRC検出部131を初期化し、以
前の演算結果が新たな演算に影響しないようにする(ス
テップ162)。
Next, the CRC detector 131 is initialized so that the previous calculation result does not affect the new calculation (step 162).

【0049】次に、データ2バイトをデータバッファ1
14に書き込む(ステップ163)。さらに、そのデー
タをCRC検出部131に入れ、CRC演算をおこなう
(ステップ164)。そして、ステップ163とステッ
プ164を512バイト分繰り返し(ステップ16
5)、終了すると、512バイトのデータをデータバッ
ファ114に書き込み、この512バイトのデータに対
するCRCを演算する。
Next, 2 bytes of data are transferred to the data buffer 1
14 (step 163). Further, the data is put into the CRC detection unit 131 to perform the CRC calculation (step 164). Then, step 163 and step 164 are repeated for 512 bytes (step 16
5) At the end, 512 bytes of data are written in the data buffer 114, and the CRC for this 512 bytes of data is calculated.

【0050】512バイトのデータをデータバッファ1
14に書き終えると、演算したCRC2バイトを、CR
Cアドレス計算部145が指定するアドレスに書き込む
(ステップ166)。以上のステップ162から166
までで、1セクタ分のデータとCRCの書込みをおこな
い、所定のセクタ数を書き終わるまで、これらを繰り返
す(ステップ167)。
Data of 512 bytes is transferred to the data buffer 1
After writing to 14, the calculated CRC 2 bytes are
The data is written in the address designated by the C address calculation unit 145 (step 166). Steps 162 to 166 above
Up to this, the data and CRC for one sector are written, and these are repeated until the writing of the predetermined number of sectors is completed (step 167).

【0051】次に、図7のフローチャートを追いなが
ら、読出し処理の手順を説明する。図7は、バッファ制
御部122の実行するデータバッファへのデータとCR
Cの読出し処理の手順を示すフローチャートである。
Next, the procedure of the reading process will be described with reference to the flowchart of FIG. FIG. 7 shows data and CR in the data buffer executed by the buffer control unit 122.
It is a flow chart which shows the procedure of the reading processing of C.

【0052】ここでも、同様に、メモリ読出し処理の前
に、MPUがデータポインタ142にデータを格納する
先頭のアドレスを設定し、CRC領域の先頭アドレスを
CRC領域先頭ポインタ144に設定してあるものとす
る。
Also here, similarly, before the memory read processing, the MPU sets the start address for storing data in the data pointer 142 and sets the start address of the CRC area in the CRC area start pointer 144. And

【0053】先ず、DATA/CRCアドレス管理部1
32の初期化として、データカウンタ140を“O”に
し、データポインタ142内の値をセクタ先頭ポインタ
143に複写する(ステップ171)。
First, the DATA / CRC address management unit 1
As the initialization of 32, the data counter 140 is set to "O" and the value in the data pointer 142 is copied to the sector head pointer 143 (step 171).

【0054】次に、CRC検出部131を初期化し、以
前の演算結果が新たな演算に影響しないようにする(ス
テップ172)。
Next, the CRC detector 131 is initialized so that the result of the previous calculation does not affect the new calculation (step 172).

【0055】次に、データ2バイトをデータバッファ1
14から読み出す(ステップ173)。さらに、そのデ
ータをCRC検出部131に入れ、CRC演算をおこな
う(ステップ174)。
Next, 2 bytes of data are transferred to the data buffer 1
It is read from 14 (step 173). Further, the data is put into the CRC detection unit 131 to perform the CRC calculation (step 174).

【0056】そして、ステップ173とステップ174
を512バイト分繰り返し(ステップ175)、512
バイトのデータをデータバッファ114から読み出し、
この512バイトのデータに対するCRCを演算する。
Then, step 173 and step 174
Is repeated for 512 bytes (step 175), 512
Reads bytes of data from the data buffer 114,
The CRC for this 512-byte data is calculated.

【0057】512バイトのデータをデータバッファ1
14から読み終えると、CRCアドレス計算部145が
指定するアドレスからCRC2バイトを読み出し(ステ
ップ176)、読み出したCRCと演算したCRCとを
比較する(ステップ177)。読み出したCRCと演算
したCRCとが一致すれば、読み出したデータには誤り
が無いと判定し、読み出し処理を続行する。
Data of 512 bytes is transferred to the data buffer 1
After reading from 14, the CRC 2 bytes are read from the address designated by the CRC address calculation unit 145 (step 176), and the read CRC is compared with the calculated CRC (step 177). If the read CRC and the calculated CRC match, it is determined that the read data has no error, and the read processing is continued.

【0058】読み出したCRCと演算したCRCとが不
一致ならば、読み出したデータには誤りがあると判定
し、読み出し処理を異常終了する。
If the read CRC and the calculated CRC do not match, it is determined that the read data has an error, and the read process is abnormally terminated.

【0059】以上のステップ172から177までで、
1セクタ分のデータとCRCの読み出しをおこない、所
定のセクタ数を読み終わるか、異常終了するまで、これ
らを繰り返す(ステップ178)。
In steps 172 to 177 above,
Data for one sector and CRC are read out, and these are repeated until the reading of a predetermined number of sectors is completed or abnormal termination (step 178).

【0060】以上、説明したように、本発明のディスク
装置においては、図3に示されるように、DATA格納
領域とCRC符号格納領域を分けるため、DATA格納
領域を記録円盤上と同じデータ長で管理できるため、C
RC符号を付加しない場合と同様にデータバッファを管
理可能である。このためディスク装置の制御ソフトウェ
アの互換性を維持することができる。
As described above, in the disk device of the present invention, as shown in FIG. 3, since the DATA storage area and the CRC code storage area are separated, the DATA storage area has the same data length as that on the recording disk. Because it can be managed, C
The data buffer can be managed as in the case where the RC code is not added. Therefore, the compatibility of the control software of the disk device can be maintained.

【0061】なお、本実施形態では、データポインタ1
42とセクタ先頭ポインタ143を設けたが、DATA
部の先頭を512の倍数に限定すれば、セクタ先頭ポイ
ンタの値の代りに、データポインタの値をCRCアドレ
ス計算部145に入力しても、CRC符号格納領域を計
算できる。したがって、そのような構成にするとセクタ
先頭ポインタが不要になり、回路の簡易化を図ることが
可能になる。
In this embodiment, the data pointer 1
42 and the sector head pointer 143 are provided.
If the head of the section is limited to a multiple of 512, the CRC code storage area can be calculated even if the value of the data pointer instead of the value of the sector head pointer is input to the CRC address calculation section 145. Therefore, with such a configuration, the sector head pointer becomes unnecessary and the circuit can be simplified.

【0062】[0062]

【発明の効果】本発明によれば、データバッファを備
え、CRCによる誤り検出機能を有するディスク装置に
おいて、特別なメモリを必要とせず、CRCを付加しな
いディスク装置との制御ソフトウェアの互換性を維持す
ることのできるディスク装置を提供することができる。
According to the present invention, in a disk device having a data buffer and having an error detection function by CRC, no special memory is required and compatibility of control software with the disk device without CRC is maintained. It is possible to provide a disc device that can do this.

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

【図1】本発明係る磁気ディスク装置の構成図である。FIG. 1 is a configuration diagram of a magnetic disk device according to the present invention.

【図2】記録再生データのセクタフォーマットを説明す
る模式図である。
FIG. 2 is a schematic diagram illustrating a sector format of recorded / reproduced data.

【図3】本発明のデータバッファ114内のDATAと
CRCの配置の模式図である。
FIG. 3 is a schematic diagram of the arrangement of DATA and CRC in the data buffer 114 of the present invention.

【図4】本実施形態に係るDATA/CRCアドレス管
理部132の構成を説明する図である。
FIG. 4 is a diagram illustrating a configuration of a DATA / CRC address management unit 132 according to the present embodiment.

【図5】本実施形態に係るDATA/CRCアドレス管
理部132の動作を説明するタイミングチャートであ
る。
FIG. 5 is a timing chart explaining the operation of the DATA / CRC address management unit 132 according to this embodiment.

【図6】バッファ制御部122の実行するデータバッフ
ァへのデータとCRCの書込み処理の手順を示すフロー
チャートである。
FIG. 6 is a flowchart showing a procedure of a process of writing data into a data buffer and a CRC, which is executed by a buffer control unit 122.

【図7】バッファ制御部122の実行するデータバッフ
ァへのデータとCRCの読出し処理の手順を示すフロー
チャートである。
FIG. 7 is a flowchart showing a procedure of a process of reading data into a data buffer and a CRC, which is executed by a buffer control unit 122.

【図8】従来技術に係るデータバッファ内のデータとC
RCの配置の模式図である。
FIG. 8 shows data and C in a data buffer according to the related art.
It is a schematic diagram of arrangement | positioning of RC.

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

101…磁気ディスク装置、102…磁気記録円盤、1
03…磁気ヘッド、104…スピンドルモータ、105
…ヘッドアクチュエータ、110…マイクロプロセッ
サ、111…ワークメモリ、112…リードライトチャ
ネル、113…ハードディスク制御部、114…データ
バッファ、115…データ制御部、121…ホストイン
ターフェイス制御部、122…バッファ制御部、123
…フォーマット制御部、124…誤り訂正部、131…
CRC検出部、127…DATA/CRCアドレス管理
部、140…データカウンタ、141…アドレス制御
部、142…データポインタ、143…セクタ先頭ポイ
ンタ、144…CRC領域先頭ポインタ、145…CR
Cアドレス計算部、146…アドレス選択回路。
101 ... Magnetic disk device, 102 ... Magnetic recording disk, 1
03 ... magnetic head, 104 ... spindle motor, 105
... head actuator, 110 ... microprocessor, 111 ... work memory, 112 ... read / write channel, 113 ... hard disk control section, 114 ... data buffer, 115 ... data control section, 121 ... host interface control section, 122 ... buffer control section, 123
... format control unit, 124 ... error correction unit, 131 ...
CRC detector 127, DATA / CRC address manager 140, data counter 141, address controller 142, data pointer 143, sector start pointer 144, CRC area start pointer 145, CR
C address calculator, 146 ... Address selection circuit.

───────────────────────────────────────────────────── フロントページの続き (51)Int.Cl.7 識別記号 FI テーマコート゛(参考) G11B 20/18 544 G11B 20/18 544Z Fターム(参考) 5B065 BA01 CA12 CC08 CE12 EA03 5D044 AB01 BC01 CC05 DE12 DE69 EF03 FG10 HH07 HL02 ─────────────────────────────────────────────────── ─── Continuation of front page (51) Int.Cl. 7 Identification code FI theme code (reference) G11B 20/18 544 G11B 20/18 544Z F term (reference) 5B065 BA01 CA12 CC08 CE12 EA03 5D044 AB01 BC01 CC05 DE12 DE69 EF03 FG10 HH07 HL02

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 ホスト装置と記録再生データをやり取り
する際に、データバッファに前記記録再生データを一時
的に格納するディスク装置において、 前記データバッファを制御するデータバッファ制御手段
を有しこのデータバッファ制御手段は、 前記データバッファに格納される記録再生データの誤り
を検出する誤り検出手段と、 前記誤り検出手段により検出された誤りを、前記データ
バッファに、前記誤り検出用情報として格納する誤り検
出用情報格納手段とを含み、 前記データバッファを制御する手段は、 前記記録再生データと前記誤り検出用情報とを分割して
配置することを特徴とするディスク装置。
1. A disk device for temporarily storing the recording / reproducing data in a data buffer when exchanging the recording / reproducing data with a host device, comprising a data buffer control means for controlling the data buffer. The control means includes an error detecting means for detecting an error in the recording / reproducing data stored in the data buffer, and an error detecting means for storing the error detected by the error detecting means in the data buffer as the error detecting information. And a means for controlling the data buffer, wherein the recording / reproducing data and the error detecting information are divided and arranged.
【請求項2】 ホスト装置と記録再生データをやり取り
する際に、データバッファに前記記録再生データを一時
的に格納するディスク装置において、 前記データバッファを制御するデータバッファ制御手段
を有しこのデータバッファ制御手段は、 前記データバッファに格納される記録再生データの誤り
を検出する誤り検出手段と、 前記誤り検出手段により検出された誤りを、前記データ
バッファに、前記誤り検出用情報として格納する誤り検
出用情報格納手段とを含み、 このディスク装置は、前記記録再生データをセクタ単位
で記録・再生をおこなって、 前記誤り検出用情報格納手段は、前記セクタ単位ごと
に、前記誤り検出用情報して、 前記データバッファを制御する手段は、 前記セクタ単位ごとの前記記録再生データと、前記セク
タ単位ごとの前記誤り検出用情報とを、各々連続して配
置することを特徴とするディスク装置。
2. A disk device for temporarily storing the recording / reproducing data in a data buffer when exchanging the recording / reproducing data with a host device, comprising a data buffer control means for controlling the data buffer. The control means includes an error detecting means for detecting an error in the recording / reproducing data stored in the data buffer, and an error detecting means for storing the error detected by the error detecting means in the data buffer as the error detecting information. This disk device records / reproduces the recording / reproducing data in sector units, and the error detecting information storing unit stores the error detecting information in each sector unit. The recording and reproducing data for each sector unit and the sector And said error detection information for each position, the disk apparatus characterized by disposing each in succession.
【請求項3】 前記セクタ単位が、Mバイト、 前記セクタ単位ごとの前記誤り検出用情報の大きさが、
Nバイト、 前記記録再生データの格納エリアの先頭からの、前記記
録再生データのセクタの先頭の相対アドレスを、バイト
単位で、DP、 前記誤り検出用情報の格納エリアの先頭アドレスを、バ
イト単位で、CHP、 前記誤り検出用情報の格納エリアの先頭からの、前記誤
り検出用情報の相対アドレスを、バイト単位で、CPと
したときに、 前記誤り検出用情報の相対アドレスCPが、以下の(式
1)で与えられることを特徴とする請求項2記載のディ
スク装置。 CP=(DP/M)×N+CHP …(式1)
3. The sector unit is M bytes, and the size of the error detection information for each sector unit is
N bytes, the relative address of the beginning of the sector of the recording / reproducing data from the beginning of the storage area of the recording / reproducing data in bytes, DP, the beginning address of the storage area of the error detection information in bytes , CHP, when the relative address of the error detection information from the beginning of the storage area for the error detection information is set to CP in byte units, the relative address CP of the error detection information is as follows ( The disk drive according to claim 2, wherein the disk drive is given by equation (1). CP = (DP / M) × N + CHP (Equation 1)
JP2001365570A 2001-11-30 2001-11-30 Disk device Pending JP2003167680A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001365570A JP2003167680A (en) 2001-11-30 2001-11-30 Disk device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001365570A JP2003167680A (en) 2001-11-30 2001-11-30 Disk device

Publications (1)

Publication Number Publication Date
JP2003167680A true JP2003167680A (en) 2003-06-13

Family

ID=19175575

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001365570A Pending JP2003167680A (en) 2001-11-30 2001-11-30 Disk device

Country Status (1)

Country Link
JP (1) JP2003167680A (en)

Cited By (25)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008522494A (en) * 2004-11-24 2008-06-26 クゥアルコム・インコーポレイテッド System and method for performing cyclic redundancy check
JP2008192209A (en) * 2007-02-01 2008-08-21 Marvell World Trade Ltd Magnetic disk controller and method
US8539119B2 (en) 2004-11-24 2013-09-17 Qualcomm Incorporated Methods and apparatus for exchanging messages having a digital data interface device message format
US8606946B2 (en) 2003-11-12 2013-12-10 Qualcomm Incorporated Method, system and computer program for driving a data signal in data interface communication data link
US8625625B2 (en) 2004-03-10 2014-01-07 Qualcomm Incorporated High data rate interface apparatus and method
US8630318B2 (en) 2004-06-04 2014-01-14 Qualcomm Incorporated High data rate interface apparatus and method
US8635358B2 (en) 2003-09-10 2014-01-21 Qualcomm Incorporated High data rate interface
US8645566B2 (en) 2004-03-24 2014-02-04 Qualcomm Incorporated High data rate interface apparatus and method
US8650304B2 (en) 2004-06-04 2014-02-11 Qualcomm Incorporated Determining a pre skew and post skew calibration data rate in a mobile display digital interface (MDDI) communication system
US8667363B2 (en) 2004-11-24 2014-03-04 Qualcomm Incorporated Systems and methods for implementing cyclic redundancy checks
US8670457B2 (en) 2003-12-08 2014-03-11 Qualcomm Incorporated High data rate interface with improved link synchronization
US8687658B2 (en) 2003-11-25 2014-04-01 Qualcomm Incorporated High data rate interface with improved link synchronization
US8694652B2 (en) 2003-10-15 2014-04-08 Qualcomm Incorporated Method, system and computer program for adding a field to a client capability packet sent from a client to a host
US8694663B2 (en) 2001-09-06 2014-04-08 Qualcomm Incorporated System for transferring digital data at a high rate between a host and a client over a communication path for presentation to a user
US8692838B2 (en) 2004-11-24 2014-04-08 Qualcomm Incorporated Methods and systems for updating a buffer
US8692839B2 (en) 2005-11-23 2014-04-08 Qualcomm Incorporated Methods and systems for updating a buffer
US8699330B2 (en) 2004-11-24 2014-04-15 Qualcomm Incorporated Systems and methods for digital data transmission rate control
US8700744B2 (en) 2003-06-02 2014-04-15 Qualcomm Incorporated Generating and implementing a signal protocol and interface for higher data rates
US8705521B2 (en) 2004-03-17 2014-04-22 Qualcomm Incorporated High data rate interface apparatus and method
US8705571B2 (en) 2003-08-13 2014-04-22 Qualcomm Incorporated Signal interface for higher data rates
US8723705B2 (en) 2004-11-24 2014-05-13 Qualcomm Incorporated Low output skew double data rate serial encoder
US8730069B2 (en) 2005-11-23 2014-05-20 Qualcomm Incorporated Double data rate serial encoder
US8745251B2 (en) 2000-12-15 2014-06-03 Qualcomm Incorporated Power reduction system for an apparatus for high data rate signal transfer using a communication protocol
US8756294B2 (en) 2003-10-29 2014-06-17 Qualcomm Incorporated High data rate interface
US8873584B2 (en) 2004-11-24 2014-10-28 Qualcomm Incorporated Digital data interface device

Cited By (31)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8745251B2 (en) 2000-12-15 2014-06-03 Qualcomm Incorporated Power reduction system for an apparatus for high data rate signal transfer using a communication protocol
US8694663B2 (en) 2001-09-06 2014-04-08 Qualcomm Incorporated System for transferring digital data at a high rate between a host and a client over a communication path for presentation to a user
US8812706B1 (en) 2001-09-06 2014-08-19 Qualcomm Incorporated Method and apparatus for compensating for mismatched delays in signals of a mobile display interface (MDDI) system
US8705579B2 (en) 2003-06-02 2014-04-22 Qualcomm Incorporated Generating and implementing a signal protocol and interface for higher data rates
US8700744B2 (en) 2003-06-02 2014-04-15 Qualcomm Incorporated Generating and implementing a signal protocol and interface for higher data rates
US8705571B2 (en) 2003-08-13 2014-04-22 Qualcomm Incorporated Signal interface for higher data rates
US8719334B2 (en) 2003-09-10 2014-05-06 Qualcomm Incorporated High data rate interface
US8635358B2 (en) 2003-09-10 2014-01-21 Qualcomm Incorporated High data rate interface
US8694652B2 (en) 2003-10-15 2014-04-08 Qualcomm Incorporated Method, system and computer program for adding a field to a client capability packet sent from a client to a host
US8756294B2 (en) 2003-10-29 2014-06-17 Qualcomm Incorporated High data rate interface
US8606946B2 (en) 2003-11-12 2013-12-10 Qualcomm Incorporated Method, system and computer program for driving a data signal in data interface communication data link
US8687658B2 (en) 2003-11-25 2014-04-01 Qualcomm Incorporated High data rate interface with improved link synchronization
US8670457B2 (en) 2003-12-08 2014-03-11 Qualcomm Incorporated High data rate interface with improved link synchronization
US8669988B2 (en) 2004-03-10 2014-03-11 Qualcomm Incorporated High data rate interface apparatus and method
US8730913B2 (en) 2004-03-10 2014-05-20 Qualcomm Incorporated High data rate interface apparatus and method
US8625625B2 (en) 2004-03-10 2014-01-07 Qualcomm Incorporated High data rate interface apparatus and method
US8705521B2 (en) 2004-03-17 2014-04-22 Qualcomm Incorporated High data rate interface apparatus and method
US8645566B2 (en) 2004-03-24 2014-02-04 Qualcomm Incorporated High data rate interface apparatus and method
US8650304B2 (en) 2004-06-04 2014-02-11 Qualcomm Incorporated Determining a pre skew and post skew calibration data rate in a mobile display digital interface (MDDI) communication system
US8630305B2 (en) 2004-06-04 2014-01-14 Qualcomm Incorporated High data rate interface apparatus and method
US8630318B2 (en) 2004-06-04 2014-01-14 Qualcomm Incorporated High data rate interface apparatus and method
JP2008522494A (en) * 2004-11-24 2008-06-26 クゥアルコム・インコーポレイテッド System and method for performing cyclic redundancy check
US8699330B2 (en) 2004-11-24 2014-04-15 Qualcomm Incorporated Systems and methods for digital data transmission rate control
US8723705B2 (en) 2004-11-24 2014-05-13 Qualcomm Incorporated Low output skew double data rate serial encoder
US8692838B2 (en) 2004-11-24 2014-04-08 Qualcomm Incorporated Methods and systems for updating a buffer
US8539119B2 (en) 2004-11-24 2013-09-17 Qualcomm Incorporated Methods and apparatus for exchanging messages having a digital data interface device message format
US8667363B2 (en) 2004-11-24 2014-03-04 Qualcomm Incorporated Systems and methods for implementing cyclic redundancy checks
US8873584B2 (en) 2004-11-24 2014-10-28 Qualcomm Incorporated Digital data interface device
US8692839B2 (en) 2005-11-23 2014-04-08 Qualcomm Incorporated Methods and systems for updating a buffer
US8730069B2 (en) 2005-11-23 2014-05-20 Qualcomm Incorporated Double data rate serial encoder
JP2008192209A (en) * 2007-02-01 2008-08-21 Marvell World Trade Ltd Magnetic disk controller and method

Similar Documents

Publication Publication Date Title
JP2003167680A (en) Disk device
KR100884003B1 (en) Method for preventing write fault and Hard Disk Drive thereof
JP2003346432A (en) Data storage device and data processing method
US6710960B1 (en) Information storage apparatus and method of controlling the same
US5796690A (en) Disc controller with improved data sync and re-sync mark detection
US6523142B1 (en) Apparatus and method of performing in a disk drive commands issued from a host system
JP3268547B2 (en) Method and apparatus for detecting an error in defined information recorded in a direct access storage device using an error correction code
JP2842262B2 (en) Optical disk recording device
JPH09223366A (en) Servo address device and positioning method for read, write and seek operations in direct access storage device
JP2007184046A (en) Rotary disk type storage device and recording method
JP2006079810A (en) Method and device for correcting errors in read data
JPH07311906A (en) Data-recording/reproducing apparatus and method for processing error
JP4005443B2 (en) Data reproduction method and data reproduction apparatus
JPH01171044A (en) Method for positioning block of memory
JP2009059444A (en) Information processing device and information processing method
JP2007317263A (en) Serial data transfer method and system thereof, and data storage device
JPH0620403A (en) Magnetic disk device
JP2008299978A (en) Disk drive device and data reproducing method from disk
WO1998014939A1 (en) Headerless formatted disk drive
JP3759992B2 (en) Recorded information playback device
KR100268386B1 (en) Recording and controlling method of a dvd-ram drive
JPH07287968A (en) Disk device
JP2002298512A (en) Device and method for controlling disk access
JP2001084712A (en) Magnetic disk apparatus and error rewrite control method therefor
JPH0512805A (en) Disk device