From owner-cvs-all Sat Nov 10 22:58:46 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8809737B421; Sat, 10 Nov 2001 22:58:43 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAB6wh031106; Sat, 10 Nov 2001 22:58:43 -0800 (PST) (envelope-from imp) Message-Id: <200111110658.fAB6wh031106@freefall.freebsd.org> From: Warner Losh Date: Sat, 10 Nov 2001 22:58:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pccard.c pcic.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/11/10 22:58:43 PST Modified files: sys/pccard pccard.c pcic.c Log: Introduce the concept of "default" voltage. Have pccard layer use this value (-1) in lue of 50 (which assumes a 5.0V card). The rest of the pccard system doesn't detect the proper voltage for the card, so we have to do it on powerup. Many (all?) 3.3V cards can tolerate 5.0V for reading the CIS, but may fail to operate properly when so powered. Idea from: Chiharu Shibata-san in bsd-nomads:15867 Revision Changes Path 1.141 +1 -1 src/sys/pccard/pccard.c 1.170 +82 -55 src/sys/pccard/pcic.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message