Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135337
b: refs/heads/master
c: cd5549e
h: refs/heads/master
i:
  135335: a606578
v: v3
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Jan 30, 2009
1 parent 0251189 commit 12f1e63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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: 95852f48c2b78ee6b211a38039ccca2c889a7010
refs/heads/master: cd5549e0f4b5129cdb7b02fbb6a559f78eda7f4c
6 changes: 1 addition & 5 deletions trunk/drivers/atm/solos-pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -1040,7 +1040,7 @@ static struct atmdev_ops fpga_ops = {

static int fpga_probe(struct pci_dev *dev, const struct pci_device_id *id)
{
int err, i;
int err;
uint16_t fpga_ver;
uint8_t major_ver, minor_ver;
uint32_t data32;
Expand Down Expand Up @@ -1090,10 +1090,6 @@ static int fpga_probe(struct pci_dev *dev, const struct pci_device_id *id)
iowrite32(0, card->config_regs + FPGA_MODE);
data32 = ioread32(card->config_regs + FPGA_MODE);
}
//Fill Config Mem with zeros
for(i = 0; i < 128; i += 4)
iowrite32(0, card->config_regs + i);

//Set RX empty flags
iowrite32(0xF0, card->config_regs + FLAGS_ADDR);

Expand Down

0 comments on commit 12f1e63

Please sign in to comment.