Date: Wed, 24 Mar 2010 17:38:08 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/msk if_msk.c Message-ID: <201003241738.o2OHcJl9065516@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2010-03-24 17:38:08 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/msk if_msk.c Log: SVN rev 205618 on 2010-03-24 17:38:08Z by yongari MFC r205161: It seems PCI_OUR_REG_[1-5] registers are not mapped on PCI configuration space on Yukon Ultra(88E8056) such that accesses to these registers were NOPs which in turn make msk(4) instable on this controller. Use indirect access method to access PCI_OUR_REG_[1-5] registers. This should fix a long standing instability bug which prevented msk(4) working on Yukon Ultra. Special thanks to koitsu who gave me remote access to his system. PR: kern/114631, kern/116853 Revision Changes Path 1.18.2.39 +10 -10 src/sys/dev/msk/if_msk.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003241738.o2OHcJl9065516>