Source-Changes archive

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

CVS commit: src/sys/dev/ic



Module Name:    src
Committed By:   mhitch
Date:           Sun May 25 20:08:34 UTC 2008

Modified Files:
        src/sys/dev/ic: ciss.c cissreg.h cissvar.h

Log Message:
Add bio(4) support, heavily from OpenBSD.  The driver doesn't know which
physical drives belong to which logical drive, so all the physical drives
will show up for logical drive 0, and also appear for logical drives that
are rebuilding so that the rebuild state will show the physical drive
being rebuilt.  Locking for the scratch buffer is currently missing - system
quickly quits responding when I try to lock the buffer with 
mutex_{enter,exit}().


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sys/dev/ic/ciss.c
cvs rdiff -r1.1 -r1.2 src/sys/dev/ic/cissreg.h
cvs rdiff -r1.2 -r1.3 src/sys/dev/ic/cissvar.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