[PATCH] if_em comments

From: Andreas Moeller <moellera_at_googlemail.com>
Date: Wed, 24 Jan 2007 16:18:53 +0100
Hello,

there are two tiny errors in if_em.c.  Sorry for wasting your time. ;-)

--- if_em.c~    2007-01-24 16:06:15.000000000 +0100
+++ if_em.c     2007-01-24 16:06:53.000000000 +0100
_at__at_ -806,7 +806,7 _at__at_
                          * XXX
                          * Since resetting hardware takes a very long time
                          * and results in link renegotiation we only
-                        * initialize the hardware only when it is 
absolutely
+                        * initialize the hardware when it is absolutely
                          * required.
                          */
                         ifp->if_flags |= IFF_UP;
_at__at_ -2103,7 +2103,7 _at__at_
         adapter->hw.hw_addr = (uint8_t 
*)&adapter->osdep.mem_bus_space_handle;

         if (adapter->hw.mac_type > em_82543) {
-               /* Figure our where our IO BAR is ? */
+               /* Figure out where our IO BAR is ? */
                 for (rid = PCIR_BAR(0); rid < PCIR_CIS;) {
                         val = pci_read_config(dev, rid, 4);
                         if (EM_BAR_TYPE(val) == EM_BAR_TYPE_IO) {
Received on Wed Jan 24 2007 - 14:45:43 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:05 UTC