Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Mar 2010 17:36:56 +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:  <201003241737.o2OHbDxg065433@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2010-03-24 17:36:56 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/dev/msk          if_msk.c 
  Log:
  SVN rev 205617 on 2010-03-24 17:36:56Z 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.64.2.15  +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?201003241737.o2OHbDxg065433>