Subject: kern/34518: isapnp_ess output with an extra doppelpoint
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: None <doomwarriorx@gmail.com>
List: netbsd-bugs
Date: 09/13/2006 14:35:01
>Number: 34518
>Category: kern
>Synopsis: isapnp_ess output with an extra doppelpoint
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: kern-bug-people
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed Sep 13 14:35:01 +0000 2006
>Originator: Stephan Meisinger
>Release: 4.0
>Organization:
>Environment:
>Description:
ess1 at isapnp0 port 0x220/16,0x388/4,0x330/2 irq 5 drq 1,0
ess1:: ESS Technology ES1868 [version 0x688b] <<<<<<<<<<<<<<<<<<<<<
ess1: audio1 interrupting at irq 5
the bug is older, but i think it's time to make a PR for it ;-)
Best Regards
Stephan 'doomwarrior'
>How-To-Repeat:
boot a kernel with an isapnp ess soundcard.
>Fix:
--- ess_isapnp.c?rev=1.14 2006-03-29 08:51:47.000000000 +0200
+++ ess_isapnp.c 2006-09-13 16:24:55.000000000 +0200
@@ -122,7 +122,7 @@
return;
}
- printf("%s:", sc->sc_dev.dv_xname);
+ printf("%s", sc->sc_dev.dv_xname);
essattach(sc, 0);
}