Subject: port-amiga/980: miscellaneous sys/arch/amiga/dev/zbus.c aconftab additions & fixes
To: None <gnats-admin@NetBSD.ORG>
From: Ignatios Souvatzis <is@beverly.rhein.de>
List: netbsd-bugs
Date: 04/20/1995 05:05:06
>Number:         980
>Category:       port-amiga
>Synopsis:       miscellanous sys/arch/amiga/dev/zbus.c aconftab additions/fixes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gnats-admin (GNATS administrator)
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Thu Apr 20 05:05:03 1995
>Originator:     Ignatios Souvatzis
>Organization:
"	private internet site"
>Release:        1.0a ca. mid-March
>Environment:
	
System: NetBSD beverly 1.0A NetBSD 1.0A (BEVERLY) #69: Fri Apr 14 12:59:29 MET DST 1995 is@beverly:/usr/src/sys/arch/amiga/compile/BEVERLY amiga


>Description:
	In /sys/arch/amiga/dev/zbus.c:

	There is no entry for the A2060 ARCnet cards in aconftab.
	"ulwl" should be named grful (I'm working on a driver).
	Univeristy should read University.
>How-To-Repeat:

>Fix:
===================================================================
RCS file: zbus.c,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 zbus.c
--- 1.1.1.1	1995/04/20 10:37:48
+++ zbus.c	1995/04/20 10:37:19
@@ -57,14 +57,16 @@
 	/* Commodore Amiga */
 	{ "atzee",	513,	1 },
 	{ "atzsc",	514,	3 },
+	{ "bah",	514,	9 },	/* A2060 */
 	{ "le",		514,	112 },
 	{ "ql",		514,	69 },
 	{ "ql",		514,	70 },
 	/* Ameristar */
 	{ "le",		1053,	1 },
+	{ "bah",	1053,	9 },	/* A2060 */
 	{ "es",		1053,	10 },
-	/* Univeristy lowell */
-	{ "ulwl",	1030,	0 },
+	/* University Lowell */
+	{ "grful",	1030,	0 },
 	/* Macrosystems */
 	{ "grfrt",	18260,	6 },
 	{ "grfrh",	18260,	16},	/* Retina BLT Z3 */
>Audit-Trail:
>Unformatted:


Ignatios Souvatzis