From 102a0743326a03cd1a1202ceda21e175b7d3575c Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Tue, 20 Feb 2024 01:20:52 +0000
Subject: [PATCH] add new system file

---
 kernel/arch/mips/include/asm/mach-rc32434/pci.h |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/kernel/arch/mips/include/asm/mach-rc32434/pci.h b/kernel/arch/mips/include/asm/mach-rc32434/pci.h
index 6f40d15..3eb767c 100644
--- a/kernel/arch/mips/include/asm/mach-rc32434/pci.h
+++ b/kernel/arch/mips/include/asm/mach-rc32434/pci.h
@@ -319,9 +319,6 @@
 #define PCIM_H_EA		0x3
 #define PCIM_H_IA_FIX		0x4
 #define PCIM_H_IA_RR		0x5
-#if 0
-#define PCI_ADDR_START		0x13000000
-#endif
 
 #define PCI_ADDR_START		0x50000000
 
@@ -377,7 +374,7 @@
 				 PCI_CFG04_STAT_SSE | \
 				 PCI_CFG04_STAT_PE)
 
-#define KORINA_CNFG1		((KORINA_STAT<<16)|KORINA_CMD)
+#define KORINA_CNFG1		(KORINA_STAT | KORINA_CMD)
 
 #define KORINA_REVID		0
 #define KORINA_CLASS_CODE	0

--
Gitblit v1.6.2