From owner-cvs-src-old@FreeBSD.ORG Wed Oct 28 13:38:23 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 85459106568D for ; Wed, 28 Oct 2009 13:38:23 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6C0B68FC24 for ; Wed, 28 Oct 2009 13:38:23 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n9SDcNkG092670 for ; Wed, 28 Oct 2009 13:38:23 GMT (envelope-from emaste@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n9SDcNcm092669 for cvs-src-old@freebsd.org; Wed, 28 Oct 2009 13:38:23 GMT (envelope-from emaste@repoman.freebsd.org) Message-Id: <200910281338.n9SDcNcm092669@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to emaste@repoman.freebsd.org using -f From: Ed Maste Date: Wed, 28 Oct 2009 13:38:07 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_6 Subject: cvs commit: src/sys/dev/aac aac.c aac_debug.c aac_pci.c aacreg.h aacvar.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Oct 2009 13:38:23 -0000 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