cvs commit: src/sys/dev/usb ubser.c

Poul-Henning Kamp phk at FreeBSD.org
Tue Oct 12 02:18:37 PDT 2004


phk         2004-10-12 09:18:37 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/usb          ubser.c 
  Log:
  Use generic tty code instead of local copies.
  
  New devicename is ttyy{unit}{port}
  
  No callout devices created as there is no modemcontrol on these ports.
  
  Add data structure to represent each port to avoid excessive array use.
  
  Revision  Changes    Path
  1.14      +98 -269   src/sys/dev/usb/ubser.c


More information about the cvs-all mailing list