Source-Changes archive

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

CVS commit: [netbsd-5] src/sys/dev



Module Name:    src
Committed By:   snj
Date:           Mon Sep 28 00:24:52 UTC 2009

Modified Files:
        src/sys/dev/ata [netbsd-5]: satafis_subr.c satafisvar.h
        src/sys/dev/ic [netbsd-5]: siisata.c siisatareg.h

Log Message:
Pull up following revision(s) (requested by jakllsch in ticket #1023):
        sys/dev/ata/satafis_subr.c: revision 1.3
        sys/dev/ata/satafisvar.h: revision 1.2
        sys/dev/ic/siisata.c: revision 1.7
        sys/dev/ic/siisatareg.h: revision 1.4
Further corrections for siisata.
Reset ch_status and ch_error at the beginning of any operation.
The chip only writes the RDH FIS to the SRAM when the error bit is
set in a RDH FIS (per the datasheet).  Thus, satafis_sdb_parse() is
replaced with satafis_rhd_parse().  A valid FIS type field seems to
not be written to the SRAM, so don't bother checking it for the
correct magic.
Additionally, append 2009 to copyright year set, and remove
obsolete CVS Id lines from when this was in my repository.


To generate a diff of this commit:
cvs rdiff -u -r1.3.2.3 -r1.3.2.4 src/sys/dev/ata/satafis_subr.c
cvs rdiff -u -r1.2.2.2 -r1.2.2.3 src/sys/dev/ata/satafisvar.h
cvs rdiff -u -r1.2.4.4 -r1.2.4.5 src/sys/dev/ic/siisata.c
cvs rdiff -u -r1.2.4.1 -r1.2.4.2 src/sys/dev/ic/siisatareg.h

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