summaryrefslogtreecommitdiffstats
path: root/sys/alpha/pci/tsunamivar.h
diff options
context:
space:
mode:
authorgallatin <gallatin@FreeBSD.org>1999-05-26 23:22:14 +0000
committergallatin <gallatin@FreeBSD.org>1999-05-26 23:22:14 +0000
commit8d262eb793b0c205c49f85c3337b29ae06b297a0 (patch)
tree32b31bbee606530827b6f86d833fa67c853dc96f /sys/alpha/pci/tsunamivar.h
parentbf5ea124d48283d62d84d7171d473d005128293b (diff)
downloadFreeBSD-src-8d262eb793b0c205c49f85c3337b29ae06b297a0.zip
FreeBSD-src-8d262eb793b0c205c49f85c3337b29ae06b297a0.tar.gz
Add support for the DEC_ST6600 family of alphas. This includes the
Compaq XP1000, AlphaServer DS20, AlphaServer DS10, and DP264 This has been tested *only* on XP1000's. I'll be interested to hear from owners of other types of DEC_ST6600 alphas. I'd like to thank Don Rice of Compaq for providing the documentation required to support this platform on FreeBSD. I'd also like to thank Doug Rabson for newbus, and for helping me get a multiple hoses working with newbus. Reviewed by: Doug Rabson <dfr@nlsystems.com>
Diffstat (limited to 'sys/alpha/pci/tsunamivar.h')
-rw-r--r--sys/alpha/pci/tsunamivar.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/sys/alpha/pci/tsunamivar.h b/sys/alpha/pci/tsunamivar.h
new file mode 100644
index 0000000..0c34115
--- /dev/null
+++ b/sys/alpha/pci/tsunamivar.h
@@ -0,0 +1,30 @@
+/*-
+ * Copyright (c) 1998 Andrew Gallatin
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ * notice, this list of conditions and the following disclaimer in the
+ * documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (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$
+ */
+
+extern void tsunami_init(void);
+extern int tsunami_bus_within_hose(int, int);
OpenPOWER on IntegriCloud