cvs commit: src/sys/dev/tsec if_tsec.c if_tsec.h if_tsecreg.h

Rafal Jaworowski raj at FreeBSD.org
Mon Mar 3 19:03:45 UTC 2008


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)


More information about the cvs-src mailing list