patch-2.1.92 linux/include/asm-i386/ide.h
Next file: linux/include/asm-i386/processor.h
Previous file: linux/include/asm-i386/bugs.h
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Sun Mar 29 12:24:05 1998
- Orig file:
v2.1.91/linux/include/asm-i386/ide.h
- Orig date:
Thu Mar 27 14:40:06 1997
diff -u --recursive --new-file v2.1.91/linux/include/asm-i386/ide.h linux/include/asm-i386/ide.h
@@ -16,7 +16,7 @@
typedef unsigned short ide_ioreg_t;
#ifndef MAX_HWIFS
-#define MAX_HWIFS 4
+#define MAX_HWIFS 6
#endif
#define ide_sti() sti()
@@ -28,6 +28,8 @@
case 0x170: return 15;
case 0x1e8: return 11;
case 0x168: return 10;
+ case 0x1e0: return 8;
+ case 0x160: return 12;
default:
return 0;
}
@@ -40,6 +42,8 @@
case 1: return 0x170;
case 2: return 0x1e8;
case 3: return 0x168;
+ case 4: return 0x1e0;
+ case 5: return 0x160;
default:
return 0;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov