patch-1.3.37 linux/drivers/block/genhd.c
Next file: linux/drivers/cdrom/Config.in
Previous file: linux/arch/i386/kernel/smp.c
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Sat Oct 28 15:18:25 1995
- Orig file:
v1.3.36/linux/drivers/block/genhd.c
- Orig date:
Mon Oct 23 18:02:02 1995
diff -u --recursive --new-file v1.3.36/linux/drivers/block/genhd.c linux/drivers/block/genhd.c
@@ -213,8 +213,7 @@
if (!tested_for_dm6++) { /* only check for DM6 *once* */
extern int ide_xlate_1024(kdev_t, int, const char *);
/* check for various "disk managers" which do strange things */
- int ezstring = !strncmp(data+0x1a3, "Micro House", 11);
- if (p->sys_ind == EZD_PARTITION || ezstring) {
+ if (p->sys_ind == EZD_PARTITION) {
/*
* The remainder of the disk must be accessed using
* a translated geometry that reduces the number of
FUNET's LINUX-ADM group, [email protected]
TCL-scripts by Sam Shen, [email protected]
with Sam's (original) version of this