From owner-cvs-src@FreeBSD.ORG Thu Feb 10 21:34:49 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B9B416A4CE; Thu, 10 Feb 2005 21:34:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 627C043D48; Thu, 10 Feb 2005 21:34:49 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j1ALYnNV021326; Thu, 10 Feb 2005 21:34:49 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1ALYnWq021325; Thu, 10 Feb 2005 21:34:49 GMT (envelope-from marcel) Message-Id: <200502102134.j1ALYnWq021325@repoman.freebsd.org> From: Marcel Moolenaar Date: Thu, 10 Feb 2005 21:34:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/ia64/conf GENERIC X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Feb 2005 21:34:49 -0000 marcel 2005-02-10 21:34:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/ia64/conf GENERIC Log: Comment out the ida(4) driver (Compaq Smart Array controller). The driver is not 64-bit clean and causes the kernel to fault (page faults and hidden unalignment faults). I may have a chance to look at it in the near future, so I left it in GENERIC for -current. People there should be able to deal with it. For now, let's avoid that ida(4) ends up in 5.4-RELEASE. Revision Changes Path 1.66.2.4 +1 -1 src/sys/ia64/conf/GENERIC