Subject: Re: plug and play modem and sound card setup
To: port-i386@NetBSD.ORG, Fujie Zhang <fzhang@NMSU.Edu>
From: Matthias Drochner <drochner@zelux6.zel.kfa-juelich.de>
List: port-i386
Date: 07/27/1998 11:51:29
Excerpts from netbsd: 26-Jul-98 plug and play modem and sou.. Fujie
Zhang@NMSU.Edu (679*)

> isapnp0: <OPL3-SA2 Sound Board, YMH0021, , > port
> 0x220/16,0x530/8,0x388/4,0x330/2,0x370/2 irq 5 drq 0,1 not configured
> isapnp0: <OPL3-SA2 Sound Board, YMH0022, PNPB02F, > port 0x201/1 not
> configured

Support for the Yamaha chips is only in -current.
("ym* at isapnp?")
The second seems to be the joystick port
("joy* at isapnp?").

> isapnp0: <Boca Research 56,000 k56 Modem, BRIB400, , > port 0x3f8/8 irq
> 4 not configured

"com* at isapnp?", if it is "just a plain modem".
This could work if you add the "BRIB400" ID to
dev/isapnp/com_isapnp.c (<= 1.3.2) or
dev/isapnp/isapnpdevs (-current, don't forget to
  rebuild the tables by "make -f Makefile.isapnpdevs".
Please report whether it works, so this ID can be included
into the standard sources.

best regards
Matthias