Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Nov 2000 19:36:09 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/conf files src/sys/dev/ed if_ed.c if_ed_pccard.c
Message-ID:  <200011250336.TAA11123@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2000/11/24 19:36:09 PST

  Modified files:
    sys/conf             files 
    sys/dev/ed           if_ed.c if_ed_pccard.c 
  Log:
  Update the ed driver to probe and attach under a NEWCARD kernel (I was
  using a cardbus based system with pccbb providing the pcic interface).
  Something isn't quite right.. when the driver allocates and activates
  its resources, the IO space that was requested reads as all zeros (versus
  the original 0xff's as it normally is when there is no device responding).
  
  Also, deactivate the resources before releasing them.  OLDCARD doesn't
  seem to care but NEWCARD/CARDBUS get rather unhappy if you release
  a resource that hasn't been deactivated yet.
  
  Make pcic_p.c only compile with oldcard kernels.
  
  Revision  Changes    Path
  1.445     +3 -2      src/sys/conf/files
  1.190     +7 -1      src/sys/dev/ed/if_ed.c
  1.21      +30 -3     src/sys/dev/ed/if_ed_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?200011250336.TAA11123>