diff options
Diffstat (limited to 'sys/arch/hp300/dev/dcareg.h')
-rw-r--r-- | sys/arch/hp300/dev/dcareg.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/arch/hp300/dev/dcareg.h b/sys/arch/hp300/dev/dcareg.h index 42f957b06ed..d6b76c6cf1a 100644 --- a/sys/arch/hp300/dev/dcareg.h +++ b/sys/arch/hp300/dev/dcareg.h @@ -1,4 +1,4 @@ -/* $NetBSD: dcareg.h,v 1.4 1994/10/26 07:23:33 cgd Exp $ */ +/* $NetBSD: dcareg.h,v 1.5 1995/12/31 00:27:19 thorpej Exp $ */ /* * Copyright (c) 1982, 1986, 1990, 1993 @@ -174,14 +174,6 @@ struct dcadevice { #define MSR_DDSR 0x02 #define MSR_DCTS 0x01 -#ifdef hp300 /* WARNING: Serial console is assumed to be at SC9 */ #define CONSCODE (9) -#endif -#ifdef hp700 -/* hardwired port addresses */ -#define PORT1 ((struct dcadevice *)CORE_RS232_1) -#define PORT2 ((struct dcadevice *)CORE_RS232_2) -#define CONPORT PORT1 -#endif #define CONUNIT (0) |