Subject: port-amiga/3911: something went wrong between 1.51 -> 1.52 of amiga/amiga/autoconf.c
To: None <gnats-bugs@gnats.netbsd.org>
From: None <frueauf@ira.uka.de>
List: netbsd-bugs
Date: 07/22/1997 23:19:25
>Number: 3911
>Category: port-amiga
>Synopsis: something went wrong between 1.51 -> 1.52 of amiga/amiga/autoconf.c
>Confidential: no
>Severity: serious
>Priority: high
>Responsible: gnats-admin (GNATS administrator)
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Tue Jul 22 14:35:02 1997
>Last-Modified:
>Originator: Thorsten Frueauf
>Organization:
private
>Release: <NetBSD-current source date> NetBSD-current 20.07.97
>Environment:
System: NetBSD di-frueauf 1.2G NetBSD 1.2G (CYBERDYNE) #2: Tue Jul 22 22:50:15 CEST 1997 milano@di-frueauf:/usr/src/sys/arch/amiga/compile/CYBERDYNE amiga
>Description:
At 19.7.1997 /src/sys/arch/amiga/amiga/autoconf.c got changed - the reason was
the support of the different clocks - but somehow some other things
got changed - e.g. "config_found(dp, "aucc", simple_devprint);" got
removed - thus audio is no longer working. And I think some other things got
changed - maybe Ignatios worked with an old copy of autoconf.c at checkin time?
>How-To-Repeat:
diff version 1.51 <-> 1.52 of /src/sys/arch/amiga/amiga/autoconf.c and
compile a current NetBSD/amiga kernel with options aucc0 - but notice
that it gets not found.
>Fix:
revisit the changes between 1.51 <-> 1.52 of
/src/sys/arch/amiga/amiga/autoconf.c - at least enable
+ #include "audio.h"
+ #if NAUDIO>0
+ config_found(dp, "aucc", simple_devprint);
+ #endif
again.
>Audit-Trail:
>Unformatted:
something went wrong between 1.51 -> 1.52 of amiga/amiga/autoconf.c