summaryrefslogtreecommitdiffstats
path: root/sys/pci/pcivar.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-09-10 23:31:13 +0000
committerbde <bde@FreeBSD.org>1996-09-10 23:31:13 +0000
commit4b1a7c107d12dcaa90f1733628ef92b9daabf17d (patch)
tree694ee7f35a28ef2be59bd7a989e9073882d81ecd /sys/pci/pcivar.h
parent059cd92beecd7b436c11af3f9ec6dd0b48b2eef5 (diff)
downloadFreeBSD-src-4b1a7c107d12dcaa90f1733628ef92b9daabf17d.zip
FreeBSD-src-4b1a7c107d12dcaa90f1733628ef92b9daabf17d.tar.gz
Removed more devconf leftovers.
Diffstat (limited to 'sys/pci/pcivar.h')
-rw-r--r--sys/pci/pcivar.h17
1 files changed, 1 insertions, 16 deletions
diff --git a/sys/pci/pcivar.h b/sys/pci/pcivar.h
index f8d2a95..61127e1 100644
--- a/sys/pci/pcivar.h
+++ b/sys/pci/pcivar.h
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pcivar.h,v 1.11 1996/09/06 23:09:01 phk Exp $
+** $Id: pcivar.h,v 1.12 1996/09/08 10:44:14 phk Exp $
**
** Declarations for pci device drivers.
**
@@ -149,21 +149,6 @@ extern unsigned pci_maxdevice;
/*-----------------------------------------------------------------
**
-** The pci-devconf interface.
-**
-**-----------------------------------------------------------------
-*/
-
-struct pci_info {
- u_char pi_bus;
- u_char pi_device;
- u_char pi_func;
- u_char pi_dummy;
- u_char pi_unit;
-};
-
-/*-----------------------------------------------------------------
-**
** Map a pci device to physical and virtual memory.
**
** Entry selects the register in the pci configuration
OpenPOWER on IntegriCloud