Date: Wed, 28 Oct 2009 13:38:07 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/aac aac.c aac_debug.c aac_pci.c aacreg.h aacvar.h Message-ID: <200910281338.n9SDcNcm092669@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
emaste 2009-10-28 13:38:07 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/dev/aac aac.c aac_debug.c aac_pci.c aacreg.h
aacvar.h
Log:
SVN rev 198540 on 2009-10-28 13:38:07Z by emaste
MFC r188896
Sync with the official Adaptec vendor driver:
[1] Add the support for the NARK controller which seems a variant of
the i960Rx.
[2] Split up memory regions and other resources in 2 different parts
as long as NARK uses them separately (it is not clear to me
why though as long as there are no more informations available
on this controller). Please note that in all the other cases,
the regions overlaps leaving the default behaviour for all the
other controllers.
[3] Implement a clock daemon responsible for maintain updated the
wall clock time of the controller (run any 30 minutes).
(Replace callout_schedule with callout_reset for [3].)
Revision Changes Path
1.109.2.20 +122 -81 src/sys/dev/aac/aac.c
1.20.2.5 +8 -7 src/sys/dev/aac/aac_debug.c
1.54.2.14 +24 -12 src/sys/dev/aac/aac_pci.c
1.21.2.6 +1 -1 src/sys/dev/aac/aacreg.h
1.46.8.3 +33 -17 src/sys/dev/aac/aacvar.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910281338.n9SDcNcm092669>
