patch-2.2.4 linux/drivers/block/ide.h
Next file: linux/drivers/block/ide_modes.h
Previous file: linux/drivers/block/ide.c
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
Tue Mar 23 13:54:26 1999
- Orig file:
v2.2.3/linux/drivers/block/ide.h
- Orig date:
Tue Feb 23 15:21:33 1999
diff -u --recursive --new-file v2.2.3/linux/drivers/block/ide.h linux/drivers/block/ide.h
@@ -674,6 +674,13 @@
*/
struct request **ide_get_queue (kdev_t dev);
+/*
+ * CompactFlash cards and their brethern pretend to be removable hard disks,
+ * but they never have a slave unit, and they don't have doorlock mechanisms.
+ * This test catches them, and is invoked elsewhere when setting appropriate config bits.
+ */
+int drive_is_flashcard (ide_drive_t *drive);
+
int ide_spin_wait_hwgroup(ide_drive_t *drive, unsigned long *flags);
void ide_timer_expiry (unsigned long data);
void ide_intr (int irq, void *dev_id, struct pt_regs *regs);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)