Subject: CVS commit: src/sys/dev
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 08/12/2004 21:10:18
Module Name: src
Committed By: thorpej
Date: Thu Aug 12 21:10:18 UTC 2004
Modified Files:
src/sys/dev/ata: ata.c atavar.h
src/sys/dev/ic: wdc.c wdcvar.h
src/sys/dev/scsipi: atapi_wdc.c
Log Message:
Move wdc_probe_caps() to ata.c and rename it ata_probe_caps().
To generate a diff of this commit:
cvs rdiff -r1.39 -r1.40 src/sys/dev/ata/ata.c
cvs rdiff -r1.52 -r1.53 src/sys/dev/ata/atavar.h
cvs rdiff -r1.196 -r1.197 src/sys/dev/ic/wdc.c
cvs rdiff -r1.67 -r1.68 src/sys/dev/ic/wdcvar.h
cvs rdiff -r1.79 -r1.80 src/sys/dev/scsipi/atapi_wdc.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.