summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDale S. Rahn <rahnds@cvs.openbsd.org>1998-09-17 06:03:30 +0000
committerDale S. Rahn <rahnds@cvs.openbsd.org>1998-09-17 06:03:30 +0000
commit8886148aca4755ced98a2b4cb6a3feb488226ea4 (patch)
treec8590f7262bf6cc85757b59efc70dc0343f8fa9f
parent3f15ae9e8e4015f7aebf3b701c968a7f297b4e87 (diff)
Put this back for now, appearently the VI boards use COM4 for console.
they only have COM3 and COM4, MCG boards have COM1 and COM2 addresses (only). This will need to be turned into a variable that is probed and then passed to the console (com) driver.
-rw-r--r--sys/arch/powerpc/isa/isa_machdep.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/powerpc/isa/isa_machdep.h b/sys/arch/powerpc/isa/isa_machdep.h
index 6395937d1da..288a9cea5d7 100644
--- a/sys/arch/powerpc/isa/isa_machdep.h
+++ b/sys/arch/powerpc/isa/isa_machdep.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: isa_machdep.h,v 1.3 1998/08/22 18:31:46 rahnds Exp $ */
+/* $OpenBSD: isa_machdep.h,v 1.4 1998/09/17 06:03:29 rahnds Exp $ */
/*
* Copyright (c) 1997 Per Fogelstrom
@@ -87,7 +87,7 @@ struct intrhand {
/*
* Let com.c know where our console is!
*/
-#define CONADDR (0x2f8)
+#define CONADDR (0x2e8)
#define COM_FREQ (1843200 / 3) /* Clocked with 8Mhz instead of 24! */
extern void * isabr_intr_establish(isa_chipset_tag_t, int, int, int, int (*ih_fun) __P((void *)), void *, char *);