--- ata-all.h.orig Mon Aug 25 20:13:04 2003 +++ ata-all.h Tue Sep 2 00:15:14 2003 @@ -218,6 +218,7 @@ void *softc; /* ptr to softc for device */ void (*attach)(struct ata_device *atadev); void (*detach)(struct ata_device *atadev); + void (*reinit)(struct ata_device *atadev); void (*start)(struct ata_device *atadev); int flags; #define ATA_D_USE_CHS 0x0001