Date: Thu, 13 Jan 2000 21:03:25 -0800 (PST) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa ppc.c Message-ID: <200001140503.VAA67575@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001140503.VAA67575>