From owner-cvs-all Sun Apr 11 19:10: 5 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 63F8A14BF4; Sun, 11 Apr 1999 19:10:03 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA37853; Sun, 11 Apr 1999 19:07:46 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <199904120207.TAA37853@freefall.freebsd.org> From: Warner Losh Date: Sun, 11 Apr 1999 19:07:46 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: sys/pci ahc_pci.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk -= New-bus architecture repository =- imp 1999/04/11 19:07:46 PDT Modified files: pci ahc_pci.c Log: Make ahc compile (and apparently work) with the newbus framework. I had to include and change config_id->func and config_id->slot to pci_get_function(config_id) and pci_get_slot(config_id) respectively. Revision Changes Path 1.2 +6 -5 sys/pci/ahc_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message