Source-Changes archive

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

CVS commit: src/sys/dev/pci



Module Name:    src
Committed By:   xtraeme
Date:           Fri Feb 29 17:45:04 UTC 2008

Modified Files:
        src/sys/dev/pci: arcmsr.c arcmsrvar.h

Log Message:
If a disk has been disconnected in a volume set, mark it as offline
and put it on another bus and print "disk missing"... the OpenBSD driver
does that but I forgot to re-add it.

Also save some values provided by the firmware in the softc and use them
in the bio(4) ioctls, this speeds up considerably bioctl(8) and avoids
so many firmware commands every time we want the current status.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/sys/dev/pci/arcmsr.c
cvs rdiff -r1.9 -r1.10 src/sys/dev/pci/arcmsrvar.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