Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: ITOH Yasufumi <itohy@netbsd.org>
List: source-changes
Date: 09/07/2006 12:46:47
Module Name: src
Committed By: itohy
Date: Thu Sep 7 12:46:47 UTC 2006
Modified Files:
src/sys/dev/ic: wdcvar.h
Log Message:
Add PIOBM (busmastering transfer using ATA PIO mode) support.
The PIOBM is used by only one driver (will be added later,
stay tuned) and intruduce an attribute "ata_piobm" so that
it will be conditionally compiled in.
The "ata_dma" (busmastering transfer using ATA DMA mode) and
"ata_udma" (busmastering transfer using ATA Ultra DMA mode)
attributes are also added for consistency, but unused for now.
To generate a diff of this commit:
cvs rdiff -r1.84 -r1.85 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.