From owner-cvs-all Tue Dec 14 9:35:12 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EE96314FFB; Tue, 14 Dec 1999 09:35:09 -0800 (PST) (envelope-from gallatin@FreeBSD.org) Received: (from gallatin@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA87986; Tue, 14 Dec 1999 09:35:09 -0800 (PST) (envelope-from gallatin@FreeBSD.org) Message-Id: <199912141735.JAA87986@freefall.freebsd.org> From: Andrew Gallatin Date: Tue, 14 Dec 1999 09:35:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/pci tsunami.c tsunami_pci.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gallatin 1999/12/14 09:35:09 PST Modified files: sys/alpha/pci tsunami.c tsunami_pci.c Log: Improve the mapping between the hardware PCI bus numbering on multi-hose tsunami systems and the PCI bus-numbering system of FreeBSD. Eg, the former allows for 2 PCI bus 2's (one each on hoses 0 and 1) while the latter needs to give each PCI bus a unique monotonically increasing number. It has been fairly well tested and correctly maps machines with a ppb on hose 1 as well as machines with ppbs on both hoses. DS10s remain untested, as I do not have a pci card with a ppb which will pass POST in a tsunami. This is a house of cards. Revision Changes Path 1.10 +9 -9 src/sys/alpha/pci/tsunami.c 1.5 +74 -10 src/sys/alpha/pci/tsunami_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message