From owner-cvs-all Thu Aug 30 12:44:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B2DF337B403; Thu, 30 Aug 2001 12:44:48 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Received: (from gallatin@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7UJgcj38168; Thu, 30 Aug 2001 12:42:38 -0700 (PDT) (envelope-from gallatin) Message-Id: <200108301942.f7UJgcj38168@freefall.freebsd.org> From: Andrew Gallatin Date: Thu, 30 Aug 2001 12:42:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci pci.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gallatin 2001/08/30 12:42:38 PDT Modified files: (Branch: RELENG_4) sys/pci pci.c Log: The whitebox AlphaServer 530x series are the equivalent of the AlphaServer 1200, but with a negative rpb_type. When booting -stable, they panic early on with the message: panic: Hose 1 - can only encode 0 hose(s) So we need to test for their (negative) systype in the pci hose encoding code. Tested by: Diego Montalvo Approved by: jkh Revision Changes Path 1.141.2.12 +2 -1 src/sys/pci/Attic/pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message