Lines Matching refs:floppy
28 * - Initialize track register when testing presence of floppy
340 * First, there is a DMA buffer in ST-RAM that is used for floppy DMA
1191 printk(KERN_INFO "fd%d: Auto-detected floppy type %s\n",
1362 printk(KERN_ERR "floppy timeout\n" );
1426 * Linux, since the floppy driver can't make assumptions about the
1466 printk(KERN_ERR "floppy: clear format %p!\n", UDT);
1506 struct atari_floppy_struct *floppy = bd->rq->q->disk->private_data;
1507 int drive = floppy - unit;
1508 int type = floppy->type;
1588 struct atari_floppy_struct *floppy = disk->private_data;
1589 int drive = floppy - unit;
1590 int type = floppy->type;
1608 printk (KERN_ERR "floppy%d: found dtp %p name %s!\n",
1640 if (floppy->ref != 1 && floppy->ref != -1)
1645 * first of all: check for floppy change and revalidate,
1653 printk (KERN_INFO "floppy%d: setting size %d spt %d str %d!\n",
1684 printk (KERN_INFO "floppy%d: setting %s %p!\n",
1722 printk (KERN_INFO "floppy%d: blk %d spt %d str %d!\n",
1747 if (floppy->ref != 1 && floppy->ref != -1)
1819 /* This function tests the physical presence of a floppy drive (not
1883 printk(KERN_INFO "Probing floppy drive(s):\n");
2076 /* Amiga, Mac, ... don't have Atari-compatible floppy :-) */
2129 printk(KERN_INFO "Atari floppy driver: max. %cD, %strack buffering\n",
2186 __setup("floppy=", atari_floppy_setup);