Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc



Module Name:    syssrc
Committed By:   dante
Date:           Fri May 26 15:13:46 UTC 2000

Modified Files:
        syssrc/sys/dev/ic: adw.c adw.h adwlib.c adwlib.h adwmcode.c adwmcode.h
        syssrc/sys/dev/pci: adw_pci.c

Log Message:
Fix a bug introduced in last commit which caused a painc due to
    re-enqueueing an already free ccb.
Prepare the background to have a unique initialization function for
    all of the supported host adapters.
Rename a lot of #define in a more sane way.
Move Carriers initialization and defines in adwmcode.{c,h}
Don't lose Carrier nodes in case of a BUS/Chip reset explicitly invoked
    after a DMA failure.

XXX - DMA failure still arise when AdvanSys U[2]W host adapters are used
      in conjunction with Intel 82443BX Host Bridge/Controller (rev. 0x03).
      !?!Have to understand why!?!


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 syssrc/sys/dev/ic/adw.c
cvs rdiff -r1.8 -r1.9 syssrc/sys/dev/ic/adw.h
cvs rdiff -r1.15 -r1.16 syssrc/sys/dev/ic/adwlib.c
cvs rdiff -r1.11 -r1.12 syssrc/sys/dev/ic/adwlib.h
cvs rdiff -r1.3 -r1.4 syssrc/sys/dev/ic/adwmcode.c \
    syssrc/sys/dev/ic/adwmcode.h
cvs rdiff -r1.6 -r1.7 syssrc/sys/dev/pci/adw_pci.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index