From owner-cvs-all Thu Aug 13 12:12:29 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA20867 for cvs-all-outgoing; Thu, 13 Aug 1998 12:12:29 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA20862; Thu, 13 Aug 1998 12:12:27 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) From: "Justin T. Gibbs" Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA01839; Thu, 13 Aug 1998 12:12:21 -0700 (PDT) Date: Thu, 13 Aug 1998 12:12:21 -0700 (PDT) Message-Id: <199808131912.MAA01839@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci pci.c pcivar.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/08/13 12:12:20 PDT Modified files: sys/pci pci.c pcivar.h Log: Use "baseclass" instead of "class" for storing the contents of PCI register 0xB so that C++ programs can use the PCI conf interface. Revision Changes Path 1.85 +5 -4 src/sys/pci/pci.c 1.20 +2 -2 src/sys/pci/pcivar.h