diff options
| author | is <is@NetBSD.org> | 1999-05-10 22:18:47 +0000 |
|---|---|---|
| committer | is <is@NetBSD.org> | 1999-05-10 22:18:47 +0000 |
| commit | 05ae5bbfc176e2209f340b95ce4e9912df2bb605 (patch) | |
| tree | 15427a58b6900fde0404be1dedcd0ecd68c36f70 | |
| parent | c283289b460f7f59f975f9afa5158197c609fade (diff) | |
Add HyperCom 3+/4+ parallel port support
| -rw-r--r-- | sys/arch/amiga/conf/AMIGA | 8 | ||||
| -rw-r--r-- | sys/arch/amiga/conf/DRACO | 8 | ||||
| -rw-r--r-- | sys/arch/amiga/conf/GENERIC | 6 | ||||
| -rw-r--r-- | sys/arch/amiga/dev/hyper.c | 4 |
4 files changed, 12 insertions, 14 deletions
diff --git a/sys/arch/amiga/conf/AMIGA b/sys/arch/amiga/conf/AMIGA index 62f24c02c4e..56d8f419ff6 100644 --- a/sys/arch/amiga/conf/AMIGA +++ b/sys/arch/amiga/conf/AMIGA @@ -1,10 +1,10 @@ -# $NetBSD: AMIGA,v 1.15 1999/05/01 10:21:22 tron Exp $ +# $NetBSD: AMIGA,v 1.16 1999/05/10 22:22:59 is Exp $ # # This file was automatically created. Changes will be # lost when running make in this directory. # # Created from: -#$ NetBSD: GENERIC,v 1.122 1999/05/01 10:20:01 tron Exp $ +#$ NetBSD: GENERIC,v 1.123 1999/05/10 22:18:47 is Exp $ include "arch/amiga/conf/std.amiga" @@ -214,10 +214,10 @@ mfcs1 at mfc0 unit 1 # MFC serial #mfcs3 at mfc1 unit 1 #mfcp1 at mfc1 unit 0 -hyper* at zbus? # zbus HyperCom3 + HyperCom4 +hyper* at zbus? # zbus HyperCom3/3+/4/4+ #hyper* at mainbus0 # not yet: HyperCom1 + HyperCom3 com* at hyper? port ? # Hypercom3/4 serial ports -#lpt* at hyper? port ? # not yet: Hypercom3 parallel port +lpt* at hyper? port ? # Hypercom3+/4+ parallel port #Amiga Mainboard devices (sans graphics and keyboard) diff --git a/sys/arch/amiga/conf/DRACO b/sys/arch/amiga/conf/DRACO index c98b84eb998..fbf3496f70e 100644 --- a/sys/arch/amiga/conf/DRACO +++ b/sys/arch/amiga/conf/DRACO @@ -1,10 +1,10 @@ -# $NetBSD: DRACO,v 1.34 1999/05/01 10:21:22 tron Exp $ +# $NetBSD: DRACO,v 1.35 1999/05/10 22:23:00 is Exp $ # # This file was automatically created. Changes will be # lost when running make in this directory. # # Created from: -#$ NetBSD: GENERIC,v 1.122 1999/05/01 10:20:01 tron Exp $ +#$ NetBSD: GENERIC,v 1.123 1999/05/10 22:18:47 is Exp $ include "arch/amiga/conf/std.amiga" @@ -162,10 +162,10 @@ mfcs1 at mfc0 unit 1 # MFC serial #mfcs3 at mfc1 unit 1 #mfcp1 at mfc1 unit 0 -hyper* at zbus? # zbus HyperCom3 + HyperCom4 +hyper* at zbus? # zbus HyperCom3/3+/4/4+ #hyper* at mainbus0 # not yet: HyperCom1 + HyperCom3 com* at hyper? port ? # Hypercom3/4 serial ports -#lpt* at hyper? port ? # not yet: Hypercom3 parallel port +lpt* at hyper? port ? # Hypercom3+/4+ parallel port #DraCo Mainboard devices (sans keyboard) diff --git a/sys/arch/amiga/conf/GENERIC b/sys/arch/amiga/conf/GENERIC index f7d3eccc7bd..04a0e759e27 100644 --- a/sys/arch/amiga/conf/GENERIC +++ b/sys/arch/amiga/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.122 1999/05/01 10:20:01 tron Exp $ +# $NetBSD: GENERIC,v 1.123 1999/05/10 22:18:47 is Exp $ # #if 0 @@ -240,10 +240,10 @@ mfcs1 at mfc0 unit 1 # MFC serial #mfcs3 at mfc1 unit 1 #mfcp1 at mfc1 unit 0 -hyper* at zbus? # zbus HyperCom3 + HyperCom4 +hyper* at zbus? # zbus HyperCom3/3+/4/4+ #hyper* at mainbus0 # not yet: HyperCom1 + HyperCom3 com* at hyper? port ? # Hypercom3/4 serial ports -#lpt* at hyper? port ? # not yet: Hypercom3 parallel port +lpt* at hyper? port ? # Hypercom3+/4+ parallel port #ifdef AMIGA_CONFIGURATION # diff --git a/sys/arch/amiga/dev/hyper.c b/sys/arch/amiga/dev/hyper.c index c4d065af1d7..0769fcaba31 100644 --- a/sys/arch/amiga/dev/hyper.c +++ b/sys/arch/amiga/dev/hyper.c @@ -1,4 +1,4 @@ -/* $NetBSD: hyper.c,v 1.8 1999/02/16 23:34:12 is Exp $ */ +/* $NetBSD: hyper.c,v 1.9 1999/05/10 22:18:47 is Exp $ */ /*- * Copyright (c) 1997,1998 The NetBSD Foundation, Inc. @@ -128,10 +128,8 @@ struct hyper_devs { { "com", 0x0000, 115200 * 16 * 4, HYPERPROD3PLUS | HYPERPROD4PLUS }, { "com", 0x0c00, 115200 * 16 * 4, HYPERPROD4PLUS }, { "com", 0x1000, 115200 * 16 * 4, HYPERPROD4PLUS }, -#ifdef notyet { "lpt", 0x0800, 0, HYPERPROD3PLUS | HYPERPROD4PLUS }, { "lpt", 0x1400, 0, HYPERPROD4PLUS }, -#endif }; void |
