Module Name: src Committed By: manu Date: Mon May 2 14:23:25 UTC 2011
Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h pucdata.c Log Message: Add support for new SUNIX PCI seriel and/or parallel adapters, with new SUNIX vendor Id 0x1fd4 and product Id 0x1999. Constants were taken from Linux open source driver distributed by SUNIX. The following models should be supported now: 5008 1 parallel port 5016 16 serial ports, only 8 supported right now (PUC_MAX_PORTS limit) 5027 1 serial port 5037 2 serial ports 5056 4 serial ports 5066 8 serial ports, this model is the only one that was actually tested. 5069 1 serial port and 1 parallel port 5079 2 serial ports and 1 parallel port 5099 4 serial ports and 1 parallel port To generate a diff of this commit: cvs rdiff -u -r1.1068 -r1.1069 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1067 -r1.1068 src/sys/dev/pci/pcidevs_data.h cvs rdiff -u -r1.72 -r1.73 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.