From owner-cvs-src-old@FreeBSD.ORG Sat Feb 21 15:40:19 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 192E91065670 for ; Sat, 21 Feb 2009 15:40:19 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 059908FC29 for ; Sat, 21 Feb 2009 15:40:19 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n1LFeIec026480 for ; Sat, 21 Feb 2009 15:40:18 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n1LFeIiE026479 for cvs-src-old@freebsd.org; Sat, 21 Feb 2009 15:40:18 GMT (envelope-from attilio@repoman.freebsd.org) Message-Id: <200902211540.n1LFeIiE026479@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to attilio@repoman.freebsd.org using -f From: Attilio Rao Date: Sat, 21 Feb 2009 15:40:03 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD 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: Sat, 21 Feb 2009 15:40:19 -0000 attilio 2009-02-21 15:40:03 UTC FreeBSD src repository Modified files: sys/dev/aac aac.c aac_debug.c aac_pci.c aacreg.h aacvar.h Log: SVN rev 188896 on 2009-02-21 15:40:03Z by attilio 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)*. Submitted by: Adaptec (driver build 15317 [1, 2] and 15727 [3]) Reviewed by: emaste Tested by: emaste Sponsored by: Sandvine Incorporated * Please note that originally, in the Adaptec driver, the clock daemon is not implemented with callouts as in our in-tree driver. Revision Changes Path 1.140 +122 -81 src/sys/dev/aac/aac.c 1.25 +8 -7 src/sys/dev/aac/aac_debug.c 1.71 +24 -12 src/sys/dev/aac/aac_pci.c 1.27 +1 -1 src/sys/dev/aac/aacreg.h 1.52 +33 -17 src/sys/dev/aac/aacvar.h