Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6113
b: refs/heads/master
c: 84c3ea0
h: refs/heads/master
i:
  6111: 90eb454
v: v3
  • Loading branch information
Jochen Friedrich authored and Jeff Garzik committed Aug 20, 2005
1 parent 8b657dc commit 14b5a67
Show file tree
Hide file tree
Showing 9 changed files with 274 additions and 275 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: 9f7f0098eaadd9200ab52ad0dad523f797d3bf39
refs/heads/master: 84c3ea01d163a24323d827e1d280dc3346905972
4 changes: 2 additions & 2 deletions trunk/drivers/net/tokenring/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ config 3C359

config TMS380TR
tristate "Generic TMS380 Token Ring ISA/PCI adapter support"
depends on TR && (PCI || ISA)
depends on TR && (PCI || ISA || MCA)
select FW_LOADER
---help---
This driver provides generic support for token ring adapters
Expand Down Expand Up @@ -158,7 +158,7 @@ config ABYSS

config MADGEMC
tristate "Madge Smart 16/4 Ringnode MicroChannel"
depends on TR && TMS380TR && MCA_LEGACY
depends on TR && TMS380TR && MCA
help
This tms380 module supports the Madge Smart 16/4 MC16 and MC32
MicroChannel adapters.
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/tokenring/abyss.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ static int __devinit abyss_attach(struct pci_dev *pdev, const struct pci_device_
*/
dev->base_addr += 0x10;

ret = tmsdev_init(dev, PCI_MAX_ADDRESS, &pdev->dev);
ret = tmsdev_init(dev, &pdev->dev);
if (ret) {
printk("%s: unable to get memory for dev->priv.\n",
dev->name);
Expand Down
Loading

0 comments on commit 14b5a67

Please sign in to comment.