Date: Sat, 31 Aug 2002 11:38:44 -0700 (PDT) From: Poul-Henning Kamp <phk@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/dev/puc puc.c puc_pccard.c puc_pci.c pucvar.h Message-ID: <200208311838.g7VIcis6087544@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2002/08/31 11:38:44 PDT Modified files: sys/conf files sys/dev/puc puc.c pucvar.h Added files: sys/dev/puc puc_pccard.c puc_pci.c Log: Split the puc driver in pci specific and generic parts. Add a pccard frontend for it as well. The PCcard stuff does not work yet because there is still some PCImagic left in puc.c Revision Changes Path 1.693 +3 -1 src/sys/conf/files 1.8 +16 -98 src/sys/dev/puc/puc.c 1.1 +106 -0 src/sys/dev/puc/puc_pccard.c (new) 1.1 +139 -0 src/sys/dev/puc/puc_pci.c (new) 1.3 +38 -0 src/sys/dev/puc/pucvar.h 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?200208311838.g7VIcis6087544>