From owner-freebsd-current@FreeBSD.ORG Tue Apr 4 19:07:11 2006 Return-Path: X-Original-To: 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 0631F16A401 for ; Tue, 4 Apr 2006 19:07:11 +0000 (UTC) (envelope-from harikurniawan@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id F254C43D46 for ; Tue, 4 Apr 2006 19:07:09 +0000 (GMT) (envelope-from harikurniawan@gmail.com) Received: by wproxy.gmail.com with SMTP id i31so1284332wra for ; Tue, 04 Apr 2006 12:07:09 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=FFfmnNgtnWMMTskNqhnGrkVDPv972gBGEwC2K1t9UyqcjrhjZqggTv5ZwlMpMiOa4WVTGpqDVhKidOKw0KaUTtivx7LiPpDNPKGhYN5QU9lChR76qAaLPDvwKqGdmi/bcMnHXZ7wR/0RxXqAcOkBFdyrFKITWmLTw+EH6exC3WE= Received: by 10.65.191.13 with SMTP id t13mr775591qbp; Tue, 04 Apr 2006 12:07:08 -0700 (PDT) Received: by 10.64.201.6 with HTTP; Tue, 4 Apr 2006 12:07:08 -0700 (PDT) Message-ID: <4c40c4e70604041207n62120865y3bce8a716fbf6c34@mail.gmail.com> Date: Wed, 5 Apr 2006 02:07:08 +0700 From: "Angka H. K." To: "Nate Lawson" In-Reply-To: <4431DA08.3020002@root.org> MIME-Version: 1.0 References: <4c40c4e70604030346g3305dc9bo580413026c33e148@mail.gmail.com> <20060403151534.eqdmhc6f404o4co0@netchild.homeip.net> <4c40c4e70604030716k429d263ek29e8b8edf31be664@mail.gmail.com> <4431DA08.3020002@root.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Alexander Leidinger , current@freebsd.org Subject: Re: My snd_ich working well 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: Tue, 04 Apr 2006 19:07:11 -0000 Thanks a lot, you really dedicate your time to FreeBSD Sorry I still don't have good connection to do cvsup, may be tomorrow. Ah.. hard time to finish my job sorry can't help :( On 4/4/06, Nate Lawson wrote: > > Angka H. K. wrote: > > Thanks for the replay > > I am updating my source now and planing to rebuild it again, but I don'= t > see > > any changes on ACPI code. > > > > I was mistype on the val that return by kernel, the error should be > "acpi: > > bad write to port 0x073(8) val 20", I am sorry. > > Hope it'll be fixed soon. > > Ok, I fixed the range check on ports so 0x73 should not trigger it. If > you have some other write to a port that IS in the blacklist, you'll > still get the warning. > > Ultimately, I intend to emulate what Windows does which is block all > writes to the PIC, and block all writes on XP or newer BIOSen. > > -- > Nate >