Searched refs:floppy (Results 1 - 9 of 9) sorted by relevance

/drivers/ide/
H A Dide-floppy.c2 * IDE ATAPI floppy driver.
8 * This driver supports the following IDE floppy drives:
15 * Documentation/ide/ChangeLog.ide-floppy.1996-2002
42 #include "ide-floppy.h"
64 struct ide_disk_obj *floppy = drive->driver_data; local
82 floppy->sense_key = buf[2] & 0x0F;
83 floppy->asc = buf[12];
84 floppy->ascq = buf[13];
85 floppy->progress_indication = buf[15] & 0x80 ?
93 "ascq = %x", floppy
106 ide_floppy_report_error(struct ide_disk_obj *floppy, struct ide_atapi_pc *pc) argument
126 struct ide_disk_obj *floppy = drive->driver_data; local
194 struct ide_disk_obj *floppy = drive->driver_data; local
215 idefloppy_blockpc_cmd(struct ide_disk_obj *floppy, struct ide_atapi_pc *pc, struct request *rq) argument
231 struct ide_disk_obj *floppy = drive->driver_data; local
312 struct ide_disk_obj *floppy = drive->driver_data; local
374 struct ide_disk_obj *floppy = drive->driver_data; local
476 struct ide_disk_obj *floppy = drive->driver_data; local
[all...]
H A Dide-floppy_ioctl.c2 * ide-floppy IOCTLs handling.
14 #include "ide-floppy.h"
40 struct ide_disk_obj *floppy = drive->driver_data; local
53 if (ide_queue_pc_tail(drive, floppy->disk, pc, pc_buf, pc->req_xfer)) {
54 printk(KERN_ERR "ide-floppy: Can't get floppy parameters\n");
121 struct ide_disk_obj *floppy = drive->driver_data; local
129 if (ide_queue_pc_tail(drive, floppy->disk, pc, buf, pc->req_xfer))
141 struct ide_disk_obj *floppy = drive->driver_data; local
145 if (floppy
201 struct ide_disk_obj *floppy = drive->driver_data; local
238 struct ide_disk_obj *floppy = drive->driver_data; local
[all...]
H A DMakefile97 ide-gd_mod-y += ide-floppy.o ide-floppy_ioctl.o
/drivers/block/
H A DMakefile10 obj-$(CONFIG_BLK_DEV_FD) += floppy.o
H A Dataflop.c27 * - Initialize track register when testing presence of floppy
255 * First, there is a DMA buffer in ST-RAM that is used for floppy DMA
1082 printk(KERN_INFO "fd%d: Auto-detected floppy type %s\n",
1253 printk(KERN_ERR "floppy timeout\n" );
1318 * Linux, since the floppy driver can't make assumptions about the
1359 printk(KERN_ERR "floppy: clear format %p!\n", UDT);
1423 struct atari_floppy_struct *floppy; local
1438 floppy = fd_request->rq_disk->private_data;
1439 drive = floppy - unit;
1440 type = floppy
1513 struct atari_floppy_struct *floppy = disk->private_data; local
[all...]
H A DKconfig19 tristate "Normal floppy disk support"
22 If you want to use the floppy disk drive(s) of your PC under Linux,
25 <file:Documentation/blockdev/floppy.txt>.
31 module will be called floppy.
34 tristate "Amiga floppy support"
38 tristate "Atari floppy support"
42 tristate "Support for PowerMac floppy"
46 floppy controller, say Y here. Most commonly found in PowerMacs.
49 tristate "Support for SWIM Macintosh floppy"
52 You should select this option if you want floppy suppor
[all...]
H A Damiflop.c187 /* floppy internal millisecond timer stuff */
1261 printk (KERN_NOTICE "floppy disk write protected\n");
1286 printk (KERN_NOTICE "floppy disk write protected "
1378 struct amiga_floppy_struct *floppy; local
1390 floppy = rq->rq_disk->private_data;
1391 drive = floppy - unit;
1402 if ((int)block > floppy->blocks) {
1407 track = block / (floppy->dtype->sects * floppy->type->sect_mult);
1408 sector = block % (floppy
[all...]
H A Dfloppy.c2 * linux/drivers/block/floppy.c
28 * call "floppy-on" directly, but have to set a special timer interrupt
38 * Automatic floppy-detection and formatting written by Werner Almesberger
40 * the floppy-change signal detection.
60 * floppy as the first thing after bootup.
65 * this helped the floppy driver as well. Much cleaner, and still seems to
69 /* 1994/6/24 --bbroad-- added the floppy table entries and made
82 /* 1994/9/17 -- Koen Holtman -- added logging of physical floppy write
98 * features to asm/floppy.h.
107 * interrupt and dma channel to asm/floppy
3023 struct floppy_struct *floppy; local
4543 static char *floppy; variable
[all...]
/drivers/scsi/arm/
H A DKconfig37 Around 1991, Arxe Systems Limited released a high density floppy

Completed in 321 milliseconds