Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/arch/amiga/dev pullup 1.8->1.9 (is): Support for Hy...



details:   https://anonhg.NetBSD.org/src/rev/a5ac1b3ed352
branches:  netbsd-1-4
changeset: 468706:a5ac1b3ed352
user:      perry <perry%NetBSD.org@localhost>
date:      Fri Jun 18 16:20:18 1999 +0000

description:
pullup 1.8->1.9 (is): Support for HyperCom 3+/4+ lpt ports

diffstat:

 sys/arch/amiga/dev/hyper.c |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r dd0f9a8c1c79 -r a5ac1b3ed352 sys/arch/amiga/dev/hyper.c
--- a/sys/arch/amiga/dev/hyper.c        Fri Jun 18 16:19:10 1999 +0000
+++ b/sys/arch/amiga/dev/hyper.c        Fri Jun 18 16:20:18 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.8.2.1 1999/06/18 16:20:18 perry 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