Fix inconsistent size of ide_fn array.
This commit is contained in:
parent
a9d46d95ec
commit
4ada3382b4
5 changed files with 5 additions and 5 deletions
|
|
@ -50,7 +50,7 @@
|
|||
#define CMD_SET_PARAMETERS 0x91
|
||||
#define CMD_READ_PARAMETERS 0xec
|
||||
|
||||
extern char ide_fn[4][512];
|
||||
extern char ide_fn[7][512];
|
||||
|
||||
typedef struct esdi_drive_t
|
||||
{
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
#define CMD_ADAPTER 0
|
||||
|
||||
extern char ide_fn[4][512];
|
||||
extern char ide_fn[7][512];
|
||||
|
||||
typedef struct esdi_t
|
||||
{
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
#define CMD_DIAGNOSE 0x90
|
||||
#define CMD_SET_PARAMETERS 0x91
|
||||
|
||||
extern char ide_fn[4][512];
|
||||
extern char ide_fn[7][512];
|
||||
|
||||
typedef struct mfm_drive_t
|
||||
{
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
#define XEBEC_TIME (2000 * TIMER_USEC)
|
||||
|
||||
extern char ide_fn[4][512];
|
||||
extern char ide_fn[7][512];
|
||||
|
||||
enum
|
||||
{
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
#include "scsi_hd.h"
|
||||
#include "timer.h"
|
||||
|
||||
extern char ide_fn[4][512];
|
||||
extern char ide_fn[7][512];
|
||||
|
||||
#define BUFFER_SIZE (256*1024)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue