Source-Changes archive

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

CVS commit: src/sys/dev/ic



Module Name:    src
Committed By:   jmcneill
Date:           Sun Oct 29 14:06:08 UTC 2017

Modified Files:
        src/sys/dev/ic: com.c comreg.h comvar.h ns16550reg.h

Log Message:
Make all of the COM_xxx type options runtime selectable. Kernel configs
with the existing options (COM_16650, COM_16750, COM_AWIN, COM_HAYESP, and
COM_PXA2X0) will select the correct type in com_attach_subr. New code
should specify the com type by passing COM_TYPE_xxx to comcnattach and/or
setting sc_type.


To generate a diff of this commit:
cvs rdiff -u -r1.343 -r1.344 src/sys/dev/ic/com.c
cvs rdiff -u -r1.25 -r1.26 src/sys/dev/ic/comreg.h
cvs rdiff -u -r1.83 -r1.84 src/sys/dev/ic/comvar.h
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/ic/ns16550reg.h

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