Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Oct 2004 16:56:08 +0000 (UTC)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/si si.c si.h sivar.h
Message-ID:  <200410021656.i92Gu8Ef013366@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410021656.i92Gu8Ef013366>