Subject: port-amiga/1568: grf_ul has the oscillator numbers the wrong way round
To: None <gnats-bugs@gnats.netbsd.org>
From: Ignatios Souvatzis <is@beverly.rhein.de>
List: netbsd-bugs
Date: 10/05/1995 15:22:35
>Number: 1568
>Category: port-amiga
>Synopsis: grf_ul has the oscillator numbers the wrong way round
>Confidential: no
>Severity: critical
>Priority: high
>Responsible: gnats-admin (GNATS administrator)
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Thu Oct 5 22:20:03 1995
>Last-Modified:
>Originator: Ignatios Souvatzis
>Organization:
Dis-
>Release: 950930
>Environment:
System: NetBSD beverly 1.0A NetBSD 1.0A (BEVERLY) #202: Thu Oct 5 14:52:04 MET 1995 is@beverly:/usr/src/sys/arch/amiga/compile/BEVERLY amiga
>Description:
The options ULOWELL_OSC1 and ULOWELL_OSC2 dont agree with the numbers
on the printed ciruit board of the A2410 card. This might lead to
monitor damage... at least with monosync monitors.
>How-To-Repeat:
look at the board, the code, your monitor output, etc, and try to not
get confused.
>Fix:
Index: grf_ul.c
===================================================================
RCS file: /monster/cvs/src/sys/arch/amiga/dev/grf_ul.c,v
retrieving revision 1.3
diff -c -r1.3 grf_ul.c
*** grf_ul.c 1995/10/05 09:54:02 1.3
--- grf_ul.c 1995/10/05 14:16:31
***************
*** 147,153 ****
* anyway.
*/
! u_long ulowell_clock[2] = { ULOWELL_OSC1, ULOWELL_OSC2 };
static struct grfvideo_mode *current_mon;
--- 147,153 ----
* anyway.
*/
! u_long ulowell_clock[2] = { ULOWELL_OSC2, ULOWELL_OSC1 };
static struct grfvideo_mode *current_mon;
>Audit-Trail:
>Unformatted:
Ignatios Souvatzis