From owner-cvs-all Fri May 18 22:21:27 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 71B7037B424; Fri, 18 May 2001 22:21:24 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4J5LO129371; Fri, 18 May 2001 22:21:24 -0700 (PDT) (envelope-from imp) Message-Id: <200105190521.f4J5LO129371@freefall.freebsd.org> From: Warner Losh Date: Fri, 18 May 2001 22:21:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pcic.c pcic_isa.c pcicvar.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 imp 2001/05/18 22:21:24 PDT Modified files: sys/pccard pcic.c pcic_isa.c pcicvar.h Log: Move ISA specific code into pcic_isa. This is the probe routine, the get/setb1 routines. Also expose clrb and setb as pcic_{clrb,setb} so we can use it from the probe. pcic_probe is no longer needed. Revision Changes Path 1.124 +40 -260 src/sys/pccard/pcic.c 1.2 +215 -2 src/sys/pccard/pcic_isa.c 1.3 +3 -3 src/sys/pccard/pcicvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message