cvs commit: src/share/man/man4 Makefile ubser.4 src/sys/dev/usb ubser.c ubser.h src/sys/conf NOTES files src/sys/modules Makefile src/sys/modules/ubser Makefile

Bernd Walter ticso at FreeBSD.org
Sun Feb 29 18:34:49 PST 2004


ticso       2004/02/29 18:34:49 PST

  FreeBSD src repository

  Modified files:
    share/man/man4       Makefile 
    sys/conf             files NOTES 
    sys/modules          Makefile 
  Added files:
    share/man/man4       ubser.4 
    sys/dev/usb          ubser.c ubser.h 
    sys/modules/ubser    Makefile 
  Log:
  add driver for BWCT console management serials
  
  Revision  Changes    Path
  1.256     +1 -0      src/share/man/man4/Makefile
  1.1       +55 -0     src/share/man/man4/ubser.4 (new)
  1.1202    +2 -0      src/sys/conf/NOTES
  1.870     +1 -0      src/sys/conf/files
  1.1       +1057 -0   src/sys/dev/usb/ubser.c (new)
  1.1       +41 -0     src/sys/dev/usb/ubser.h (new)
  1.369     +1 -0      src/sys/modules/Makefile
  1.1       +9 -0      src/sys/modules/ubser/Makefile (new)


More information about the cvs-all mailing list