diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2004-12-23 17:50:25 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2004-12-23 17:50:25 +0000 |
commit | 3a940ca2a75e83e0d9495b3bfe79d40558be6476 (patch) | |
tree | a2acdfa68c5519a4281a169dc545cf467fbebe95 /sys/dev/ic/comreg.h | |
parent | 67ef202a25aac6aae8bb74628a3080c3fe0441dd (diff) |
make com[123] work for console on i386, but allow override with CONADDR/CONUNIT
ok mickey, deraadt
Diffstat (limited to 'sys/dev/ic/comreg.h')
-rw-r--r-- | sys/dev/ic/comreg.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/ic/comreg.h b/sys/dev/ic/comreg.h index 9d7fde56892..4d778fd42f0 100644 --- a/sys/dev/ic/comreg.h +++ b/sys/dev/ic/comreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: comreg.h,v 1.11 2003/06/03 21:09:02 deraadt Exp $ */ +/* $OpenBSD: comreg.h,v 1.12 2004/12/23 17:50:24 markus Exp $ */ /* $NetBSD: comreg.h,v 1.8 1996/02/05 23:01:50 scottr Exp $ */ /* @@ -177,6 +177,8 @@ */ #ifndef CONADDR #define CONADDR (0x3f8) +#else +#define CONADDR_OVERRIDE #endif #ifndef CONUNIT #define CONUNIT (0) |