summaryrefslogtreecommitdiffstats
path: root/sys/alpha/pci/t2var.h
diff options
context:
space:
mode:
authorgallatin <gallatin@FreeBSD.org>2000-12-07 01:06:19 +0000
committergallatin <gallatin@FreeBSD.org>2000-12-07 01:06:19 +0000
commit5b276c58893685044f07c19926251a59f06386a5 (patch)
tree2b472bcdfc85e848c2273a4bc908cb6c41ac2c40 /sys/alpha/pci/t2var.h
parent012cf93dca4f03d0bb1879fb9308a0476262d6d9 (diff)
downloadFreeBSD-src-5b276c58893685044f07c19926251a59f06386a5.zip
FreeBSD-src-5b276c58893685044f07c19926251a59f06386a5.tar.gz
Partially re-write T2 chipset support based on Tru64 platform support
files which Compaq open-sourced (with a BSD license). This commit adds support for proper PCI interrupt mapping and much better support for swizzling between "standard" isa IRQs and the stdio irqs used by the t2. This also adds enabling/disabling/eoi support for AlphaServer 2100A machines. The 2100A (or lynx) interrupt hardware is is very different (and much nicer) than the 2100. Previously, only AS2100 and AS2000 machines worked. This commits also lays the groundwork for supporting ExtIO modules. These modules are essentially a second hose. This work is left unfinished pending testing on real hardware. Wilko tells me that ExtIO modules are quite rare, and may not actually exist in the wild. Obtained from: Tru64 Tested by: wilko
Diffstat (limited to 'sys/alpha/pci/t2var.h')
-rw-r--r--sys/alpha/pci/t2var.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/alpha/pci/t2var.h b/sys/alpha/pci/t2var.h
index cadfa48..a328633 100644
--- a/sys/alpha/pci/t2var.h
+++ b/sys/alpha/pci/t2var.h
@@ -26,6 +26,7 @@
* $FreeBSD$
*/
-extern vm_offset_t t2_csr_base;
+extern vm_offset_t sable_lynx_base;
extern void t2_init(void);
+void t2_intr_map(void *);
OpenPOWER on IntegriCloud