From owner-freebsd-current@FreeBSD.ORG Mon Jul 11 22:26:13 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 C48DA16A41C for ; Mon, 11 Jul 2005 22:26:13 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D28843D60 for ; Mon, 11 Jul 2005 22:26:08 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so1005477wri for ; Mon, 11 Jul 2005 15:26:07 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=iI+MkojmVg9sW0lzLBbGPbeVTeU7MuUMiood9E2fMOdtRTDplFpnd2x4hNYhw4z32bwHR7kXOeMGJpxfe+lfYp1SyBYIBylLZ9VvwNk6xTsGCuovCV0jubKnXTt1ni6Ou9Wkld7x7jAtRfgYPb7DK8h3bdZaTApr5jUqwZim/Ww= Received: by 10.54.29.10 with SMTP id c10mr4193693wrc; Mon, 11 Jul 2005 15:25:18 -0700 (PDT) Received: by 10.54.29.26 with HTTP; Mon, 11 Jul 2005 15:25:17 -0700 (PDT) Message-ID: <790a9fff05071115253ea23741@mail.gmail.com> Date: Mon, 11 Jul 2005 17:25:17 -0500 From: Scot Hetzel To: Harry Coin In-Reply-To: <4.3.2.7.2.20050711160009.01f96420@mail.qconline.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4.3.2.7.2.20050711121036.02caa348@mail.qconline.com> <4.3.2.7.2.20050711135352.01edd3f0@mail.qconline.com> <200507111626.25124.jhb@FreeBSD.org> <4.3.2.7.2.20050711160009.01f96420@mail.qconline.com> Cc: freebsd-current@freebsd.org 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 Reply-To: Scot Hetzel List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jul 2005 22:26:13 -0000 On 7/11/05, Harry Coin wrote: > 3) Give me a clue or a doc ref about how to apply the RCS / diff patch yo= u > sent me. >=20 Save the patch in the email, then do the following: cd src/sys/dev/acpica patch < /path/to/patch/acpica.patch Scot