From owner-cvs-all Thu Jan 13 21: 3:28 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AEB2214DCB; Thu, 13 Jan 2000 21:03:25 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA67575; Thu, 13 Jan 2000 21:03:25 -0800 (PST) (envelope-from peter@FreeBSD.org) Message-Id: <200001140503.VAA67575@freefall.freebsd.org> From: Peter Wemm Date: Thu, 13 Jan 2000 21:03:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa ppc.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 2000/01/13 21:03:25 PST Modified files: sys/i386/isa ppc.c Log: Don't do device_set_desc() until after checking for PnP probes. Otherwise things like sound cards can get called "Parallel port". A note to the unwary; the isa-pnp devices in the system are probed like PCI - each device ID is passed to *all* isa probe routines to find the best match. If the driver is not prepared to deal with this, it must abort in this scenario or it will try and claim all PnP devices. Revision Changes Path 1.24 +5 -4 src/sys/i386/isa/ppc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message