Home
last modified time | relevance | path

Searched refs:hd_error (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/ide/legacy/
Dhd.c87 static int hd_error; variable
185 hd_error = 0; in dump_status()
187 hd_error = inb(HD_ERROR); in dump_status()
188 printk("hd%c: %s: error=0x%02x { ", devc, msg, hd_error & 0xff); in dump_status()
189 if (hd_error & BBD_ERR) printk("BadSector "); in dump_status()
190 if (hd_error & ECC_ERR) printk("UncorrectableError "); in dump_status()
191 if (hd_error & ID_ERR) printk("SectorIdNotFound "); in dump_status()
192 if (hd_error & ABRT_ERR) printk("DriveStatusError "); in dump_status()
193 if (hd_error & TRK0_ERR) printk("TrackZeroNotFound "); in dump_status()
194 if (hd_error & MARK_ERR) printk("AddrMarkNotFound "); in dump_status()
[all …]