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
|
|
@ -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