Date: Sat, 19 Jul 2003 12:37:19 -0700 (PDT) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pccard Makefile Makefile.inc src/usr.sbin/pccard/pccardc Makefile beep.c dumpcisfile.c enabler.c pccardc.8 pccardc.c pccardmem.c power.c src/usr.sbin/pccard/pccardd Makefile cardd.c cardd.h file.c ... Message-ID: <200307191937.h6JJbJbM045173@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2003/07/19 12:37:19 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) usr.sbin/pccard Makefile Makefile.inc usr.sbin/pccard/pccardc Makefile beep.c enabler.c pccardc.8 pccardc.c pccardmem.c power.c usr.sbin/pccard/pccardd Makefile cardd.c cardd.h file.c pccardd.8 pccardd.c readcis.c readcis.h server.c Added files: (Branch: RELENG_4) usr.sbin/pccard/pccardc dumpcisfile.c Log: MFC: Merge all of OLDCARD stuff from current to stable. This includes: o Improved CIS parsing o read from cis file o probe only and exit o doc fixes o Migrate manucactuer Id stuff into the kernel. o warnings improvements. Revision Changes Path 1.5.2.1 +2 -3 src/usr.sbin/pccard/Makefile 1.4.2.2 +1 -2 src/usr.sbin/pccard/Makefile.inc 1.11.2.2 +7 -6 src/usr.sbin/pccard/pccardc/Makefile 1.2.2.1 +1 -1 src/usr.sbin/pccard/pccardc/beep.c 1.1.4.1 +72 -0 src/usr.sbin/pccard/pccardc/dumpcisfile.c (new) 1.13.2.1 +1 -1 src/usr.sbin/pccard/pccardc/enabler.c 1.7.2.7 +27 -9 src/usr.sbin/pccard/pccardc/pccardc.8 1.10.2.1 +4 -1 src/usr.sbin/pccard/pccardc/pccardc.c 1.12.2.1 +1 -0 src/usr.sbin/pccard/pccardc/pccardmem.c 1.2.2.1 +1 -1 src/usr.sbin/pccard/pccardc/power.c 1.4.6.3 +7 -4 src/usr.sbin/pccard/pccardd/Makefile 1.46.2.17 +41 -5 src/usr.sbin/pccard/pccardd/cardd.c 1.18.2.7 +8 -1 src/usr.sbin/pccard/pccardd/cardd.h 1.24.2.6 +3 -2 src/usr.sbin/pccard/pccardd/file.c 1.17.2.8 +28 -22 src/usr.sbin/pccard/pccardd/pccardd.8 1.6.2.7 +6 -3 src/usr.sbin/pccard/pccardd/pccardd.c 1.17.2.5 +35 -8 src/usr.sbin/pccard/pccardd/readcis.c 1.11.2.3 +6 -1 src/usr.sbin/pccard/pccardd/readcis.h 1.2.2.2 +1 -0 src/usr.sbin/pccard/pccardd/server.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307191937.h6JJbJbM045173>