cvs commit: src/sys/dev/aac aac.c

Christian S.J. Peron csjp at FreeBSD.org
Sun Oct 30 16:12:20 PST 2005


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


More information about the cvs-src mailing list