[system-administrators-guide] Updating modinfo e1000e example

stephenw stephenw at fedoraproject.org
Wed Aug 6 21:46:30 UTC 2014


commit 717356dcf513cc160df6ce5dd1097a16fb199d36
Author: Stephen Wadeley <swadeley at redhat.com>
Date:   Wed Aug 6 23:21:35 2014 +0200

    Updating modinfo e1000e example

 en-US/Working_with_Kernel_Modules.xml |   17 +++++++++++------
 1 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/en-US/Working_with_Kernel_Modules.xml b/en-US/Working_with_Kernel_Modules.xml
index b89ae9e..3fb7b2b 100644
--- a/en-US/Working_with_Kernel_Modules.xml
+++ b/en-US/Working_with_Kernel_Modules.xml
@@ -151,18 +151,23 @@ kvm                   253162  1 kvm_intel
       <title>Listing information about a kernel module with lsmod</title>
       <para>To display information about the <systemitem class="resource">e1000e</systemitem> module, which is the Intel PRO/1000 network driver, run:</para>
       <screen>~]#&#160;<command>modinfo e1000e</command>
-filename:       /lib/modules/2.6.32-71.el6.x86_64/kernel/drivers/net/e1000e/e1000e.ko
-version:        1.2.7-k2
+filename:       /lib/modules/3.15.6-200.fc20.x86_64/kernel/drivers/net/ethernet/intel/e1000e/e1000e.ko
+version:        2.3.2-k
 license:        GPL
 description:    Intel(R) PRO/1000 Network Driver
 author:         Intel Corporation, &lt;linux.nics at intel.com&gt;
-srcversion:     93CB73D3995B501872B2982
+srcversion:     AB1D5F954DC03B1296E61BD
 alias:          pci:v00008086d00001503sv*sd*bc*sc*i*
 alias:          pci:v00008086d00001502sv*sd*bc*sc*i*
 <lineannotation>[some <literal>alias</literal> lines omitted]</lineannotation>
 alias:          pci:v00008086d0000105Esv*sd*bc*sc*i*
-depends:
-vermagic:       2.6.32-71.el6.x86_64 SMP mod_unload modversions
+depends:        ptp
+intree:         Y
+vermagic:       3.15.6-200.fc20.x86_64 SMP mod_unload 
+signer:         Fedora kernel signing key
+sig_key:        5B:F5:46:43:B9:B1:61:72:B2:43:6D:40:A5:6F:75:0A:D1:58:1D:80
+sig_hashalgo:   sha256
+parm:           debug:Debug level (0=none,...,16=all) (int)
 parm:           copybreak:Maximum size of packet that is copied to a new buffer on receive (uint)
 parm:           TxIntDelay:Transmit Interrupt Delay (array of int)
 parm:           TxAbsIntDelay:Transmit Absolute Interrupt Delay (array of int)
@@ -174,7 +179,7 @@ parm:           SmartPowerDownEnable:Enable PHY smart power down (array of int)
 parm:           KumeranLockLoss:Enable Kumeran lock loss workaround (array of int)
 parm:           WriteProtectNVM:Write-protect NVM [WARNING: disabling this can lead to corrupted NVM] (array of int)
 parm:           CrcStripping:Enable CRC Stripping, disable if your BMC needs the CRC (array of int)
-parm:           EEE:Enable/disable on parts that support the feature (array of int)</screen>
+</screen>
     </example>
     <variablelist>
       <para>Here are descriptions of a few of the fields in <command>modinfo</command> output:</para>


More information about the docs-commits mailing list