Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82155
b: refs/heads/master
c: a6fbb1c
h: refs/heads/master
i:
  82153: 9e6cf29
  82151: 5ac71ad
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Feb 1, 2008
1 parent c79c540 commit 6f25614
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 042449377e0aa559804c2072887c56760c56e079
refs/heads/master: a6fbb1c8c312be902f1085824c98ca50c86d5893
14 changes: 3 additions & 11 deletions trunk/include/linux/ide.h
Original file line number Diff line number Diff line change
Expand Up @@ -628,8 +628,7 @@ typedef int (ide_expiry_t)(ide_drive_t *);
typedef struct hwgroup_s {
/* irq handler, if active */
ide_startstop_t (*handler)(ide_drive_t *);
/* irq handler, suspended if active */
ide_startstop_t (*handler_save)(ide_drive_t *);

/* BOOL: protects all fields below */
volatile int busy;
/* BOOL: wake us up on timer expiry */
Expand All @@ -644,25 +643,18 @@ typedef struct hwgroup_s {
/* ptr to current hwif in linked-list */
ide_hwif_t *hwif;

/* for pci chipsets */
struct pci_dev *pci_dev;

/* current request */
struct request *rq;

/* failsafe timer */
struct timer_list timer;
/* local copy of current write rq */
struct request wrq;
/* timeout value during long polls */
unsigned long poll_timeout;
/* queried upon timeouts */
int (*expiry)(ide_drive_t *);
/* ide_system_bus_speed */
int pio_clock;

int req_gen;
int req_gen_timer;

unsigned char cmd_buf[4];
} ide_hwgroup_t;

typedef struct ide_driver_s ide_driver_t;
Expand Down

0 comments on commit 6f25614

Please sign in to comment.