Module Name: src Committed By: dyoung Date: Tue Aug 9 21:04:06 UTC 2011
Modified Files: src/share/man/man4: puc.4 src/sys/dev/pci: pucdata.c Log Message: Add support for the Oxford Semiconductor OXPCIe952, a 2-port serial chip with a PCI Express interface, in legacy mode. Cursorily tested with a StarTech PEX2S952LP. See the manual for your adapter to see how to put it into legacy mode. There is also a "native" mode that uses a different clock multiplier and (I think) provides a richer feature set, but also requires a bit of additional initialization (see FreeBSD's puc(4)). The native-mode PCI functions use different PCI Device IDs than the legacy-mode functions. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/share/man/man4/puc.4 cvs rdiff -u -r1.75 -r1.76 src/sys/dev/pci/pucdata.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.