summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/pci/psychovar.h
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2003-04-08 06:35:09 +0000
committerjake <jake@FreeBSD.org>2003-04-08 06:35:09 +0000
commite3ca27bdf069d45543cbe9929e20b70f3d69a2c7 (patch)
tree170fb5ae718e07b0aee9024bae4401627b65786a /sys/sparc64/pci/psychovar.h
parentb9918280bc949c852ff2fb0b841635e7781e1bac (diff)
downloadFreeBSD-src-e3ca27bdf069d45543cbe9929e20b70f3d69a2c7.zip
FreeBSD-src-e3ca27bdf069d45543cbe9929e20b70f3d69a2c7.tar.gz
Use vm_paddr_t for physical addresses.
Diffstat (limited to 'sys/sparc64/pci/psychovar.h')
-rw-r--r--sys/sparc64/pci/psychovar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/pci/psychovar.h b/sys/sparc64/pci/psychovar.h
index d4e69da..3b8fa73 100644
--- a/sys/sparc64/pci/psychovar.h
+++ b/sys/sparc64/pci/psychovar.h
@@ -43,7 +43,7 @@ struct psycho_softc {
* PSYCHO register. we record the base physical address of these
* also as it is the base of the entire PSYCHO
*/
- vm_offset_t sc_basepaddr;
+ vm_paddr_t sc_basepaddr;
/* Interrupt Group Number for this device */
int sc_ign;
OpenPOWER on IntegriCloud