Date: Fri, 23 Mar 2007 17:15:07 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/exca exca.c Message-ID: <200703231715.l2NHF7vD020819@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb         2007-03-23 17:15:07 UTC
  FreeBSD src repository
  Modified files:
    sys/dev/exca         exca.c 
  Log:
  - Fix exca_(io|mem)_map() to return proper errno values.
  - Change exca_activate_resource() to call BUS_ACTIVATE_RESOURCE() before
    calling exca_(io|mem)_map() since the latter use rman_get_bus(tag|handle)
    and the recent changes to nexus(4) mean that you need to activate a
    resource before reading the bus tag and handle.  This was true before,
    but now the nexus(4) drivers on x86 and ia64 are more forceful about it.
  
  Reviewed by:    imp
  
  Revision  Changes    Path
  1.28      +21 -20    src/sys/dev/exca/exca.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703231715.l2NHF7vD020819>
