From owner-freebsd-current Sat Sep 4 2:20: 8 1999 Delivered-To: freebsd-current@freebsd.org Received: from herring.nlsystems.com (nlsys.demon.co.uk [158.152.125.33]) by hub.freebsd.org (Postfix) with ESMTP id C646A14EF1 for ; Sat, 4 Sep 1999 02:20:05 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from salmon.nlsystems.com (salmon.nlsystems.com [10.0.0.3]) by herring.nlsystems.com (8.9.3/8.8.8) with ESMTP id KAA82783; Sat, 4 Sep 1999 10:21:51 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Sat, 4 Sep 1999 10:21:51 +0100 (BST) From: Doug Rabson To: Steve Price Cc: freebsd-current@freebsd.org Subject: Re: PNP ids missing in sio.c In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 3 Sep 1999, Steve Price wrote: > Can anyone think of a good reason why I can't migrate the > old PNP ids to the new sio.c? I just rebooted my box with > a fresh kernel and much to my shagrin (sp?) my USR PNP > modem didn't work anymore. The following patch got it > working again. The reason I didn't move the old ids wholesale is that the old system matched against the vendor id (which is bogus for multifunction cards). The new system matches with the logical device id which is often different from the vendor id. Some simple single function cards use the same id for both (as yours does) but I can't tell this without seeing the pnpinfo output. > > Now that we can't use the pnp command from 'boot -c', what > has (if anything) replaced it? I seem to be remember this > being discussed recently but I'll be darned if I can find > it in the mailing list archives. The pnp command should no longer be needed (crossed fingers) since the new code automatically detects devices and assigns resources to them. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message