Date: Wed, 16 May 2007 23:42:05 +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.c Message-ID: <200705162342.l4GNg5GO087219@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2007-05-16 23:42:05 UTC FreeBSD src repository Modified files: sys/dev/pci pci.c Log: Don't completely skip pci_cfg_save() in the PCI nomatch routine if the power_nodriver tunable is off. pci_cfg_save() already checks the tunable internally, and no other callers of pci_cfg_save() check the tunable. Reviewed by: imp Revision Changes Path 1.353 +1 -3 src/sys/dev/pci/pci.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705162342.l4GNg5GO087219>