Subject: CVS commit: src/sys/dev
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 10/25/2006 17:33:02
Module Name: src
Committed By: bouyer
Date: Wed Oct 25 17:33:02 UTC 2006
Modified Files:
src/sys/dev/ata: ata.c
src/sys/dev/ic: wdc.c wdcvar.h
Log Message:
Add sata registers to struct wdc_regs. Add wdc_sataprobe(), a function
probing drives using the standard SATA registers; taken from various
PCI sata drivers. Export wdc_drvprobe() too.
To generate a diff of this commit:
cvs rdiff -r1.81 -r1.82 src/sys/dev/ata/ata.c
cvs rdiff -r1.238 -r1.239 src/sys/dev/ic/wdc.c
cvs rdiff -r1.86 -r1.87 src/sys/dev/ic/wdcvar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.