Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9693
b: refs/heads/master
c: 33d015b
h: refs/heads/master
i:
  9691: 7287b11
v: v3
  • Loading branch information
Tejun Heo authored and Jeff Garzik committed Aug 17, 2005
1 parent 8ad4d48 commit 95cfdda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 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: 8746618d4f18fab25916686b0d8a6be2c2912de1
refs/heads/master: 33d015b9f24d143859bb40dbe7bbb4c7805cee7d
7 changes: 1 addition & 6 deletions trunk/drivers/scsi/sata_sil24.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,6 @@ enum {
*/
PORT_REGS_SIZE = 0x2000,
PORT_PRB = 0x0000, /* (32 bytes PRB + 16 bytes SGEs * 6) * 31 (3968 bytes) */
/* TF is overlayed w/ PRB regs in the preview driver,
* but it doesn't seem to work. */
PORT_TF = 0x0000,

PORT_PM = 0x0f80, /* 8 bytes PM * 16 (128 bytes) */
/* 32 bit regs */
Expand Down Expand Up @@ -703,9 +700,7 @@ static int sil24_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
u32 tmp;
int cnt;

probe_ent->port[i].cmd_addr = portu + PORT_TF;
probe_ent->port[i].ctl_addr = portu + PORT_TF + 0xa;
probe_ent->port[i].altstatus_addr = portu + PORT_TF + 0xa;
probe_ent->port[i].cmd_addr = portu;
probe_ent->port[i].scr_addr = portu + PORT_SCONTROL;

ata_std_ports(&probe_ent->port[i]);
Expand Down

0 comments on commit 95cfdda

Please sign in to comment.