Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 May 2001 09:50:34 -0700 (PDT)
From:      Warner Losh <imp@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/pccard pcic.c
Message-ID:  <200105071650.f47GoYn45732@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2001/05/07 09:50:34 PDT

  Modified files:
    sys/pccard           pcic.c 
  Log:
  Disable the card after sending the removed event up to the pccard
  layer.  This fixes an ordering problem that would cause the ISR for
  the device to run with now power applied to the device.  Most cards
  failed to deal with this gracefully, and thus would hang on card
  eject.
  
  The power down event, for those keeping score, is what causes the
  interrupt for the card.
  
  Many folks in the Japanese nomads list have reported this, so I'll be
  MFCing quickly for their benefit.
  
  Submitted by: Masayuki FUKUI
  MFC after: 2 days
  
  Revision  Changes    Path
  1.110     +2 -2      src/sys/pccard/pcic.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105071650.f47GoYn45732>