Date: Tue, 5 Aug 2003 12:55:21 -0700 (PDT) From: Paul Saab <ps@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/twe twe.c twe_compat.h twe_freebsd.c twe_tables.h tweio.h twereg.h twevar.h Message-ID: <200308051955.h75JtLCd061593@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308051955.h75JtLCd061593>
