From owner-cvs-all Mon Jan 10 0: 5:56 2000 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 89B9A14D0C; Mon, 10 Jan 2000 00:05:54 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA74401; Mon, 10 Jan 2000 00:05:54 -0800 (PST) (envelope-from imp@FreeBSD.org) Message-Id: <200001100805.AAA74401@freefall.freebsd.org> From: Warner Losh Date: Mon, 10 Jan 2000 00:05:54 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccard if_xe.c if_xereg.h src/sys/conf files files.i386 src/sys/dev/xe if_xevar.h if_xe.c if_xereg.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 2000/01/10 00:05:54 PST Modified files: sys/conf files files.i386 sys/dev/xe if_xe.c if_xereg.h Added files: sys/dev/xe if_xevar.h Removed files: sys/dev/pccard if_xe.c if_xereg.h Log: Move xe driver from dev/pccard to dev/xe. Convert driver to newbus. Driver is not functional yet, but does compile. Tests with xe cards indicates that it doesn't panic the machine when they are present, but fail to probe. Interface help in the pcic/pccard layers are needed to complete this driver. Revision Changes Path 1.314 +2 -2 src/sys/conf/files 1.296 +1 -2 src/sys/conf/files.i386 1.12 +314 -534 src/sys/dev/xe/if_xe.c 1.5 +4 -8 src/sys/dev/xe/if_xereg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message