cvs commit: src/sys/dev/mii e1000phy.c e1000phyreg.h miidevs src/sys/pci if_sk.c if_skreg.h

Wilko Bulte wilko at FreeBSD.org
Sat Sep 20 03:53:09 PDT 2003


wilko       2003/09/20 03:53:08 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/mii          e1000phy.c e1000phyreg.h miidevs 
    sys/pci              if_sk.c if_skreg.h 
  Log:
  Add support for SK-9521 V2.0 and 3COM 3C940.
  
  Tested at 100Mbit only, using Asus P4P800 onboard 3C940.
  The -stable version of this patch I have in use for ~2 weeks now, and works
  just fine for me.
  
  Based on: Nathan L. Binkert's patch for OpenBSD
  Patch submitted by and thanks to: Jung-uk Kim <jkim at niksun.com>
  MFC after: 2 weeks
  
  Revision  Changes    Path
  1.10      +85 -49    src/sys/dev/mii/e1000phy.c
  1.2       +29 -1     src/sys/dev/mii/e1000phyreg.h
  1.27      +1 -1      src/sys/dev/mii/miidevs
  1.65      +563 -153  src/sys/pci/if_sk.c
  1.16      +253 -29   src/sys/pci/if_skreg.h


More information about the cvs-src mailing list