Date: Sun, 14 Mar 2004 10:52:46 +0200 From: Ruslan Ermilov <ru@FreeBSD.org> To: "Matthew N. Dodd" <mdodd@FreeBSD.org> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/an if_an.c src/sys/dev/bfe if_bfe.c src/sys/dev/bge if_bge.c src/sys/dev/cnw if_cnw.c src/sys/dev/cs if_cs.c src/sys/dev/ed if_ed.c src/sys/dev/ep if_ep.c src/sys/dev/ex if_ex.c src/sys/dev/fe if_fe.c src/sys/dev/fxp ... Message-ID: <20040314085246.GD62719@ip.net.ua> In-Reply-To: <200403140712.i2E7CQTk016282@repoman.freebsd.org> References: <200403140712.i2E7CQTk016282@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--TybLhxa8M7aNoW+V Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Mar 13, 2004 at 11:12:26PM -0800, Matthew N. Dodd wrote: > mdodd 2004/03/13 23:12:26 PST >=20 > FreeBSD src repository >=20 [...] > Log: > Announce ethernet MAC addresss in ether_ifattach(). > =20 : Index: src/sys/dev/fxp/if_fxp.c : diff -u src/sys/dev/fxp/if_fxp.c:1.198 src/sys/dev/fxp/if_fxp.c:1.199 : --- src/sys/dev/fxp/if_fxp.c:1.198 Thu Nov 27 21:28:28 2003 : +++ src/sys/dev/fxp/if_fxp.c Sat Mar 13 23:12:21 2004 : @@ -758,9 +758,6 @@ : sc->arpcom.ac_enaddr[3] =3D myea[1] >> 8; : sc->arpcom.ac_enaddr[4] =3D myea[2] & 0xff; : sc->arpcom.ac_enaddr[5] =3D myea[2] >> 8; : - device_printf(dev, "Ethernet address %6D%s\n", : - sc->arpcom.ac_enaddr, ":", : - sc->flags & FXP_FLAG_SERIAL_MEDIA ? ", 10Mbps" : ""); : if (bootverbose) { : device_printf(dev, "PCI IDs: %04x %04x %04x %04x %04x\n", : pci_get_vendor(dev), pci_get_device(dev), The "10Mbps" bit of info got (accidentally?) lost. Cheers, --=20 Ruslan Ermilov FreeBSD committer ru@FreeBSD.org --TybLhxa8M7aNoW+V Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAVB1eUkv4P6juNwoRAupEAJwLMatiYqAbYuJ6rG+bss1tFSnPRQCeJmL8 edq+lKO5y/R1Bk+U2P+dQLY= =/Yb1 -----END PGP SIGNATURE----- --TybLhxa8M7aNoW+V--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040314085246.GD62719>