Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Mar 2010 23:23:57 +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:  <201003142324.o2ENOIWG019958@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2010-03-14 23:23:57 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/msk          if_msk.c 
  Log:
  SVN rev 205161 on 2010-03-14 23:23:57Z by yongari
  
  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
  MFC after:      1 week
  
  Revision  Changes    Path
  1.91      +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?201003142324.o2ENOIWG019958>