Date: Fri, 20 Dec 2002 07:12:04 -0800 (PST) From: Eric Moore <emoore@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/amr amr.c amr_disk.c amr_pci.c amrvar.h Message-ID: <200212201512.gBKFC42O096317@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
emoore 2002/12/20 07:12:04 PST
Modified files: (Branch: RELENG_4)
sys/dev/amr amr.c amr_disk.c amr_pci.c amrvar.h
Log:
(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.
Revision Changes Path
1.7.2.12 +73 -6 src/sys/dev/amr/amr.c
1.5.2.5 +3 -0 src/sys/dev/amr/amr_disk.c
1.1.2.9 +17 -2 src/sys/dev/amr/amr_pci.c
1.2.2.5 +2 -1 src/sys/dev/amr/amrvar.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212201512.gBKFC42O096317>
