Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 May 2001 14:44:28 -0700 (PDT)
From:      Bill Paul <wpaul@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/modules Makefile src/sys/modules/lge Makefile src/sys/i386/conf NOTES src/share/man/man4 lge.4 Makefile src/sys/dev/lge if_lge.c if_lgereg.h src/sys/conf files
Message-ID:  <200105312144.f4VLiSO56377@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wpaul       2001/05/31 14:44:28 PDT

  Modified files:
    sys/modules          Makefile 
    sys/i386/conf        NOTES 
    share/man/man4       Makefile 
    sys/conf             files 
  Added files:
    sys/modules/lge      Makefile 
    share/man/man4       lge.4 
    sys/dev/lge          if_lge.c if_lgereg.h 
  Log:
  Add device driver support for the Level 1 LXT1001 NetCellerator
  gigabit ethernet controller chip. This device is used on some
  fiber optic gigE cards from SMC, D-Link and Addtron. Jumbograms and
  TCP/IP checksum offload on receive are supported. Hardware VLAN
  filtering is not, because it doesn't play well with our existing
  VLAN code. Also add manual page.
  
  There is a 4.x version of this driver available at
  http://www.freebsd.org/~wpaul/Level1/4.x if anyone feels adventurous
  and wants to test it. I still need to do performance testing and
  tuning with this device.
  
  (For my next trick, I will make the 3Com 3cR990 sit up and beg.)
  
  Revision  Changes    Path
  1.183     +2 -2      src/sys/modules/Makefile
  1.920     +5 -1      src/sys/i386/conf/NOTES
  1.123     +2 -1      src/share/man/man4/Makefile
  1.526     +2 -1      src/sys/conf/files


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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