Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6067
b: refs/heads/master
c: 2f76147
h: refs/heads/master
i:
  6065: 3501181
  6063: d50939f
v: v3
  • Loading branch information
Victor Fusco authored and Jeff Garzik committed Jul 31, 2005
1 parent c7f874f commit 4804674
Show file tree
Hide file tree
Showing 2 changed files with 4 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: cd8749b4aa6b7502e234d72cb53c00a3bc27ed1b
refs/heads/master: 2f761478a2b436efa23659b4d5c826e53b11f91a
6 changes: 3 additions & 3 deletions trunk/drivers/net/pci-skeleton.c
Original file line number Diff line number Diff line change
Expand Up @@ -486,9 +486,9 @@ struct netdrv_private {
MODULE_AUTHOR ("Jeff Garzik <jgarzik@pobox.com>");
MODULE_DESCRIPTION ("Skeleton for a PCI Fast Ethernet driver");
MODULE_LICENSE("GPL");
MODULE_PARM (multicast_filter_limit, "i");
MODULE_PARM (max_interrupt_work, "i");
MODULE_PARM (media, "1-" __MODULE_STRING(8) "i");
module_param(multicast_filter_limit, int, 0);
module_param(max_interrupt_work, int, 0);
module_param_array(media, int, NULL, 0);
MODULE_PARM_DESC (multicast_filter_limit, "pci-skeleton maximum number of filtered multicast addresses");
MODULE_PARM_DESC (max_interrupt_work, "pci-skeleton maximum events handled per interrupt");
MODULE_PARM_DESC (media, "pci-skeleton: Bits 0-3: media type, bit 17: full duplex");
Expand Down

0 comments on commit 4804674

Please sign in to comment.