From owner-cvs-all Tue Oct 12 15:10:56 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 C38ED1523D; Tue, 12 Oct 1999 15:10:53 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Received: (from gallatin@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA25687; Tue, 12 Oct 1999 15:10:53 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Message-Id: <199910122210.PAA25687@freefall.freebsd.org> From: Andrew Gallatin Date: Tue, 12 Oct 1999 15:10:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci pci.c src/sys/alpha/pci tsunami.c tsunami_pci.c tsunamivar.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gallatin 1999/10/12 15:10:53 PDT Modified files: sys/pci pci.c sys/alpha/pci tsunami.c tsunami_pci.c tsunamivar.h Log: allow pci_ioctl to work with multi-hose alphas. Rather than teaching pci_ioctl about hoses, we just pass down a magic number & let the platform code figure out what the hose is based on what the bus number is. concept approved by dfr Revision Changes Path 1.121 +3 -3 src/sys/pci/pci.c 1.6 +13 -5 src/sys/alpha/pci/tsunami.c 1.3 +15 -2 src/sys/alpha/pci/tsunami_pci.c 1.3 +2 -1 src/sys/alpha/pci/tsunamivar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message