NetBSD-Bugs archive

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

PR/39511 CVS commit: src



The following reply was made to PR kern/39511; it has been noted by GNATS.

From: Matthias Scheler <tron%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/39511 CVS commit: src
Date: Thu, 11 Sep 2008 11:08:50 +0000 (UTC)

 Module Name:   src
 Committed By:  tron
 Date:          Thu Sep 11 11:08:50 UTC 2008
 
 Modified Files:
        src/share/man/man4: ataraid.4
        src/sys/dev/ata: ata_raid.c ata_raidreg.h ata_raidvar.h files.ata
 Added Files:
        src/sys/dev/ata: ata_raid_intel.c
 
 Log Message:
 Add support for Intel MatrixRAID to ataraid(4). It is currently limited
 to one volume.
 
 The driver was provided by Juan RP in PR kern/39511.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.10 -r1.11 src/share/man/man4/ataraid.4
 cvs rdiff -r1.31 -r1.32 src/sys/dev/ata/ata_raid.c
 cvs rdiff -r0 -r1.1 src/sys/dev/ata/ata_raid_intel.c
 cvs rdiff -r1.7 -r1.8 src/sys/dev/ata/ata_raidreg.h \
     src/sys/dev/ata/ata_raidvar.h
 cvs rdiff -r1.18 -r1.19 src/sys/dev/ata/files.ata
 
 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