From owner-freebsd-hackers Thu Nov 28 16:35:37 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A6B037B401 for ; Thu, 28 Nov 2002 16:35:36 -0800 (PST) Received: from foem.leiden.webweaving.org (fia224-72.dsl.hccnet.nl [62.251.72.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA48A43E88 for ; Thu, 28 Nov 2002 16:35:30 -0800 (PST) (envelope-from dirkx@webweaving.org) Received: from foem (foem [10.11.0.2]) by foem.leiden.webweaving.org (8.12.6/8.12.6) with ESMTP id gAT0ZJ64030995 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Fri, 29 Nov 2002 01:35:19 +0100 (CET) (envelope-from dirkx@webweaving.org) Date: Fri, 29 Nov 2002 01:35:19 +0100 (CET) From: Dirk-Willem van Gulik X-X-Sender: dirkx@foem.leiden.webweaving.org To: "M. Warner Losh" Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: Understanding PCI intr routing on a Cirrus Logic PD6729 In-Reply-To: <20021128.104629.127817773.imp@bsdimp.com> Message-ID: <20021129013253.J25692-100000@foem.leiden.webweaving.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I noticed that there are a couple of things in the pcic_isa.c and in the pcic.c resume() function which seem to have no equivalent in the pcic_pci.c; such as speaker/power setup: pcic_setb(&sc->slots[0], PCIC_MISC1, PCIC_MISC1_SPEAKER); pcic_clrb(&sc->slots[0], PCIC_MISC2, PCIC_LPDM_EN); (and they only ?seem? to be done for the 6722 though the 6729 contorller has the equivalent registers.). Or am I misreading this ? Dw To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message