K 10 svn:author V 6 emoore K 8 svn:date V 27 2002-12-20T15:12:04.000000Z K 7 svn:log V 761 (1) Problem: PANIC when loading/unloading driver as module. This also fix's issue kern/45713. Fix - polling was implemented incorrectly for adapter enquiry and adapter flush. (2) Problem: PANIC when unloading driver as module. Fix - device nodes are not destroyed for amr0, and amrd* when driver is unloaded (3) Problem: PANIC from loading driver when 3ware adapter present, error message "Warning "amrd is usurping twed's bmaj" Fix - put #idef freebsd version < 500000 for bmaj -1 -> amrd_cdevsw (4) Problem: warnings in driver when compiling with DAMR_DEBUG param enabled in Makefile Fix - fix the warnings so driver can compile w/o warnings. (5) Problem: Hang while bootup on Perc2/SC. Fix: Error handling wasn't implemented properly for quartz controllers. END