Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jun 2000 07:59:05 -0700 (PDT)
From:      Mitsuru IWASAKI <iwasaki@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/pccard/pccardc printcis.c src/usr.sbin/pccard/pccardd cardd.c cardd.h file.c pccard.conf.5 readcis.c readcis.h util.c
Message-ID:  <200006051459.HAA36962@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
iwasaki     2000/06/05 07:59:05 PDT

  Modified files:        (Branch: RELENG_4)
    usr.sbin/pccard/pccardc printcis.c 
    usr.sbin/pccard/pccardd cardd.c cardd.h file.c pccard.conf.5 
                            readcis.c readcis.h util.c 
  Log:
  MFC: recent pccardc/pccardd changes.
   - Improvement of of pccard cis tuple parsing capability.
   - Add support multi io window.
   - Add ioctl() in read_ether() so that pccardd ensure reading its ether
     address from the attribute memory area.
   - Add CIS string comparison function with regex(3) matching feature.
   - Add atching additional information strings followed by version string.
  
  	pccardc/printcis.c	1.11 -> 1.12
  	pccardd/cardd.c		1.47 -> 1.52
  	pccardd/cardd.h		1.21 -> 1.23
  	pccardd/file.c		1.28 -> 1.29
  	pccardd/pccard.conf.5	1.14 -> 1.15
  	pccardd/readcis.c	1.18 -> 1.19
  	pccardd/readcis.h	1.12 -> 1.13
  	pccardd/util.c		1.13 -> 1.14
  
  Reviewed by:	imp
  Approved by:	imp, jkh
  Obtained from:	PAO
  
  Revision  Changes    Path
  1.11.2.1  +800 -402  src/usr.sbin/pccard/pccardc/printcis.c
  1.46.2.3  +157 -55   src/usr.sbin/pccard/pccardd/cardd.c
  1.18.2.2  +4 -2      src/usr.sbin/pccard/pccardd/cardd.h
  1.24.2.2  +27 -5     src/usr.sbin/pccard/pccardd/file.c
  1.12.2.2  +9 -3      src/usr.sbin/pccard/pccardd/pccard.conf.5
  1.17.2.2  +248 -116  src/usr.sbin/pccard/pccardd/readcis.c
  1.11.2.2  +15 -6     src/usr.sbin/pccard/pccardd/readcis.h
  1.13.2.1  +12 -11    src/usr.sbin/pccard/pccardd/util.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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