Date: Fri, 25 Sep 2009 14:58:30 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/pci pci.c Message-ID: <200909251458.n8PEwlKb028871@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2009-09-25 14:58:30 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/pci pci.c Log: SVN rev 197483 on 2009-09-25 14:58:30Z by jhb MFC 197406: Don't reread the command register to see if enabling I/O or memory decoding "took". Other OS's that I checked do not do this and it breaks some amdpm(4) devices. Prior to 7.2 we did not honor the error returned when this failed anyway, so this in effect restores previous behavior. Revision Changes Path 1.355.2.13 +1 -25 src/sys/dev/pci/pci.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909251458.n8PEwlKb028871>