|
@@ -571,8 +571,6 @@ typedef struct hwgroup_s {
|
|
|
unsigned int sleeping : 1;
|
|
|
/* BOOL: polling active & poll_timeout field valid */
|
|
|
unsigned int polling : 1;
|
|
|
- /* BOOL: in a polling reset situation. Must not trigger another reset yet */
|
|
|
- unsigned int resetting : 1;
|
|
|
|
|
|
/* current drive */
|
|
|
ide_drive_t *drive;
|
|
@@ -792,7 +790,6 @@ struct ide_driver_s {
|
|
|
ide_startstop_t (*do_request)(ide_drive_t *, struct request *, sector_t);
|
|
|
int (*end_request)(ide_drive_t *, int, int);
|
|
|
ide_startstop_t (*error)(ide_drive_t *, struct request *rq, u8, u8);
|
|
|
- ide_startstop_t (*abort)(ide_drive_t *, struct request *rq);
|
|
|
struct device_driver gen_driver;
|
|
|
int (*probe)(ide_drive_t *);
|
|
|
void (*remove)(ide_drive_t *);
|
|
@@ -834,10 +831,6 @@ ide_startstop_t __ide_error(ide_drive_t *, struct request *, u8, u8);
|
|
|
|
|
|
ide_startstop_t ide_error (ide_drive_t *drive, const char *msg, byte stat);
|
|
|
|
|
|
-ide_startstop_t __ide_abort(ide_drive_t *, struct request *);
|
|
|
-
|
|
|
-extern ide_startstop_t ide_abort(ide_drive_t *, const char *);
|
|
|
-
|
|
|
extern void ide_fix_driveid(struct hd_driveid *);
|
|
|
|
|
|
extern void ide_fixstring(u8 *, const int, const int);
|