Date: Tue, 29 Apr 2008 19:47:13 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h src/sys/dev/mii brgphy.c brgphyreg.h miidevs Message-ID: <200804291947.m3TJlDxh021974@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2008-04-29 19:47:13 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c if_bgereg.h sys/dev/mii brgphy.c brgphyreg.h miidevs Log: Add support for the BCM5906[M] adapters. These adapters only support 10/100 operation and place the mailbox registers at a different offset. They also do not have an EEPROM, so the MAC address must be read from NVRAM instead. MFC after: 1 month PR: kern/118975 Submitted by: benjsc, Thomas Nyström thn at saeab dot se Submitted by: sephe (original patch for DragonflyBSD) Revision Changes Path 1.208 +268 -59 src/sys/dev/bge/if_bge.c 1.78 +69 -0 src/sys/dev/bge/if_bgereg.h 1.74 +11 -2 src/sys/dev/mii/brgphy.c 1.11 +1 -0 src/sys/dev/mii/brgphyreg.h 1.54 +2 -0 src/sys/dev/mii/miidevs
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804291947.m3TJlDxh021974>