Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Oct 2000 02:50:26 -0700 (PDT)
From:      Atsushi Onoe <onoe@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/awi if_awi_pccard.c
Message-ID:  <200010100950.CAA31378@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




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