Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amiga/dev Add back the "810" id string.



details:   https://anonhg.NetBSD.org/src/rev/279ebb8693b5
branches:  trunk
changeset: 467760:279ebb8693b5
user:      is <is%NetBSD.org@localhost>
date:      Sun Mar 28 20:09:09 1999 +0000

description:
Add back the "810" id string.

diffstat:

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

diffs (18 lines):

diff -r f377ad488b5c -r 279ebb8693b5 sys/arch/amiga/dev/siop2.c
--- a/sys/arch/amiga/dev/siop2.c        Sun Mar 28 20:01:52 1999 +0000
+++ b/sys/arch/amiga/dev/siop2.c        Sun Mar 28 20:09:09 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: siop2.c,v 1.7 1999/03/28 19:39:24 is Exp $     */
+/*     $NetBSD: siop2.c,v 1.8 1999/03/28 20:09:09 is Exp $     */
 
 /*
  * Copyright (c) 1994,1998 Michael L. Hitch
@@ -150,7 +150,7 @@
 
 static char *siopng_chips[] = {
        "720", "720SE", "770", "0x3",
-       "0x4", "0x5", "0x6", "0x7",
+       "810A", "0x5", "0x6", "0x7",
        "0x8", "0x9", "0xA", "0xB",
        "0xC", "0xD", "0xE", "0xF",
 };



Home | Main Index | Thread Index | Old Index