Date: Mon, 3 Mar 2008 19:03:44 +0000 (UTC) From: Rafal Jaworowski <raj@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/tsec if_tsec.c if_tsec.h if_tsecreg.h Message-ID: <200803031903.m23J3jSe080506@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
raj 2008-03-03 19:03:44 UTC FreeBSD src repository Added files: sys/dev/tsec if_tsec.c if_tsec.h if_tsecreg.h Log: Support for Freescale integrated Three-Speed Ethernet Controller (TSEC). TSEC is the MAC engine offering 10, 100 or 1000 Mbps speed and is found on different Freescale parts (MPC83xx, MPC85xx). Depending on the silicon version there are up to four TSEC units integrated on the chip. This driver also works with the enhanced version of the controller (eTSEC), which is backwards compatible, but doesn't take advantage of its additional features (various off-loading mechanisms) at the moment. Approved by: cognet (mentor) Obtained from: Semihalf MFp4: e500 Revision Changes Path 1.1 +1648 -0 src/sys/dev/tsec/if_tsec.c (new) 1.1 +284 -0 src/sys/dev/tsec/if_tsec.h (new) 1.1 +355 -0 src/sys/dev/tsec/if_tsecreg.h (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803031903.m23J3jSe080506>