• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/block/

Lines Matching refs:floppy

27  *   - Initialize track register when testing presence of floppy
254 * First, there is a DMA buffer in ST-RAM that is used for floppy DMA
1081 printk(KERN_INFO "fd%d: Auto-detected floppy type %s\n",
1252 printk(KERN_ERR "floppy timeout\n" );
1317 * Linux, since the floppy driver can't make assumptions about the
1357 printk(KERN_ERR "floppy: clear format %p!\n", UDT);
1398 struct atari_floppy_struct *floppy;
1413 floppy = fd_request->rq_disk->private_data;
1414 drive = floppy - unit;
1415 type = floppy->type;
1428 set_capacity(floppy->disk, UDT->blocks);
1446 set_capacity(floppy->disk, UDT->blocks);
1488 struct atari_floppy_struct *floppy = disk->private_data;
1489 int drive = floppy - unit;
1490 int type = floppy->type;
1508 printk (KERN_ERR "floppy%d: found dtp %p name %s!\n",
1540 if (floppy->ref != 1 && floppy->ref != -1)
1545 * first of all: check for floppy change and revalidate,
1553 printk (KERN_INFO "floppy%d: setting size %d spt %d str %d!\n",
1584 printk (KERN_INFO "floppy%d: setting %s %p!\n",
1587 set_capacity(floppy->disk, UDT->blocks);
1622 printk (KERN_INFO "floppy%d: blk %d spt %d str %d!\n",
1633 set_capacity(floppy->disk, UDT->blocks);
1647 if (floppy->ref != 1 && floppy->ref != -1)
1656 set_capacity(floppy->disk, MAX_DISK_SIZE * 2);
1717 /* This function tests the physical presence of a floppy drive (not
1781 printk(KERN_INFO "Probing floppy drive(s):\n");
1902 /* Amiga, Mac, ... don't have Atari-compatible floppy :-) */
1955 printk(KERN_INFO "Atari floppy driver: max. %cD, %strack buffering\n",
2006 __setup("floppy=", atari_floppy_setup);