#ifdef CMD640 in ide.c

bdrake@msuvx2.memphis.edu
Fri, 26 Jul 1996 13:41:03 -0600 (CST)


#ifdef CONFIG_BLK_DEV_CMD640
int retry = 0;
int hd_status; <--- basically a problem for us
non CMD chipset people..

try_again:
#endif /* CONFIG_BLK_DEV_CMD640 */

this gives us one of those hd_status undeclared error messages. I
suppose the fix would be to move this out of the #ifdef.. but I really
don't know what this is for anyway. I probably should just go ahead and
define CMD640..

somebody who knows whats going on please fix this.. :)

Robert Drake