Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jun 2006 23:41:07 +0000 (UTC)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/share/man/man4 Makefile nfe.4 src/sys/amd64/conf NOTES src/sys/conf files.amd64 files.i386 src/sys/dev/nfe if_nfe.c if_nfereg.h if_nfevar.h src/sys/i386/conf NOTES src/sys/modules Makefile src/sys/modules/nfe Makefile
Message-ID:  <200606262341.k5QNf7qA048288@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
obrien      2006-06-26 23:41:07 UTC

  FreeBSD src repository

  Modified files:
    share/man/man4       Makefile 
    sys/amd64/conf       NOTES 
    sys/conf             files.amd64 files.i386 
    sys/dev/nfe          if_nfe.c if_nfereg.h if_nfevar.h 
    sys/i386/conf        NOTES 
    sys/modules          Makefile 
  Added files:
    share/man/man4       nfe.4 
    sys/modules/nfe      Makefile 
  Log:
  Add a pure open source nForce Ethernet driver, under BSDL.
  This driver was ported from OpenBSD by Shigeaki Tagashira
  <shigeaki@se.hiroshima-u.ac.jp> and posted at
  http://www.se.hiroshima-u.ac.jp/~shigeaki/software/freebsd-nfe.html
  It was additionally cleaned up by me.
  It is still a work-in-progress and thus is purposefully not in GENERIC.
  And it conflicts with nve(4), so only one should be loaded.
  
  Revision  Changes      Path
  1.358     +4 -0        src/share/man/man4/Makefile
  1.1       +96 -0       src/share/man/man4/nfe.4 (new)
  1.57      +2 -0        src/sys/amd64/conf/NOTES
  1.90      +1 -0        src/sys/conf/files.amd64
  1.562     +1 -0        src/sys/conf/files.i386
  1.2       +1466 -1070  src/sys/dev/nfe/if_nfe.c
  1.2       +56 -3       src/sys/dev/nfe/if_nfereg.h
  1.2       +68 -32      src/sys/dev/nfe/if_nfevar.h
  1.1229    +2 -0        src/sys/i386/conf/NOTES
  1.502     +3 -0        src/sys/modules/Makefile
  1.1       +8 -0        src/sys/modules/nfe/Makefile (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606262341.k5QNf7qA048288>