Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-4] src/sys/dev/pci



Module Name:    src
Committed By:   ghen
Date:           Tue Aug 15 09:58:56 UTC 2006

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

Log Message:
Pull up following revision(s) (requested by xtraeme in ticket #28):
        sys/dev/pci/pcidevs: revision 1.819
        sys/dev/pci/pcidevs.h: revision 1.819
        sys/dev/pci/pcidevs_data.h: revision 1.818 (via patch)
        sys/dev/pci/pdcsata.c: revision 1.10
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.815.2.1 -r1.815.2.2 src/sys/dev/pci/pcidevs \
    src/sys/dev/pci/pcidevs.h
cvs rdiff -r1.814.2.1 -r1.814.2.2 src/sys/dev/pci/pcidevs_data.h
cvs rdiff -r1.9 -r1.9.2.1 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.




Home | Main Index | Thread Index | Old Index