From: James S. <jsi...@us...> - 2001-09-04 20:05:43
|
Update of /cvsroot/linux-mips/linux/arch/mips/lib In directory usw-pr-cvs1:/tmp/cvs-serv13207 Modified Files: ide-std.c Log Message: Dumb dumb mistake with #endif Index: ide-std.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/lib/ide-std.c,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ide-std.c 2001/08/28 02:31:38 1.4 --- ide-std.c 2001/09/04 20:05:41 1.5 *************** *** 21,24 **** --- 21,25 ---- #else switch (base) { + #endif case 0x1f0: return 14; case 0x170: return 15; *************** *** 30,34 **** return 0; } - #endif } --- 31,34 ---- |