~ubuntu-branches/ubuntu/lucid/ethtool/lucid-proposed

« back to all changes in this revision

Viewing changes to ethtool-util.h

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar
  • Date: 2008-02-27 18:08:04 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080227180804-4hr4mpsrjd4q80cz
Tags: 6+20080227-1
* New git pull
  - Recent fixes for 10000 support. Closes: #468089
* Fixed debian/watch
  Patch by Raphael Geissert <atomo64@gmail.com>
  Closes: #449638
* Bumped Standards-Version to 3.7.3
* Added homepage control header
* Running autoconf and automake in debian/rules
* Updated debian/copyright

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
/* Intel(R) PRO/1000 Gigabit Adapter Family */
34
34
int e1000_dump_regs(struct ethtool_drvinfo *info, struct ethtool_regs *regs);
35
35
 
 
36
int igb_dump_regs(struct ethtool_drvinfo *info, struct ethtool_regs *regs);
 
37
 
36
38
/* RealTek PCI */
37
39
int realtek_dump_regs(struct ethtool_drvinfo *info, struct ethtool_regs *regs);
38
40
 
57
59
/* Intel(R) PRO/10GBe Gigabit Adapter Family */
58
60
int ixgb_dump_regs(struct ethtool_drvinfo *info, struct ethtool_regs *regs);
59
61
 
 
62
int ixgbe_dump_regs(struct ethtool_drvinfo *info, struct ethtool_regs *regs);
 
63
 
60
64
/* Broadcom Tigon3 Ethernet controller */
61
65
int tg3_dump_regs(struct ethtool_drvinfo *info, struct ethtool_regs *regs);
62
66