Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Apr 2002 15:58:40 -0700 (PDT)
From:      Scott Long <scottl@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/conf files src/sys/dev/aac aac.c aac_cam.c aac_cam.h aac_disk.c aac_pci.c aacreg.h aacvar.h src/sys/i386/conf GENERIC LINT src/sys/modules/aac Makefile
Message-ID:  <200204302258.g3UMweU94197@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
scottl      2002/04/30 15:58:40 PDT

  Modified files:        (Branch: RELENG_4)
    sys/conf             files 
    sys/dev/aac          aac.c aac_disk.c aac_pci.c aacreg.h 
                         aacvar.h 
    sys/i386/conf        GENERIC LINT 
    sys/modules/aac      Makefile 
  Added files:           (Branch: RELENG_4)
    sys/dev/aac          aac_cam.c aac_cam.h 
  Log:
  MFC of the relevant changes from current:
   - Add the aacp device for doing SCSI passthrough
   - Use locks for doing synchronous commands
   - Align DMA buffers
   - Add KMODDEPS line to the Makefile so that the linux dependency is caught.
  
  Revision     Changes    Path
  1.340.2.101  +1 -0      src/sys/conf/files
  1.9.2.9      +203 -107  src/sys/dev/aac/aac.c
  1.2.2.1      +589 -0    src/sys/dev/aac/aac_cam.c (new)
  1.1.2.1      +34 -0     src/sys/dev/aac/aac_cam.h (new)
  1.3.2.7      +3 -3      src/sys/dev/aac/aac_disk.c
  1.3.2.14     +44 -29    src/sys/dev/aac/aac_pci.c
  1.4.2.5      +187 -1    src/sys/dev/aac/aacreg.h
  1.4.2.6      +19 -0     src/sys/dev/aac/aacvar.h
  1.246.2.41   +1 -0      src/sys/i386/conf/GENERIC
  1.749.2.113  +1 -0      src/sys/i386/conf/LINT
  1.2.2.3      +4 -2      src/sys/modules/aac/Makefile

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?200204302258.g3UMweU94197>