The ncr(4) and sym(4) drivers both seem to cover the same chip sets. That begs the question of which driver should be used when. The sym(4) manpage at least mentions ncr(4) but never gives any reason why you'd want to use one over the other. The ncr(4) manpage doesn't even mention sym(4). Fix: From what I've been able to gleen from the history of these drivers, the sym(4) driver is more modern and general than ncr(4). If so, there should be a note to this effect on ncr(4). At the very least, ncr(4) should have a see also pointing to sym(4). It'd be nice if both pages contained complimentary rationalles for choosing one over the other. How-To-Repeat: man 4 ncr
State Changed From-To: open->analyzed xref added; rationale which edges on personal bias doesn't really belong in man pages, however.
Responsible Changed From-To: freebsd-doc->dd My MFC reminder.
State Changed From-To: analyzed->closed MFC'd