Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jun 2004 05:11:40 +0000 (UTC)
From:      Scott Long <scottl@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/esp esp_sbus.c lsi64854.c lsi64854reg.h lsi64854var.h ncr53c9x.c ncr53c9xreg.h ncr53c9xvar.h src/sys/modules/esp Makefile
Message-ID:  <200406100511.i5A5Beog063878@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
scottl      2004-06-10 05:11:40 UTC

  FreeBSD src repository

  Added files:
    sys/dev/esp          esp_sbus.c lsi64854.c lsi64854reg.h 
                         lsi64854var.h ncr53c9x.c ncr53c9xreg.h 
                         ncr53c9xvar.h 
    sys/modules/esp      Makefile 
  Log:
  Port the NetBSD esp(4) driver.  This only includes the sbus front-end, so
  its primary use is for the FEPS/FAS366 SCSI found in Sun Ultra 1e and 2
  machines.  Once the pci front-end is ported, this driver can replace the
  amd(4) driver.
  
  The code as-is is fairly stable.  I've disabled tagged-queueing until I can
  figure out a corruption bug related to it.  I'm importing it now so that
  people with these machines can (finally) stop netbooting and report bugs
  before 5.3.
  
  Revision  Changes    Path
  1.1       +581 -0    src/sys/dev/esp/esp_sbus.c (new)
  1.1       +722 -0    src/sys/dev/esp/lsi64854.c (new)
  1.1       +205 -0    src/sys/dev/esp/lsi64854reg.h (new)
  1.1       +114 -0    src/sys/dev/esp/lsi64854var.h (new)
  1.1       +2938 -0   src/sys/dev/esp/ncr53c9x.c (new)
  1.1       +290 -0    src/sys/dev/esp/ncr53c9xreg.h (new)
  1.1       +457 -0    src/sys/dev/esp/ncr53c9xvar.h (new)
  1.1       +15 -0     src/sys/modules/esp/Makefile (new)



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