From owner-freebsd-bugs@FreeBSD.ORG Fri Feb 24 01:30:22 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 758DF16A420 for ; Fri, 24 Feb 2006 01:30:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E655043D46 for ; Fri, 24 Feb 2006 01:30:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1O1ULOg050686 for ; Fri, 24 Feb 2006 01:30:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1O1ULXE050683; Fri, 24 Feb 2006 01:30:21 GMT (envelope-from gnats) Date: Fri, 24 Feb 2006 01:30:21 GMT Message-Id: <200602240130.k1O1ULXE050683@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Kris Kennaway Cc: Subject: Re: kern/93761: iir driver is broken for >=4GB system RAM X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kris Kennaway List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 01:30:22 -0000 The following reply was made to PR kern/93761; it has been noted by GNATS. From: Kris Kennaway To: "V. T. Mueller" Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/93761: iir driver is broken for >=4GB system RAM Date: Thu, 23 Feb 2006 20:27:50 -0500 On Thu, Feb 23, 2006 at 06:14:04PM +0000, V. T. Mueller wrote: > The iir driver appears to be not 64bit clean and/or has serious > problems with ressource usage when there are 4GB+ in the system. It's not listed in the PAE kernel config for this reason, although it is listed in amd64 GENERIC. Probably it should just be removed from there. Kris