*** drivers/block/rd.c.0818     2002-02-27 19:12:21.000000000 +0900
--- drivers/block/rd.c  2002-08-18 16:52:02.000000000 +0900
***************
*** 842,850 ****
--- 842,862 ----
  #ifdef CONFIG_BLK_DEV_INITRD
                  && MAJOR(real_root_dev) != FLOPPY_MAJOR
  #endif
+ #ifdef CONFIG_USB_STORAGE
+                && MAJOR(ROOT_DEV) != SCSI_DISK0_MAJOR
+ #ifdef CONFIG_BLK_DEV_INITRD
+                && MAJOR(real_root_dev) != SCSI_DISK0_MAJOR
+ #endif
+ #endif
	)
		return;

+ #ifdef CONFIG_USB_STORAGE
+       if (MAJOR(ROOT_DEV) == SCSI_DISK0_MAJOR) {
+               printk(KERN_NOTICE "USB floppy drive is supported\n");
+       }
+ #endif
+
	if (rd_prompt) {
  #ifdef CONFIG_BLK_DEV_FD
		floppy_eject();

