From owner-freebsd-current@FreeBSD.ORG Mon Jul 18 17:27:58 2005 Return-Path: X-Original-To: freebsd-current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4535A16A41C; Mon, 18 Jul 2005 17:27:58 +0000 (GMT) (envelope-from nate@root.org) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDC9143D46; Mon, 18 Jul 2005 17:27:57 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.5.50] (adsl-64-171-187-230.dsl.snfc21.pacbell.net [64.171.187.230]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id j6IHRuo5030900 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 18 Jul 2005 10:27:56 -0700 Message-ID: <42DBE4AA.3010708@root.org> Date: Mon, 18 Jul 2005 10:19:38 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Harry Coin References: <42D9DA05.1020806@root.org> <20050716.113059.82101301.imp@bsdimp.com> <20050716.131701.124866666.imp@bsdimp.com> <42D9DA05.1020806@root.org> <4.3.2.7.2.20050718100924.036bffa8@mail.qconline.com> In-Reply-To: <4.3.2.7.2.20050718100924.036bffa8@mail.qconline.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@FreeBSD.org, "M. Warner Losh" , John Baldwin Subject: Re: mss.c pcm fix to ' attach returned 6 ' load failure for v5.x acpi and up X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jul 2005 17:27:58 -0000 Harry Coin wrote: > At 07:15 AM 7/18/2005 -0400, John Baldwin wrote: > >> Finally, it may be that >> ISA_PNP_PROBE() needs to return a string version of the PNP ID that was >> actually probed so that drivers can do extra tests. > > > I support this because chip vendors put chip revision levels, OEM ID's > and other stuff in those strings. In the case of the CS4236B you have > to write another driver to support another 'control' multifunction > device to get access to some of it otherwise. > > Harry The ACPI_PNP_PROBE method already returns the string of the ID that matched since strings like ACPI0002 can't be encoded in the EISA PNPID format. However, I didn't think that would be necessary for ISA devices. -- Nate