Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 01/03/2001 17:13:16
Module Name:	syssrc
Committed By:	bouyer
Date:		Wed Jan  3 15:13:15 UTC 2001

Modified Files:
	syssrc/sys/dev/pci: puc.c pucdata.c pucvar.h

Log Message:
Add a 'flag' member to struct puc_attach_args and struct port. For
PUC_PORT_TYPE_COM, use it to store the clock frequency (with 8 lower bits
to 0, used for real flags if needed).
Update all descriptions to set flags to 0 for LPT or COM_FREQ for COM.
Add support for the VScom PCI-800H 8 port serial adapter (which uses
a 14.7456 Mhz crystal instead of the standart 1.8432Mhz :)
XXX now that we can pass other frequency than COM_FREQ, the VScom PCI-800
entry could probably be updated to DTRT - does anyone have one ?


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 syssrc/sys/dev/pci/puc.c
cvs rdiff -r1.10 -r1.11 syssrc/sys/dev/pci/pucdata.c
cvs rdiff -r1.3 -r1.4 syssrc/sys/dev/pci/pucvar.h

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