From owner-cvs-all Thu Aug 31 4:16:46 2000 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 5B58937B42C; Thu, 31 Aug 2000 04:16:43 -0700 (PDT) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA58710; Thu, 31 Aug 2000 04:16:43 -0700 (PDT) (envelope-from iwasaki@FreeBSD.org) Message-Id: <200008311116.EAA58710@freefall.freebsd.org> From: Mitsuru IWASAKI Date: Thu, 31 Aug 2000 04:16:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include acpica_osd.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG iwasaki 2000/08/31 04:16:43 PDT Modified files: sys/i386/include acpica_osd.h Log: Modified PCI config space access code via pcib_if rather than using pci_cfg{read|write}. - Obtain device_t pcib instance by calling device_find_child(). - Call PCIB_{READ|WRITE}_CONFIG() to access to pcib interfaces. Reviewed by: dfr, takawata Revision Changes Path 1.3 +37 -28 src/sys/i386/include/acpica_osd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message