From owner-cvs-src@FreeBSD.ORG Tue Jan 11 08:09:51 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 7630416A4CE; Tue, 11 Jan 2005 08:09:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64B5643D46; Tue, 11 Jan 2005 08:09:51 +0000 (GMT) (envelope-from grehan@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 j0B89pAk050039; Tue, 11 Jan 2005 08:09:51 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j0B89pLE050038; Tue, 11 Jan 2005 08:09:51 GMT (envelope-from grehan) Message-Id: <200501110809.j0B89pLE050038@repoman.freebsd.org> From: Peter Grehan Date: Tue, 11 Jan 2005 08:09:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/powerpc/powermac uninorth.c 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: Tue, 11 Jan 2005 08:09:51 -0000 grehan 2005-01-11 08:09:51 UTC FreeBSD src repository Modified files: sys/powerpc/powermac uninorth.c Log: - allow a device hint to disable probing a slot on a Uninorth PCI bus. e.g. at the loader: set hint.pcib.1.skipslot=26 This allows undocumented and problematic hardware on some systems to be ignored, for instance, the USB keyboard/mouse that shows up on a 12" albook that doesn't exist nor do anything other than eat up the syscons keyboard. Another one is the unused USB cell in the old 366MHz iBook that locks up the machine when probed. In a way this is temporary, since there are better fixes for the above problems, but will be useful in the meantime by allowing a keyboard to be used to help debug said fixes :) - while here remove some trailing white space Revision Changes Path 1.12 +12 -5 src/sys/powerpc/powermac/uninorth.c