Update of /cvsroot/linux-mips/linux/arch/mips/lib
In directory usw-pr-cvs1:/tmp/cvs-serv3535/arch/mips/lib
Modified Files:
ide-std.c
Log Message:
More OSS syncing..
Index: ide-std.c
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/lib/ide-std.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- ide-std.c 13 Dec 2001 02:31:17 -0000 1.7
+++ ide-std.c 21 Apr 2002 20:01:12 -0000 1.8
@@ -16,10 +16,6 @@
static int std_ide_default_irq(ide_ioreg_t base)
{
-#ifdef CONFIG_COBALT_MICRO_SERVER
- base &= 0x0fffffff;
-#endif
-
switch (base) {
case 0x1f0: return 14;
case 0x170: return 15;
|