Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 12/19/2003 19:09:20
Module Name:	src
Committed By:	thorpej
Date:		Fri Dec 19 19:09:20 UTC 2003

Modified Files:
	src/sys/dev/pci: pciide_common.c pciidevar.h

Log Message:
Some controllers must have certain bits always be set in the IDEDMA_CMD
register for proper operation.  Add a prototype field in the pciide_channel
for this register and use it as necessary when writing the IDEDMA_CMD
register.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/dev/pci/pciide_common.c
cvs rdiff -r1.17 -r1.18 src/sys/dev/pci/pciidevar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.