Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 35268
b: refs/heads/master
c: c69f412
h: refs/heads/master
v: v3
  • Loading branch information
Grant Grundler authored and Jeff Garzik committed Sep 11, 2006
1 parent 295a4e0 commit ed48611
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 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: 6b92801b43441f1f0280c332b966b75c74222060
refs/heads/master: c69f412219855c9525c96052a65b60814531977c
10 changes: 8 additions & 2 deletions trunk/drivers/net/tulip/tulip_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1644,8 +1644,14 @@ static int __devinit tulip_init_one (struct pci_dev *pdev,
if (register_netdev(dev))
goto err_out_free_ring;

printk(KERN_INFO "%s: %s rev %d at %p,",
dev->name, chip_name, chip_rev, ioaddr);
printk(KERN_INFO "%s: %s rev %d at "
#ifdef CONFIG_TULIP_MMIO
"MMIO"
#else
"Port"
#endif
" %#llx,", dev->name, chip_name, chip_rev,
(unsigned long long) pci_resource_start(pdev, TULIP_BAR));
pci_set_drvdata(pdev, dev);

if (eeprom_missing)
Expand Down

0 comments on commit ed48611

Please sign in to comment.