Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Jul 2000 23:02:05 -0700 (PDT)
From:      Bill Paul <wpaul@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/share/man/man4 sis.4 src/release/texts HARDWARE.TXT src/release/texts/alpha RELNOTES.TXT src/release/texts/i386 RELNOTES.TXT src/sys/pci if_sis.c if_sisreg.h
Message-ID:  <200007060602.XAA67898@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wpaul       2000/07/05 23:02:05 PDT

  Modified files:
    share/man/man4       sis.4 
    release/texts        HARDWARE.TXT 
    release/texts/alpha  RELNOTES.TXT 
    release/texts/i386   RELNOTES.TXT 
    sys/pci              if_sis.c if_sisreg.h 
  Log:
  Add support for the National Semiconductor DP83815 fast ethernet
  controller chip. This chip is currently being used on the NetGear
  FA312-TX adapter, which I guess is a replacement for the FA310-TX
  (PNIC-based).
  
  I added support for this chip by modifying the sis driver since
  the SiS 900 and the NS DP83815 have almost the same programming
  interface (the RX filter programming and PHY access methods are
  different, but the general configuration, DMA scheme and register
  layout are identical).
  
  I would have had this done a lot sooner, but getting the damn MAC
  address out of the EEPROM proved to be more complicated than expected.
  
  Revision  Changes    Path
  1.8       +14 -3     src/share/man/man4/sis.4
  1.48      +3 -0      src/release/texts/HARDWARE.TXT
  1.41      +5 -0      src/release/texts/alpha/RELNOTES.TXT
  1.84      +6 -0      src/release/texts/i386/RELNOTES.TXT
  1.17      +199 -23   src/sys/pci/if_sis.c
  1.2       +33 -1     src/sys/pci/if_sisreg.h



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?200007060602.XAA67898>