K 10 svn:author V 6 emaste K 8 svn:date V 27 2008-03-31T14:32:06.000000Z K 7 svn:log V 794 MFC - diff reduction w/ HEAD aac.c 1.131: Diff reduction to Adaptec driver build 15317 (refactoring and code shuffling): - Resource allocation in aac_alloc (moved from from aac_init) - Interrupt setup in aac_setup_intr (from aac_attach) - Container probing in aac_get_container_info (from aac_startup and aac_handle_aif) - Firmware status check moved to aac_check_firmware from aac_init aac.c 1.132, aac_cam.c 1.31, aad_debug.c 1.24, aac_disk.c 1.44, aac_pci.c 1.67, aacvar.h 1.50: Diff reduction to Adaptec's driver (around build 15317): catch up with a change in debugging routines. The fwprintf macro in the AAC_DEBUG case (mapping to printf) isn't from the Adaptec driver. aac.c 1.135: Add \n to the end of a printf string and remove it from panic strings. END