patch-2.1.115 linux/arch/mips/lib/ide-std.c
Next file: linux/arch/mips/lib/memset.c
Previous file: linux/arch/mips/lib/csum_partial_copy.S
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
Tue Aug  4 16:06:57 1998
-  Orig file: 
v2.1.114/linux/arch/mips/lib/ide-std.c
-  Orig date: 
Fri May  8 23:14:43 1998
diff -u --recursive --new-file v2.1.114/linux/arch/mips/lib/ide-std.c linux/arch/mips/lib/ide-std.c
@@ -20,6 +20,8 @@
 		case 0x170: return 15;
 		case 0x1e8: return 11;
 		case 0x168: return 10;
+		case 0x1e0: return 8;
+		case 0x160: return 12;
 		default:
 			return 0;
 	}
@@ -32,6 +34,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