summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/pci/psychovar.h
diff options
context:
space:
mode:
authortmm <tmm@FreeBSD.org>2003-01-06 16:51:06 +0000
committertmm <tmm@FreeBSD.org>2003-01-06 16:51:06 +0000
commit10a0c5eb2d03beb4ed32cb585bdec8d53b445ad2 (patch)
tree25c58981bfcf9888791dd7f907600133d9809b22 /sys/sparc64/pci/psychovar.h
parent624cac54faa2c349d902819fd9d9e8bc334ef3d4 (diff)
downloadFreeBSD-src-10a0c5eb2d03beb4ed32cb585bdec8d53b445ad2.zip
FreeBSD-src-10a0c5eb2d03beb4ed32cb585bdec8d53b445ad2.tar.gz
- remove some outdated comments
- tweak the announce message a bit - remove '\n's from a few panic() calls - don't use the DVMA base adress the firmware reports; instead, figure it out from the appropriate register on Sabres and let the IOMMU code choose it on Psychos. This also makes the IOMMU TSB size freely selectable.
Diffstat (limited to 'sys/sparc64/pci/psychovar.h')
-rw-r--r--sys/sparc64/pci/psychovar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sparc64/pci/psychovar.h b/sys/sparc64/pci/psychovar.h
index d79ff18..d4e69da 100644
--- a/sys/sparc64/pci/psychovar.h
+++ b/sys/sparc64/pci/psychovar.h
@@ -62,6 +62,7 @@ struct psycho_softc {
#define PSYCHO_MODE_PSYCHO 2
struct iommu_state *sc_is;
+ u_int32_t sc_dvmabase;
struct resource *sc_mem_res;
struct resource *sc_irq_res[6];
OpenPOWER on IntegriCloud