summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/pcivar.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-05-18 20:48:43 +0000
committerpeter <peter@FreeBSD.org>1999-05-18 20:48:43 +0000
commit1f36ef3106131a350fb260cfb96c49a83a75d8e5 (patch)
treefd6ab80b480bb9d3f1774b9114610c0f46ad0bca /sys/dev/pci/pcivar.h
parent1cd9ffa4489858725cf3f4511a4868cb1a75b5c8 (diff)
downloadFreeBSD-src-1f36ef3106131a350fb260cfb96c49a83a75d8e5.zip
FreeBSD-src-1f36ef3106131a350fb260cfb96c49a83a75d8e5.tar.gz
Move pcibus (host -> pci bus) probe/attach routines from nexus
to pcibus.c. pci_cfgopen() becomes static and there are no more bus #ifdef's in nexus.c.
Diffstat (limited to 'sys/dev/pci/pcivar.h')
-rw-r--r--sys/dev/pci/pcivar.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/pcivar.h b/sys/dev/pci/pcivar.h
index 12c1bab..432551b 100644
--- a/sys/dev/pci/pcivar.h
+++ b/sys/dev/pci/pcivar.h
@@ -23,7 +23,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: pcivar.h,v 1.30 1999/05/09 20:25:01 peter Exp $
+ * $Id: pcivar.h,v 1.31 1999/05/11 07:55:32 peter Exp $
*
*/
@@ -177,7 +177,6 @@ const char *ide_pci_match(struct device *dev);
/* low level PCI config register functions provided by pcibus.c */
-int pci_cfgopen (void);
int pci_cfgread (pcicfgregs *cfg, int reg, int bytes);
void pci_cfgwrite (pcicfgregs *cfg, int reg, int data, int bytes);
#ifdef __alpha__
OpenPOWER on IntegriCloud