cvs commit: src/sys/dev/si si.c si.h sivar.h

Poul-Henning Kamp phk at FreeBSD.org
Sat Oct 2 09:56:09 PDT 2004


phk         2004-10-02 16:56:08 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/si           si.c si.h sivar.h 
  Log:
  Use generic device/tty adaptation code.
  
  New device names are "{tty|cua}A$(card)$(port)[.init|.lock]"
  
  Put a portname in the port structure if SI_DEBUG is defined to avoid
  need to inspect minor number to construct name..
  
  Constify some strings.
  
  Remove duplicated DBG_ #defines.
  
  Revision  Changes    Path
  1.134     +73 -559   src/sys/dev/si/si.c
  1.19      +7 -89     src/sys/dev/si/si.h
  1.2       +4 -1      src/sys/dev/si/sivar.h


More information about the cvs-src mailing list