Lines Matching refs:floppy

28  *   - Initialize track register when testing presence of floppy
337 * First, there is a DMA buffer in ST-RAM that is used for floppy DMA
1164 printk(KERN_INFO "fd%d: Auto-detected floppy type %s\n",
1334 printk(KERN_ERR "floppy timeout\n" );
1397 * Linux, since the floppy driver can't make assumptions about the
1438 printk(KERN_ERR "floppy: clear format %p!\n", UDT);
1487 struct atari_floppy_struct *floppy = bd->rq->rq_disk->private_data;
1488 int drive = floppy - unit;
1489 int type = floppy->type;
1518 set_capacity(floppy->disk, UDT->blocks);
1536 set_capacity(floppy->disk, UDT->blocks);
1563 struct atari_floppy_struct *floppy = disk->private_data;
1564 int drive = floppy - unit;
1565 int type = floppy->type;
1583 printk (KERN_ERR "floppy%d: found dtp %p name %s!\n",
1615 if (floppy->ref != 1 && floppy->ref != -1)
1620 * first of all: check for floppy change and revalidate,
1628 printk (KERN_INFO "floppy%d: setting size %d spt %d str %d!\n",
1658 printk (KERN_INFO "floppy%d: setting %s %p!\n",
1661 set_capacity(floppy->disk, UDT->blocks);
1696 printk (KERN_INFO "floppy%d: blk %d spt %d str %d!\n",
1705 set_capacity(floppy->disk, UDT->blocks);
1719 if (floppy->ref != 1 && floppy->ref != -1)
1728 set_capacity(floppy->disk, MAX_DISK_SIZE * 2);
1791 /* This function tests the physical presence of a floppy drive (not
1855 printk(KERN_INFO "Probing floppy drive(s):\n");
1981 /* Amiga, Mac, ... don't have Atari-compatible floppy :-) */
2043 printk(KERN_INFO "Atari floppy driver: max. %cD, %strack buffering\n",
2099 __setup("floppy=", atari_floppy_setup);