From owner-cvs-all Tue Oct 10 2:50:28 2000 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 7F5CE37B502; Tue, 10 Oct 2000 02:50:26 -0700 (PDT) Received: (from onoe@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA31378; Tue, 10 Oct 2000 02:50:26 -0700 (PDT) (envelope-from onoe@FreeBSD.org) Message-Id: <200010100950.CAA31378@freefall.freebsd.org> From: Atsushi Onoe Date: Tue, 10 Oct 2000 02:50:26 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/awi if_awi_pccard.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG onoe 2000/10/10 02:50:26 PDT Modified files: sys/dev/awi if_awi_pccard.c Log: awi needs to access memory with 8bit, but pccardd apparently maps memory with MDF_16BITS flag. So memory mapped access is disabled and use IO port instead for now. This fixes the problem for config index 0x01 in the pccard.conf with the message: "awi0: failed to complete selftest (timeout)" Revision Changes Path 1.4 +10 -1 src/sys/dev/awi/if_awi_pccard.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message