From owner-cvs-all Wed Feb 20 6:24: 1 2002 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 6263237B404; Wed, 20 Feb 2002 06:23:58 -0800 (PST) Received: (from shiba@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1KENwL50588; Wed, 20 Feb 2002 06:23:58 -0800 (PST) (envelope-from shiba) Message-Id: <200202201423.g1KENwL50588@freefall.freebsd.org> From: Takeshi Shibagaki Date: Wed, 20 Feb 2002 06:23:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/xe if_xe.c if_xe_pccard.c if_xevar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG shiba 2002/02/20 06:23:58 PST Modified files: sys/dev/xe if_xe.c if_xevar.h Added files: sys/dev/xe if_xe_pccard.c Log: Update xe driver to probe and attach in a NEWCARD kernel. And separate probe and attach routine for PC Card from if_xe.c to if_xe_pccard.c. Reviewed by: imp Revision Changes Path 1.29 +4 -311 src/sys/dev/xe/if_xe.c 1.1 +358 -0 src/sys/dev/xe/if_xe_pccard.c (new) 1.3 +5 -1 src/sys/dev/xe/if_xevar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message