summaryrefslogtreecommitdiffstats
path: root/sys/alpha/pci/tsunamivar.h
diff options
context:
space:
mode:
authorgallatin <gallatin@FreeBSD.org>1999-10-12 22:10:53 +0000
committergallatin <gallatin@FreeBSD.org>1999-10-12 22:10:53 +0000
commitaaf5afc559ee01cf65d4a7cc2e849052a96534a7 (patch)
tree1c58bf2d0c15553dbd0c5adecbebbe14db4b5a8e /sys/alpha/pci/tsunamivar.h
parent229cdb91443142db582b7e32098f62f6446c3f3a (diff)
downloadFreeBSD-src-aaf5afc559ee01cf65d4a7cc2e849052a96534a7.zip
FreeBSD-src-aaf5afc559ee01cf65d4a7cc2e849052a96534a7.tar.gz
allow pci_ioctl to work with multi-hose alphas.
Rather than teaching pci_ioctl about hoses, we just pass down a magic number & let the platform code figure out what the hose is based on what the bus number is. concept approved by dfr
Diffstat (limited to 'sys/alpha/pci/tsunamivar.h')
-rw-r--r--sys/alpha/pci/tsunamivar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/alpha/pci/tsunamivar.h b/sys/alpha/pci/tsunamivar.h
index f82351f..89cb2ab 100644
--- a/sys/alpha/pci/tsunamivar.h
+++ b/sys/alpha/pci/tsunamivar.h
@@ -28,3 +28,4 @@
extern void tsunami_init(void);
extern int tsunami_bus_within_hose(int, int);
+extern int tsunami_hose_from_bus(int);
OpenPOWER on IntegriCloud