shithub: riscv

Download patch

ref: 142bb6d5cfa25b4f8d495ea82e09a1b94efb9f0f
parent: c7d9da8f5a41b833946027c802e0e8d7dd014b22
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sat Jun 6 11:01:56 EDT 2020

bcm64: use uvlong for ISAConf.port

--- a/sys/src/9/bcm64/dat.h
+++ b/sys/src/9/bcm64/dat.h
@@ -200,7 +200,7 @@
 
 struct ISAConf {
 	char	*type;
-	ulong	port;
+	uvlong	port;
 	int	irq;
 	ulong	dma;
 	ulong	mem;