From: NIIBE Y. <gn...@ch...> - 2000-05-29 01:34:45
|
Stuart Menefy wrote: > >> Just out of curiosity, what did sci_setsignals do? > > In the current version, nothing. The comment says that it is there to > handle modem control lines, but nothing has been implemented, so > commenting it out has no effect. I guess we will need something for > the future, but that is going to be another bit of board specific > code. What I thought was: (a) SCI doesn't have flow control feature with that (b) Someone may implement RTS/CTS using some port signal, for his board (c) In that case, he may want to implement it here. > Actually you've found me out, this was a bit of a hack to get things > going! My only defence is that I've started making more changes to > these files to add support for multiple SCI and SCIF ports, so I'll > keep it there for the moment until someone needs to do something real > with it. Please go ahead! Currently, SCI and SCIF is compile time option. At that time, I didn't understand SH7750 (or SH7709) has both of SCI and SCIF. It would be good if: (1) We use both of SCI and SCIF. (2) We can change which is primary on runtime. (command line option) Thought? -- |