Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Sep 1999 22:04:38 +0200
From:      "D. Rock" <rock@dead-end.net>
To:        dmaddox@conterra.com
Cc:        current@FreeBSD.ORG
Subject:   Re: Loss of Functionality with newpnp
Message-ID:  <37EE7C56.5A784192@dead-end.net>
References:  <19990926034143.A510@dmaddox.conterra.com>

next in thread | previous in thread | raw e-mail | index | archive | help
"Donald J . Maddox" schrieb:
> Is the new PnP code really so smart that it has no use for user intervention
> ever?  My experience indicates that it is not.
> 
> It would be very nice if the architects of the new PnP code would add back
> this lost functionality.
My (Q&D) solution for this problem:

Get rid of
controller	pnp0
in your config-file.

Write down the Port/IRQ/DMA of all your PnP cards, then configure them
the
hard way (they normally don't change between reboots).

This was my solution to get my PnP ISDN card working again (i4b isn't
yet
converted to newPnP). As a side effect I also had to manually configure
my NE2000 compatible PnP card manually.

Before
---
controller	pnp0
device		ed0
device		isic0
--
ed0: <NE2000 Compatible> at port 0x220-0x23f irq 3 on isa0
ed0: address 00:40:05:38:7b:a4, type NE2000 (16 bit)
unknown3: <speed win SEDLBAUER AG> at port 0x108-0x10f irq 11 on isa0

After
---
device		ed0	at isa? port 0x220 irq 3
device		isic0	at isa? port 0x108 irq 11 flags 9
--
ed0 at port 0x220-0x23f irq 3 on isa0
ed0: address 00:40:05:38:7b:a4, type NE2000 (16 bit)
isic0 at port 0x108 irq 11 flags 0x9 on isa0
isic0: Sedlbauer WinSpeed
isic0: ISAC 2085 Version A1/A2 or 2086/2186 Version 1.1 (IOM-2)
(Addr=0x10a)
isic0: HSCX 82525 or 21525 Version 2.1 (AddrA=0x10b, AddrB=0x10d)

The ISDN card needed some additional tweaking, since it a PnP only card
and
isn't expected to run as a non-PnP card, but the sound driver should be
just
like the ed driver.


Daniel


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?37EE7C56.5A784192>