diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2020-06-06 14:52:16 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2020-06-06 14:52:16 +0200 |
commit | 93f6ce24f46cc596060d859ff97a276e80e1d5c5 (patch) | |
tree | 2d4262331097a6e0cd0e9a85d6d83109ae0102a0 /sys/src/9/pc64/dat.h | |
parent | 21e4d88a51303bc41cc28aba77d8f65d7776e39e (diff) |
pc, pc64: use 64-bit physical addresses for ISAConf.port
Diffstat (limited to 'sys/src/9/pc64/dat.h')
-rw-r--r-- | sys/src/9/pc64/dat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/pc64/dat.h b/sys/src/9/pc64/dat.h index cc04c7c3b..6cb1cc9ed 100644 --- a/sys/src/9/pc64/dat.h +++ b/sys/src/9/pc64/dat.h @@ -319,7 +319,7 @@ enum { /* MSRs */ struct ISAConf { char *type; - ulong port; + uvlong port; int irq; ulong dma; ulong mem; |