cvs commit: src/sys/dev/twe twe.c twe_compat.h twe_freebsd.c twe_tables.h tweio.h twereg.h twevar.h

Paul Saab ps at FreeBSD.org
Tue Aug 5 12:55:22 PDT 2003


ps          2003/08/05 12:55:21 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/twe          twe.c twe_compat.h twe_freebsd.c 
                         twe_tables.h tweio.h twereg.h twevar.h 
  Log:
  Properly support the 3ware generic API.
  
  - Build SGL's for ATA_PASSTHROUGH commands
  - Fallback to using the sgl_offset when the opcode is unknown for building
    SGL's/
  - Add ioctl calls for adding and removing units.
  - Define previously undefined AEN's
  - Allocate memory for the ioctl payload in multiples of 512bytes.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.15      +93 -60    src/sys/dev/twe/twe.c
  1.8       +5 -2      src/sys/dev/twe/twe_compat.h
  1.28      +77 -34    src/sys/dev/twe/twe_freebsd.c
  1.3       +4 -1      src/sys/dev/twe/twe_tables.h
  1.2       +11 -1     src/sys/dev/twe/tweio.h
  1.8       +2 -2      src/sys/dev/twe/twereg.h
  1.7       +4 -2      src/sys/dev/twe/twevar.h


More information about the cvs-src mailing list