Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Mar 2004 19:46:00 -0800 (PST)
From:      Vinod Kashyap <vkashyap@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/conf files.i386 src/sys/dev/twa twa.c twa.h twa_cam.c twa_externs.h twa_freebsd.c twa_fwimg.c twa_globals.c twa_includes.h twa_ioctl.h twa_reg.h src/sys/i386/conf GENERIC src/sys/modules/twa Makefile
Message-ID:  <200403300346.i2U3k0rZ061787@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
vkashyap    2004/03/29 19:46:00 PST

  FreeBSD src repository

  Modified files:
    sys/conf             files.i386 
    sys/i386/conf        GENERIC 
  Added files:
    sys/dev/twa          twa.c twa.h twa_cam.c twa_externs.h 
                         twa_freebsd.c twa_fwimg.c twa_globals.c 
                         twa_includes.h twa_ioctl.h twa_reg.h 
    sys/modules/twa      Makefile 
  Log:
  Initial check-in of the device driver for 3ware's 9000 series
  PATA/SATA RAID controllers.  This driver is a SIM under CAM, and
  so, behaves like a driver for a SCSI controller.
  
  Revision  Changes    Path
  1.482     +5 -0      src/sys/conf/files.i386
  1.1       +2399 -0   src/sys/dev/twa/twa.c (new)
  1.1       +322 -0    src/sys/dev/twa/twa.h (new)
  1.1       +703 -0    src/sys/dev/twa/twa_cam.c (new)
  1.1       +77 -0     src/sys/dev/twa/twa_externs.h (new)
  1.1       +1032 -0   src/sys/dev/twa/twa_freebsd.c (new)
  1.1       +23838 -0  src/sys/dev/twa/twa_fwimg.c (new)
  1.1       +247 -0    src/sys/dev/twa/twa_globals.c (new)
  1.1       +62 -0     src/sys/dev/twa/twa_includes.h (new)
  1.1       +125 -0    src/sys/dev/twa/twa_ioctl.h (new)
  1.1       +463 -0    src/sys/dev/twa/twa_reg.h (new)
  1.399     +1 -0      src/sys/i386/conf/GENERIC
  1.1       +24 -0     src/sys/modules/twa/Makefile (new)



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