From owner-freebsd-commit Fri Jan 5 23:49:56 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA02866 for freebsd-commit-outgoing; Fri, 5 Jan 1996 23:49:56 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA02854 for cvs-all-outgoing; Fri, 5 Jan 1996 23:49:49 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA02844 for cvs-sys-outgoing; Fri, 5 Jan 1996 23:49:47 -0800 (PST) Received: (from nate@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA02837 Fri, 5 Jan 1996 23:49:45 -0800 (PST) Date: Fri, 5 Jan 1996 23:49:45 -0800 (PST) From: Nate Williams Message-Id: <199601060749.XAA02837@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/pccard i82365.h pcic.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk nate 96/01/05 23:49:44 Modified: sys/pccard i82365.h pcic.c Log: Don't rely on the card 'automatically' powering up when we probe it. On some laptops, this doesn't work (ie; IBM 75x series), so force it to power on. With this modification, I am able to read the tuples off 4 different PCMCIA cards on my ThinkPad. Reviewed by: phk@FreeBSD.org Obtained from: if_zp.c Revision Changes Path 1.3 +1 -0 src/sys/pccard/i82365.h 1.14 +2 -2 src/sys/pccard/pcic.c