diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1996-09-08 10:44:18 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1996-09-08 10:44:18 +0000 |
| commit | 40f3771f7ff67ba18b27069f1e27a21390ab6b6d (patch) | |
| tree | 5e9b397e570a9f0a4bea047f5c1002a376f639f6 /sys/dev/pci | |
| parent | fa630ea6eb0fa9f9b700a64e3b1fdfdf93fe0dc6 (diff) | |
Notes
Diffstat (limited to 'sys/dev/pci')
| -rw-r--r-- | sys/dev/pci/pcivar.h | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/sys/dev/pci/pcivar.h b/sys/dev/pci/pcivar.h index 51516ecce4ae..f8d2a95395f5 100644 --- a/sys/dev/pci/pcivar.h +++ b/sys/dev/pci/pcivar.h @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: pcivar.h,v 1.10 1996/03/19 15:02:58 bde Exp $ +** $Id: pcivar.h,v 1.11 1996/09/06 23:09:01 phk Exp $ ** ** Declarations for pci device drivers. ** @@ -125,8 +125,6 @@ void pci_conf_write (pcici_t tag, u_long reg, u_long data); **----------------------------------------------------------------- */ -struct kern_devconf; - struct pci_device { char* pd_name; char* (*pd_probe ) (pcici_t tag, pcidi_t type); @@ -164,14 +162,6 @@ struct pci_info { u_char pi_unit; }; -#define PCI_EXT_CONF_LEN (16) -#define PCI_EXTERNAL_LEN (sizeof(struct pci_externalize_buffer)) - -struct pci_externalize_buffer { - struct pci_info peb_pci_info; - u_long peb_config[PCI_EXT_CONF_LEN]; -}; - /*----------------------------------------------------------------- ** ** Map a pci device to physical and virtual memory. |
