From owner-cvs-all Mon Oct 25 23:52:34 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 868D014C2E; Mon, 25 Oct 1999 23:52:32 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA64990; Mon, 25 Oct 1999 23:52:32 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <199910260652.XAA64990@freefall.freebsd.org> From: Warner Losh Date: Mon, 25 Oct 1999 23:52:32 -0700 (PDT) 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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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