Subject: port-amiga/1224: zbus.c aconftab typo fix & A2410 name normalization
To: None <gnats-admin@sun-lamp.pc.cs.cmu.edu>
From: Ignatios Souvatzis <is@beverly.rhein.de>
List: netbsd-bugs
Date: 07/13/1995 09:05:03
>Number:         1224
>Category:       port-amiga
>Synopsis:       in zbus.c:aconftab: fix typo and normalize A2410 name
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gnats-admin (GNATS administrator)
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Thu Jul 13 09:05:01 1995
>Originator:     Ignatios Souvatzis
>Organization:
private site
>Release:        19950710
>Environment:
	
System: NetBSD beverly 1.0A NetBSD 1.0A (GENERIC) #0: Sun Jul 9 11:24:36 EDT 1995 root@freetocreate.cais.com:/usr/src/sys/arch/amiga/compile/GENERIC amiga


>Description:
	University is misspelled Univeristy in zbus.c:aconftab.
	The A2410 board is called "ulwl" in the aconftab; should probably
	be called grful to match other graphics boards.
>How-To-Repeat:
	browse zbus.c with your editor of choice
>Fix:
Apply this patch:

--- zbus.c.typo	Thu Jul 13 13:24:43 1995
+++ zbus.c	Thu Jul 13 13:28:52 1995
@@ -63,8 +63,8 @@
 	/* Ameristar */
 	{ "le",		1053,	1 },
 	{ "es",		1053,	10 },
-	/* Univeristy lowell */
-	{ "ulwl",	1030,	0 },
+	/* University of Lowell */
+	{ "grful",	1030,	0 },	/* A2410 board */
 	/* Macrosystems */
 	{ "grfrt",	18260,	6 },
 	{ "grfrh",	18260,	16},	/* Retina BLT Z3 */
>Audit-Trail:
>Unformatted:


Ignatios Souvatzis