From owner-cvs-all Wed Apr 18 17: 4:12 2001 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 5E4E037B422; Wed, 18 Apr 2001 17:04:09 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3J049e71215; Wed, 18 Apr 2001 17:04:09 -0700 (PDT) (envelope-from imp) Message-Id: <200104190004.f3J049e71215@freefall.freebsd.org> From: Warner Losh Date: Wed, 18 Apr 2001 17:04:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard i82365.h pcic.c pcic98reg.h slot.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2001/04/18 17:04:09 PDT Modified files: sys/pccard i82365.h pcic.c pcic98reg.h slot.h Log: First cut at bringing NEC PC98 original pccard bridge code back into FreeBSD. This code doesn't work just yet, but does compile. We need to start indirecting via the cinfo pointers, rather than directly calling pcic_*. There may be other issues as well, but you gotta start somewhere. Obtained from: PAO3 Revision Changes Path 1.12 +2 -2 src/sys/pccard/i82365.h 1.107 +336 -25 src/sys/pccard/pcic.c 1.3 +34 -22 src/sys/pccard/pcic98reg.h 1.29 +3 -1 src/sys/pccard/slot.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message