Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Aug 1999 11:34:59 -0700 (PDT)
From:      Bill Paul <wpaul@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/pci if_ste.c if_stereg.h src/sys/modules Makefile src/sys/modules/ste Makefile src/share/man/man4/man4.i386 ste.4 Makefile src/sys/conf files src/sys/i386/i386 userconfig.c src/sys/i386/conf GENERIC LINT src/sys/alpha/conf GENERIC ...
Message-ID:  <199908211834.LAA38557@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

wpaul       1999/08/21 11:34:59 PDT

  Modified files:
    sys/modules          Makefile 
    share/man/man4/man4.i386 Makefile 
    sys/conf             files 
    sys/i386/i386        userconfig.c 
    sys/i386/conf        GENERIC LINT 
    sys/alpha/conf       GENERIC 
    release/texts        HARDWARE.TXT RELNOTES.TXT 
    release/sysinstall   devices.c 
  Added files:
    sys/pci              if_ste.c if_stereg.h 
    sys/modules/ste      Makefile 
    share/man/man4/man4.i386 ste.4 
  Log:
  This commit adds device driver support for the Sundance Technologies ST201
  PCI fast ethernet controller. Currently, the only card I know that uses
  this chip is the D-Link DFE-550TX. (Don't ask me where to buy these: the
  only cards I have are samples sent to me by D-Link.)
  
  This driver is the first to make use of the miibus code once I'm sure
  it all works together nicely, I'll start converting the other drivers.
  
  The Sundance chip is a clone of the 3Com 3c90x Etherlink XL design
  only with its own register layout. Support is provided for ifmedia,
  hardware multicast filtering, bridging and promiscuous mode.
  
  Revision  Changes    Path
  1.73      +3 -3      src/sys/modules/Makefile
  1.113     +4 -3      src/share/man/man4/man4.i386/Makefile
  1.237     +1 -0      src/sys/conf/files
  1.153     +3 -2      src/sys/i386/i386/userconfig.c
  1.183     +5 -1      src/sys/i386/conf/GENERIC
  1.630     +5 -1      src/sys/i386/conf/LINT
  1.37      +5 -1      src/sys/alpha/conf/GENERIC
  1.28      +10 -5     src/release/texts/HARDWARE.TXT
  1.36      +12 -3     src/release/texts/RELNOTES.TXT
  1.99      +2 -1      src/release/sysinstall/devices.c



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?199908211834.LAA38557>