From owner-cvs-all Thu Sep 28 0:35:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C60D137B423; Thu, 28 Sep 2000 00:35:06 -0700 (PDT) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA32294; Thu, 28 Sep 2000 00:35:06 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <200009280735.AAA32294@freefall.freebsd.org> From: Warner Losh Date: Thu, 28 Sep 2000 00:35:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sn if_sn_pccard.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2000/09/28 00:35:06 PDT Modified files: sys/dev/sn if_sn_pccard.c Log: Implement sn_pccard_match. The match routines are the compromise matching methods so that we can run the same driver on both NEWCARD and OLDCARD. Also set the device description to the card that we found, if any. The sn driver should be ready when the NEWCARD catches up. There's a config activation issue as well as a kernel thread issue to resolve first. Revision Changes Path 1.7 +25 -12 src/sys/dev/sn/if_sn_pccard.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message