Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83345
b: refs/heads/master
c: afdd360
h: refs/heads/master
i:
  83343: 48cbde1
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Feb 6, 2008
1 parent 8e97d4a commit a84940e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 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: 34394e45c3387bd66619d9a51b4be507e4222b02
refs/heads/master: afdd360c95632b0c882790a7b25ff505664adcd0
3 changes: 0 additions & 3 deletions trunk/drivers/ide/pci/siimage.c
Original file line number Diff line number Diff line change
Expand Up @@ -704,9 +704,6 @@ static void __devinit init_mmio_iops_siimage(ide_hwif_t *hwif)
hwif->sata_scr[SATA_STATUS_OFFSET] = base + 0x104;
hwif->sata_scr[SATA_ERROR_OFFSET] = base + 0x108;
hwif->sata_scr[SATA_CONTROL_OFFSET] = base + 0x100;
hwif->sata_misc[SATA_MISC_OFFSET] = base + 0x140;
hwif->sata_misc[SATA_PHY_OFFSET] = base + 0x144;
hwif->sata_misc[SATA_IEN_OFFSET] = base + 0x148;
}

memcpy(hwif->io_ports, hw.io_ports, sizeof(hwif->io_ports));
Expand Down
5 changes: 0 additions & 5 deletions trunk/include/linux/ide.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,6 @@ typedef unsigned char byte; /* used everywhere */
#define SATA_ERROR_OFFSET (1)
#define SATA_CONTROL_OFFSET (2)

#define SATA_MISC_OFFSET (0)
#define SATA_PHY_OFFSET (1)
#define SATA_IEN_OFFSET (2)

/*
* Our Physical Region Descriptor (PRD) table should be large enough
* to handle the biggest I/O request we are likely to see. Since requests
Expand Down Expand Up @@ -473,7 +469,6 @@ typedef struct hwif_s {
/* task file registers for pata and sata */
unsigned long io_ports[IDE_NR_PORTS];
unsigned long sata_scr[SATA_NR_PORTS];
unsigned long sata_misc[SATA_NR_PORTS];

ide_drive_t drives[MAX_DRIVES]; /* drive info */

Expand Down

0 comments on commit a84940e

Please sign in to comment.