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

/drivers/block/
H A Dhd.c116 static int hd_error; variable
224 hd_error = 0;
226 hd_error = inb(HD_ERROR);
227 printk("%s: %s: error=0x%02x { ", name, msg, hd_error & 0xff);
228 if (hd_error & BBD_ERR) printk("BadSector ");
229 if (hd_error & ECC_ERR) printk("UncorrectableError ");
230 if (hd_error & ID_ERR) printk("SectorIdNotFound ");
231 if (hd_error & ABRT_ERR) printk("DriveStatusError ");
232 if (hd_error & TRK0_ERR) printk("TrackZeroNotFound ");
233 if (hd_error
[all...]

Completed in 58 milliseconds