Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Oct 2005 00:12:19 +0000 (UTC)
From:      "Christian S.J. Peron" <csjp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/aac aac.c
Message-ID:  <200510310012.j9V0CJJY083665@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
csjp        2005-10-31 00:12:19 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/aac          aac.c 
  Log:
  Pickup I/O lock in aac_get_bus_info, as this code will call
  aac_alloc_sync_fib(). aac_alloc_sync_fib() will assert that the I/O locks
  are held. This fixes a panic on system boot up  when the aac(4) device's
  bus_generic_attach() routine is called.
  
  Reviewed by:    scottl
  
  Revision  Changes    Path
  1.115     +6 -0      src/sys/dev/aac/aac.c



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