diff options
Diffstat (limited to 'sys/sparc64/pci/psychovar.h')
-rw-r--r-- | sys/sparc64/pci/psychovar.h | 2 |
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; |