Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Sep 2009 12:08:29 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/boot/forth loader.conf src/sys/conf NOTES files src/sys/dev/cas if_cas.c if_casreg.h if_casvar.h src/sys/modules Makefile src/sys/modules/cas Makefile src/sys/sparc64/conf GENERIC
Message-ID:  <200909201209.n8KC9ROK046544@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2009-09-20 12:08:29 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/boot/forth       loader.conf 
    sys/conf             NOTES files 
    sys/modules          Makefile 
    sys/sparc64/conf     GENERIC 
  Added files:           (Branch: RELENG_7)
    sys/dev/cas          if_cas.c if_casreg.h if_casvar.h 
    sys/modules/cas      Makefile 
  Log:
  SVN rev 197343 on 2009-09-20 12:08:29Z by marius
  
  MFC: 194246, 194904, 194973
  
  Add cas(4), a driver for Sun Cassini/Cassini+ and National Semiconductor
  DP83065 Saturn Gigabit Ethernet controllers. These are the successors
  of the Sun GEM controllers and still have a similar but extended transmit
  logic. As such this driver is based on gem(4).
  Thanks to marcel@ for providing a Sun Quad GigaSwift Ethernet UTP (QGE)
  card which was vital for getting this driver to work on architectures
  not using Open Firmware.
  
  Revision     Changes    Path
  1.122.2.7    +1 -0      src/sys/boot/forth/loader.conf
  1.1454.2.28  +2 -0      src/sys/conf/NOTES
  1.1243.2.58  +1 -0      src/sys/conf/files
  1.4.4.2      +2854 -0   src/sys/dev/cas/if_cas.c (new)
  1.1.4.2      +1002 -0   src/sys/dev/cas/if_casreg.h (new)
  1.2.4.2      +263 -0    src/sys/dev/cas/if_casvar.h (new)
  1.540.2.35   +1 -0      src/sys/modules/Makefile
  1.1.4.2      +8 -0      src/sys/modules/cas/Makefile (new)
  1.127.2.12   +1 -0      src/sys/sparc64/conf/GENERIC



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