Date: Fri, 25 Sep 2009 14:58:00 +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.n8PEwBNO028822@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2009-09-25 14:58:00 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/pci pci.c Log: SVN rev 197482 on 2009-09-25 14:58:00Z 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. Approved by: re (kib) Revision Changes Path 1.386.2.2 +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.n8PEwBNO028822>