Mike Kupfer wrote: >> Since it's unclear if anyone else is working on these, I'll send my >> diffs along. > > Hey Rich, how much analysis did you do on the usage of the SCCS version > number for these different CRs? > > For example, I just spent some time looking at the RCM one (6560847). > It looks like the numbers are mostly just dumped out for human > consumption. But the code path is very convoluted, so I can't be sure. > For example, I found a daemon that appears to compare the info string > with other info strings (see cmd/dcs/sparc/sun4u/ri_init.c and its calls > to rcm_info_info()).
rcm was the tricky one, yes. As best as I could find, nothing consumed the version number, but it's possible that non-ON pieces may (nothing open appeared to, but I think the SSC stuff might use those bits?). It's one of the ones I was tempted to hand-expand the IDs, rather than remove them, but given the Sun China folks were listed to be doing this (though I don't know if that's still the case), the assumption was that they too would check, and they could see possible non-ON consumers and such. > And even if the number is just for human consumption, we may need to > talk to the Sun Service folks some more, to make sure they're not > somehow depending on the version number. > Yes, I'd considered that too. I'm fine with expanding them by hand for that, if they would/could be kept up-to-date. -- Rich