Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Dec 2002 12:59:46 -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_cam.c amr_disk.c amr_pci.c amrvar.h
Message-ID:  <200212112059.gBBKxkFe089928@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
emoore      2002/12/11 12:59:46 PST

  Modified files:
    sys/dev/amr          amr.c amr_cam.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
  when -Werror is present in Makefile.
  
  Approved by: jhb
  MFC: 7 days
  
  Revision  Changes    Path
  1.36      +72 -7     src/sys/dev/amr/amr.c
  1.5       +1 -1      src/sys/dev/amr/amr_cam.c
  1.21      +3 -0      src/sys/dev/amr/amr_disk.c
  1.14      +17 -2     src/sys/dev/amr/amr_pci.c
  1.14      +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?200212112059.gBBKxkFe089928>