Date: Wed, 24 Jan 2007 16:18:53 +0100 From: Andreas Moeller <moellera@googlemail.com> To: current@freebsd.org Subject: [PATCH] if_em comments Message-ID: <45B778DD.4060204@gmail.com>
next in thread | raw e-mail | index | archive | help
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 @@ -806,7 +806,7 @@ * 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; @@ -2103,7 +2103,7 @@ 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) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?45B778DD.4060204>