patch-2.1.78 linux/init/main.c
Next file: linux/init/version.c
Previous file: linux/include/linux/uts.h
Back to the patch index
Back to the overall index
-  Lines: 19
-  Date:
Sun Jan  4 10:40:17 1998
-  Orig file: 
v2.1.77/linux/init/main.c
-  Orig date: 
Fri Jan  2 14:37:03 1998
diff -u --recursive --new-file v2.1.77/linux/init/main.c linux/init/main.c
@@ -105,7 +105,10 @@
 #ifdef CONFIG_DECNET
 extern void decnet_setup(char *str, int *ints);
 #endif
+#ifdef CONFIG_BLK_DEV_XD
 extern void xd_setup(char *str, int *ints);
+extern void xd_manual_geo_init(char *str, int *ints);
+#endif
 #ifdef CONFIG_BLK_DEV_IDE
 extern void ide_setup(char *);
 #endif
@@ -583,6 +586,7 @@
 #endif
 #ifdef CONFIG_BLK_DEV_XD
 	{ "xd=", xd_setup },
+	{ "xd_geo=", xd_manual_geo_init },
 #endif
 #if defined(CONFIG_BLK_DEV_FD) || defined(CONFIG_AMIGA_FLOPPY) || defined(CONFIG_ATARI_FLOPPY)
 	{ "floppy=", floppy_setup },
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov