Subject: kern/22081: Unrecognised ISAPNP device
To: None <gnats-bugs@gnats.netbsd.org>
From: None <mayukh@earthlink.net>
List: netbsd-bugs
Date: 07/07/2003 04:10:10
>Number:         22081
>Category:       kern
>Synopsis:       Unrecognised ISAPNP device
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kern-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Jul 07 04:11:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mayukh Bose
>Release:        1.6-current
>Organization:
Private Individual
>Environment:
NetBSD jimihendrix 1.6U NetBSD 1.6U (GENERIC) #1: Wed Jun 25 23:22:21 PDT 2003 mb@jimihendrix:/usr/src/sys/arch/i386/compile/GENERIC i386
>Description:
CMI8330/C3D Audio adapter was not being recognized properly. I have a really old cheap box that has this.
>How-To-Repeat:

dmesg | grep "not configured"

Output of the above command:
isapnp0: <CMI8330/C3D Audio Adapter, @@@0001, , > port 0x530/8,0x388/8 irq 11 drq 0 not configured
isapnp0: <CMI8330/C3D Audio Adapter, @H@0001, , > port 0x330/2 irq 9 not configured
isapnp0: <CMI8330/C3D Audio Adapter, @P@0001, , > port 0x200/8 not configured
>Fix:
1. Added the following 3 lines to /sys/dev/isapnp/isapnpdevs

devlogic	sb	@@@0001		0	CMI8330/C3D Audio Adapter
devlogic	sb	@H@0001		0	CMI8330/C3D Audio Adapter
devlogic	sb	@P@0001		0	CMI8330/C3D Audio Adapter

2. Regenerated isapnpdevs.{c,h}using: 'make -f Makefile.isapnpdevs'

3. Rebuilt the kernel
>Release-Note:
>Audit-Trail:
>Unformatted: