Update of /cvsroot/blob/blob/include/blob
In directory usw-pr-cvs1:/tmp/cvs-serv13062
Modified Files:
ide.h
Log Message:
- define for blocksize
Index: ide.h
===================================================================
RCS file: /cvsroot/blob/blob/include/blob/ide.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- ide.h 8 May 2002 13:56:02 -0000 1.4
+++ ide.h 8 May 2002 19:14:57 -0000 1.5
@@ -21,6 +21,8 @@
#ifndef BLOB_IDE_H
#define BLOB_IDE_H 1
+#define IDE_BLOCK_SIZE (512)
+
/* HDC Status Register Bit Masks (1F7h) */
#define BUSY 0x80 /* busy.. can't talk now! */
#define READY 0x40 /* Drive Ready */
|