Date: Tue, 15 Jan 2008 21:40:47 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pci pci_user.c Message-ID: <200801152140.m0FLemWu047390@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2008-01-15 21:40:47 UTC FreeBSD src repository Modified files: sys/dev/pci pci_user.c Log: Don't cache the new-bus name of a PCI device in the PCI conf structure, but reread it from the device_t every time the device list is fetched. Previously the device name in pciconf -l would not be updated when a driver was unloaded or if a device was detached and attached to a different driver. MFC after: 1 week PR: kern/104777 Submitted by: "Iasen Kostoff" tbyte | otel net Revision Changes Path 1.26 +4 -1 src/sys/dev/pci/pci_user.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801152140.m0FLemWu047390>