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:17:28 UTC 2009

Modified Files:
        src/sys/dev/ic [netbsd-5]: siisata.c siisatareg.h siisatavar.h
        src/sys/dev/pci [netbsd-5]: files.pci siisata_pci.c

Log Message:
Pull up following revision(s) (requested by jakllsch in ticket #1023):
        sys/dev/ic/siisata.c: revision 1.3
        sys/dev/ic/siisatareg.h: revision 1.3
        sys/dev/ic/siisatavar.h: revision 1.3
        sys/dev/pci/files.pci: revision 1.315
        sys/dev/pci/siisata_pci.c: revision 1.3
A few changes for siisata(4):
 - Support detachment.  From KIYOHARA Takashi.
 - Add PCI detachment functionality (albeit not very interesting when
   the bus can not yet be rescanned).
 - Rework interrupt handlers to reduce near-duplicate code.
   Borrowed from ahcisata(4).
 - Attempt to make polled I/O work. Untested.
 - Fix formatting of some messages.
 - For always-polled commands, disable interrupt
   at slot level rather than port level.
 - Instead of busy-waiting indefinitely for completion of some commands
   move on after 31 seconds. Use cv_timedwait(9) instead of DELAY(9).
 - Use abstracted SATA FIS code.
 - Enable use of disks that don't respond with the standard signature.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.2.4.1 src/sys/dev/ic/siisata.c \
    src/sys/dev/ic/siisatareg.h src/sys/dev/ic/siisatavar.h
cvs rdiff -u -r1.308.2.3 -r1.308.2.4 src/sys/dev/pci/files.pci
cvs rdiff -u -r1.1.14.1 -r1.1.14.2 src/sys/dev/pci/siisata_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