NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

port-i386/41629: Fixed identical ESS1878 on Fujitsu FMV-5100 NC/S by PnPBIOS



>Number:         41629
>Category:       port-i386
>Synopsis:       Fixed identical ESS1878 on Fujitsu FMV-5100 NC/S by PnPBIOS
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    port-i386-maintainer
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Jun 23 14:55:00 +0000 2009
>Originator:     Kouji Matsui
>Release:        NetBSD-5.0
>Organization:
Individual
>Environment:
NetBSD NetBSD50 5.0 NetBSD 5.0 (GENERIC) #0: Sun Apr 26 18:50:08 UTC 2009  
builds%b6.netbsd.org@localhost:/home/builds/ab/netbsd-5-0-RELEASE/i386/200904260229Z-obj/home/builds/ab/netbsd-5-0-RELEASE/src/sys/arch/i386/compile/GENERIC
 i386

>Description:
I have Fujitsu FMV-5100 NC/S (Very poor old notebook :)
The NetBSD-5.0 release installed this machine, testing.
Some problems were found, and fixed of a problem is sent.

# Other problems is are seen now.

>How-To-Repeat:
Kernel enable PnPBIOS scan, and enable ess* device.
But audio device not found.

>Fix:
--- ess_pnpbios.c.orig  2009-06-24 02:23:47.000000000 +0900
+++ ess_pnpbios.c       2009-06-24 00:10:39.000000000 +0900
@@ -75,6 +75,7 @@
            strcmp(aa->idstr, "CPQB0AC") && /* 1869 */
            strcmp(aa->idstr, "CPQB0AD") && /* 1869 */
            strcmp(aa->idstr, "CPQB0F1") && /* 1869 */
+           strcmp(aa->idstr, "ESS1878") && /* 1878 */
            strcmp(aa->idstr, "ESS1879"))   /* 1879 */
                return (0);


# It seems that the recognition of identity is integrated with isapnp and 
pnpbios...



Home | Main Index | Thread Index | Old Index