Date: Mon, 10 Dec 2007 20:18:19 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aac aac.c aac_cam.c aac_pci.c aacreg.h aacvar.h Message-ID: <200712102018.lBAKIKNr086551@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
emaste 2007-12-10 20:18:19 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/dev/aac aac.c aac_cam.c aac_pci.c aacreg.h
aacvar.h
Log:
MFC to RELENG_7:
aac.c:1.124
aacvar.h:1.49
Allow simultaneous opens of the device for issuing commands to the
controller. This is merged from Adaptec driver build 11669.
aac.c:1.125
aac_pci.c:1.66
aacreg.h:1.24
Add family support to allow the driver to attach to new devices that
share the same interface.
aac_cam.c:1.30
Merge from Adaptec a 64 bit fix and a workaround for luns != 0
returning CAM_SEL_TIMEOUT on SAS controllers, which prevented
passthrough devices from being created.
Approved by: re (kensmith)
Revision Changes Path
1.120.2.3 +154 -72 src/sys/dev/aac/aac.c
1.28.2.2 +13 -8 src/sys/dev/aac/aac_cam.c
1.62.2.3 +23 -5 src/sys/dev/aac/aac_pci.c
1.23.2.1 +52 -0 src/sys/dev/aac/aacreg.h
1.48.2.1 +13 -7 src/sys/dev/aac/aacvar.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712102018.lBAKIKNr086551>
