From owner-cvs-src-old@FreeBSD.ORG Wed Oct 28 02:20:48 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 EDDB810656C7 for ; Wed, 28 Oct 2009 02:20:48 +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 DB35F8FC32 for ; Wed, 28 Oct 2009 02:20:48 +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 n9S2KmPJ001706 for ; Wed, 28 Oct 2009 02:20:48 GMT (envelope-from emaste@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n9S2Kmc4001705 for cvs-src-old@freebsd.org; Wed, 28 Oct 2009 02:20:48 GMT (envelope-from emaste@repoman.freebsd.org) Message-Id: <200910280220.n9S2Kmc4001705@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 02:20:29 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 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 02:20:49 -0000 emaste 2009-10-28 02:20:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/aac aac.c aac_debug.c aac_pci.c aacreg.h aacvar.h Log: SVN rev 198533 on 2009-10-28 02:20:29Z 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.120.2.14 +122 -81 src/sys/dev/aac/aac.c 1.22.2.3 +8 -7 src/sys/dev/aac/aac_debug.c 1.62.2.6 +24 -12 src/sys/dev/aac/aac_pci.c 1.23.2.4 +1 -1 src/sys/dev/aac/aacreg.h 1.48.2.4 +33 -17 src/sys/dev/aac/aacvar.h