Date: Tue, 15 Apr 2003 12:38:18 -0700 (PDT) From: Warner Losh <imp@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: <200304151938.h3FJcIvk030557@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2003/04/15 12:38:18 PDT FreeBSD src repository Modified files: sys/dev/pci pci.c Log: When the driver allocates memory or I/O ports, enable that bit in the command config register. At the present, this represents a nop because these bits should have been set earlier in the process. In the future, we'll only set these bits when the driver requests the resource, not when the bus code detects the resource. Reviewed by: mdodd Revision Changes Path 1.213 +26 -14 src/sys/dev/pci/pci.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304151938.h3FJcIvk030557>