#include <linux/types.h>
#include <linux/string.h>
#include <linux/kernel.h>
#include <linux/export.h>
#include <linux/interrupt.h>
#include <linux/ide.h>
#include <linux/bitops.h>
Go to the source code of this file.
ide_dump_status - translate ATA/ATAPI error : drive that status applies to : text message to print : status byte to decode
Error reporting, in human readable form (luxurious, but a memory hog). Combines the drive name, message and status byte to provide a user understandable explanation of the device error.
Definition at line 133 of file ide-lib.c.
ide_toggle_bounce - handle bounce buffering : drive to update : on/off boolean
Enable or disable bounce buffering for the device. Drives move between PIO and DMA and that changes the rules we need.
Definition at line 18 of file ide-lib.c.