Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jan 2002 06:10:13 -0800 (PST)
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:  <200201141410.g0EEADq99505@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2002/01/14 06:10:13 PST

  Modified files:
    sys/pccard           pcic.c 
  Log:
  The datasheet for the 6710/6722 says that you must use one method to
  detect 3.3V cards for the 6710 and another method for the 6722.  This
  latter method is also how the 6729/6730 is supposed to detect 3.3V
  cards.  This method works great on my Fujitsu Stylistic 500.  Sadly,
  it appears that not all laptop makers are as detail oriented as the
  folks that made the Stylistic.  IBM Thinkpad 701C and AST Asentia 810N
  both hang hard when the 6729 method is used, but at least the thinkpad
  works when the 6710 method is used.  The failure mode appears to be any
  access to the memory that we've mapped the CIS in causes the machine to
  hang until you eject the card.  The Thinkpad, at least, works with this
  change, and it doesn't break my Stylistic.
  
  MFC after: 4 days
  
  Revision  Changes    Path
  1.171     +8 -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?200201141410.g0EEADq99505>