Subject: CVS commit: sharesrc
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 08/03/2000 20:15:44
Module Name:	sharesrc
Committed By:	bouyer
Date:		Thu Aug  3 17:15:43 UTC 2000

Modified Files:
	sharesrc/share/man/man4 [netbsd-1-5]: pciide.4
	syssrc/sys/dev/pci [netbsd-1-5]: files.pci pciide.c pciide_cmd_reg.h

Log Message:
Pull up (approved by thorpej):
sys/dev/pci/pciide.c 1.82 -> 1.84
sys/dev/pci/pciide_cmd_reg.h 1.8 -> 1.9
sys/dev/pci/files.pci 1.100 -> 1.101
share/man/man4/pciide.4 1.23 -> 1.24

Add support for the CMD PCI646U. Linux claims that this driver is brocken
with UDMA, so enable Ultra-DMA only if "options PCIIDE_CMD0646U_ENABLEUDMA"
is set.
defopt PCIIDE_CMD0646U_ENABLEUDMA, PCIIDE_AMD756_ENABLEDMA,
       PCIIDE_CMD064x_DISABLE
Fix a typo pointed out by John Hawkinson
Update documentation.


To generate a diff of this commit:
cvs rdiff -r1.19.2.4 -r1.19.2.5 sharesrc/share/man/man4/pciide.4
cvs rdiff -r1.96.2.4 -r1.96.2.5 syssrc/sys/dev/pci/files.pci
cvs rdiff -r1.68.2.10 -r1.68.2.11 syssrc/sys/dev/pci/pciide.c
cvs rdiff -r1.6.4.2 -r1.6.4.3 syssrc/sys/dev/pci/pciide_cmd_reg.h

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