Subject: CVS commit: [netbsd-3] src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Geert Hendrickx <ghen@netbsd.org>
List: source-changes
Date: 08/15/2006 10:58:22
Module Name:	src
Committed By:	ghen
Date:		Tue Aug 15 10:58:22 UTC 2006

Modified Files:
	src/sys/dev/pci [netbsd-3]: pcidevs pdcsata.c

Log Message:
Pull up following revision(s) (requested by xtraeme in ticket #1466):
	sys/dev/pci/pcidevs: revision 1.798, 1.819
	sys/dev/pci/pdcsata.c: revision 1.8, 1.10
Add support for PDC20775 and PDC40518.

Add the Promise PDC20771, present on the Promise FastTrak TX2300
Add support for the Promise PDC20771, present on the Promise FastTrak TX2300.
This support is not based on a datasheet, because a datasheet is not readily
available for this chip.  However, Promise have partially open sourced their
driver for Linux, and all suggestions are that the PDC20771 is pretty similar
to other recent SATA chips.
The TX2300 has two ports, but there is unoccupied space on the board for a
third PATA port.  It isn't entirely obvious how many channels the PDC20771 can
support.
The pdc205xx_drv_probe probe is necessary to avoid probing two wd* devices for
every physical device.


To generate a diff of this commit:
cvs rdiff -r1.701.2.36 -r1.701.2.37 src/sys/dev/pci/pcidevs
cvs rdiff -r1.3.2.3 -r1.3.2.4 src/sys/dev/pci/pdcsata.c

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