Date: Mon, 25 Oct 1999 23:52:32 -0700 (PDT) From: Warner Losh <imp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccard Makefile.pccarddevs devlist2h.awk files.pccard pccard.c pccard_cis.c pccard_cis_quirks.c pccardchip.h pccarddevs pccarddevs.h pccarddevs_data.h pccardreg.h pccardvar.h Message-ID: <199910260652.XAA64990@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 1999/10/25 23:52:32 PDT Added files: sys/dev/pccard Makefile.pccarddevs devlist2h.awk files.pccard pccard.c pccard_cis.c pccard_cis_quirks.c pccardchip.h pccarddevs pccarddevs.h pccarddevs_data.h pccardreg.h pccardvar.h Log: Moderately hacked pccard code from newconfig. It is somewhat in incomplete and likely has problem. The code was originally pcmcia, but I renamed it to pccard and made it compile on FreeBSD -current. I converted SIMPLEQ to STAILQ as well as a few sc->dev.xname -> device_printf changes. This is a green port of fairly mature code. I derived this work from the FreeBSD newconfig project (http://www.jp.freebsd.org/newconfig). Any problems with it are likely introduced by me. Obtained from: newconfig project 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?199910260652.XAA64990>