Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amiga Add HyperCom 3+/4+ parallel port support



details:   https://anonhg.NetBSD.org/src/rev/0650c6c555c9
branches:  trunk
changeset: 472871:0650c6c555c9
user:      is <is%NetBSD.org@localhost>
date:      Mon May 10 22:18:47 1999 +0000

description:
Add HyperCom 3+/4+ parallel port support

diffstat:

 sys/arch/amiga/conf/AMIGA   |  8 ++++----
 sys/arch/amiga/conf/DRACO   |  8 ++++----
 sys/arch/amiga/conf/GENERIC |  6 +++---
 sys/arch/amiga/dev/hyper.c  |  4 +---
 4 files changed, 12 insertions(+), 14 deletions(-)

diffs (100 lines):

diff -r 9f99a192e6f4 -r 0650c6c555c9 sys/arch/amiga/conf/AMIGA
--- a/sys/arch/amiga/conf/AMIGA Mon May 10 21:41:07 1999 +0000
+++ b/sys/arch/amiga/conf/AMIGA Mon May 10 22:18:47 1999 +0000
@@ -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 @@
 #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 -r 9f99a192e6f4 -r 0650c6c555c9 sys/arch/amiga/conf/DRACO
--- a/sys/arch/amiga/conf/DRACO Mon May 10 21:41:07 1999 +0000
+++ b/sys/arch/amiga/conf/DRACO Mon May 10 22:18:47 1999 +0000
@@ -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 @@
 #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 -r 9f99a192e6f4 -r 0650c6c555c9 sys/arch/amiga/conf/GENERIC
--- a/sys/arch/amiga/conf/GENERIC       Mon May 10 21:41:07 1999 +0000
+++ b/sys/arch/amiga/conf/GENERIC       Mon May 10 22:18:47 1999 +0000
@@ -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 @@
 #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 -r 9f99a192e6f4 -r 0650c6c555c9 sys/arch/amiga/dev/hyper.c
--- a/sys/arch/amiga/dev/hyper.c        Mon May 10 21:41:07 1999 +0000
+++ b/sys/arch/amiga/dev/hyper.c        Mon May 10 22:18:47 1999 +0000
@@ -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 @@
        { "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



Home | Main Index | Thread Index | Old Index