From owner-freebsd-current Sun Sep 26 13: 3: 9 1999 Delivered-To: freebsd-current@freebsd.org Received: from dead-end.net (dead-end.net [216.15.131.2]) by hub.freebsd.org (Postfix) with ESMTP id 8A23114C48 for ; Sun, 26 Sep 1999 13:03:07 -0700 (PDT) (envelope-from rock@dead-end.net) Received: from server.rock.net (p3E9E0EAF.dip.t-dialin.net [62.158.14.175]) by dead-end.net (8.9.3/DEAD-END/1999022000) with ESMTP id WAA07326; Sun, 26 Sep 1999 22:03:05 +0200 (CEST) (envelope-from rock@dead-end.net) Received: from dead-end.net (doom.rock.net [172.23.7.254]) by server.rock.net (8.9.3/8.9.3/ROCK/1999053100) with ESMTP id WAA00414; Sun, 26 Sep 1999 22:05:50 +0200 (CEST) (envelope-from rock@dead-end.net) Message-ID: <37EE7C56.5A784192@dead-end.net> Date: Sun, 26 Sep 1999 22:04:38 +0200 From: "D. Rock" X-Mailer: Mozilla 4.6 [de] (Win98; U) X-Accept-Language: de MIME-Version: 1.0 To: dmaddox@conterra.com Cc: current@FreeBSD.ORG Subject: Re: Loss of Functionality with newpnp References: <19990926034143.A510@dmaddox.conterra.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "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: at port 0x220-0x23f irq 3 on isa0 ed0: address 00:40:05:38:7b:a4, type NE2000 (16 bit) unknown3: 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