Add HyperCom 3+/4+ parallel port support
This commit is contained in:
parent
c283289b46
commit
05ae5bbfc1
|
@ -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)
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -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
|
||||
#
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue