diff options
author | dm <dm@cvs.openbsd.org> | 1997-06-18 19:07:08 +0000 |
---|---|---|
committer | dm <dm@cvs.openbsd.org> | 1997-06-18 19:07:08 +0000 |
commit | 1c75760df2aa97a8690075e9e6f2d176f48c3a59 (patch) | |
tree | 3aa38e8571bb5d149872d2ce355dc143439c4695 /sys/arch/i386/pci/pci_machdep.h | |
parent | 78972811db4829fdf182ea3527504c6c7987390a (diff) |
csapuntz@lcs.mit.edu: Port of NetBSD tulip driver. Works with new (21140-AC-based) SMC Etherpower cards.
Diffstat (limited to 'sys/arch/i386/pci/pci_machdep.h')
-rw-r--r-- | sys/arch/i386/pci/pci_machdep.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/pci/pci_machdep.h b/sys/arch/i386/pci/pci_machdep.h index e4c21cb3399..02e02048084 100644 --- a/sys/arch/i386/pci/pci_machdep.h +++ b/sys/arch/i386/pci/pci_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pci_machdep.h,v 1.3 1996/04/21 22:17:34 deraadt Exp $ */ +/* $OpenBSD: pci_machdep.h,v 1.4 1997/06/18 19:07:02 dm Exp $ */ /* $NetBSD: pci_machdep.h,v 1.5 1996/03/27 04:01:16 cgd Exp $ */ /* @@ -85,6 +85,8 @@ const char *pci_intr_string __P((pci_chipset_tag_t, pci_intr_handle_t)); void *pci_intr_establish __P((pci_chipset_tag_t, pci_intr_handle_t, int, int (*)(void *), void *, char *)); void pci_intr_disestablish __P((pci_chipset_tag_t, void *)); +void pci_decompose_tag __P((pci_chipset_tag_t, pcitag_t, + int *, int *, int *)); /* * Compatibility functions, to map the old i386 PCI functions to the new ones. |