Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Aug 1997 07:05:40 -0700 (PDT)
From:      Michael Smith <msmith@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/dev/ppbus ppb_1284.c ppb_1284.h ppb_base.c nlpt.c nlpt.h ppbconf.c ppbconf.h ppi.c vpo.c vpo.h
Message-ID:  <199708161405.HAA24957@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
msmith      1997/08/16 07:05:40 PDT

  Modified files:
    sys/dev/ppbus        nlpt.c nlpt.h ppbconf.c ppbconf.h ppi.c 
                         vpo.c vpo.h 
  Added files:
    sys/dev/ppbus        ppb_1284.c ppb_1284.h ppb_base.c 
  Log:
  Sync with ppbus-970815 from the author :
   - interrupt-driven printing now works (nlpt)
   - Rearrangement of bus-related functions into ppb_base/ppbconf
   - Addition of ieee1284 interface functions, preliminary parallel-port
     PnP support
  
  Submitted by:	Nicolas Souchu <Nicolas.Souchu@prism.uvsq.fr>
  
  Revision  Changes    Path
  1.2       +74 -25    src/sys/dev/ppbus/nlpt.c
  1.2       +6 -1      src/sys/dev/ppbus/nlpt.h
  1.2       +230 -151  src/sys/dev/ppbus/ppbconf.c
  1.2       +34 -1     src/sys/dev/ppbus/ppbconf.h
  1.2       +73 -10    src/sys/dev/ppbus/ppi.c
  1.2       +68 -56    src/sys/dev/ppbus/vpo.c
  1.2       +2 -1      src/sys/dev/ppbus/vpo.h



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