Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15757
b: refs/heads/master
c: 5f4f9dc
h: refs/heads/master
i:
  15755: a39a873
v: v3
  • Loading branch information
shemminger@osdl.org authored and Jeff Garzik committed Dec 1, 2005
1 parent fb5472b commit 08b8a9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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: 50241c4c59453fae01555f67daa96d799d85b968
refs/heads/master: 5f4f9dc113a7aedca072851f3a51cc563f8e143f
7 changes: 4 additions & 3 deletions trunk/drivers/net/sky2.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
#include "sky2.h"

#define DRV_NAME "sky2"
#define DRV_VERSION "0.7"
#define DRV_VERSION "0.9"
#define PFX DRV_NAME " "

/*
Expand Down Expand Up @@ -2948,8 +2948,8 @@ static int __devinit sky2_probe(struct pci_dev *pdev,
if (err)
goto err_out_iounmap;

printk(KERN_INFO PFX "addr 0x%lx irq %d Yukon-%s (0x%x) rev %d\n",
pci_resource_start(pdev, 0), pdev->irq,
printk(KERN_INFO PFX "v%s addr 0x%lx irq %d Yukon-%s (0x%x) rev %d\n",
DRV_VERSION, pci_resource_start(pdev, 0), pdev->irq,
yukon_name[hw->chip_id - CHIP_ID_YUKON],
hw->chip_id, hw->chip_rev);

Expand Down Expand Up @@ -3120,3 +3120,4 @@ module_exit(sky2_cleanup_module);
MODULE_DESCRIPTION("Marvell Yukon 2 Gigabit Ethernet driver");
MODULE_AUTHOR("Stephen Hemminger <shemminger@osdl.org>");
MODULE_LICENSE("GPL");
MODULE_VERSION(DRV_VERSION);

0 comments on commit 08b8a9e

Please sign in to comment.