From owner-cvs-all Wed May 23 21: 3:32 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 7D96D37B423; Wed, 23 May 2001 21:03:29 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4O43TT96723; Wed, 23 May 2001 21:03:29 -0700 (PDT) (envelope-from imp) Message-Id: <200105240403.f4O43TT96723@freefall.freebsd.org> From: Warner Losh Date: Wed, 23 May 2001 21:03:29 -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/23 21:03:29 PDT Modified files: sys/pccard pcic.c pcic_isa.c pcicvar.h Log: Move getb1 and putb1 from pcic_isa.c to pcic.c. Rename them to pcic_{get,put}b_io. There are some pci bridges (the CL-PD6729 and maybe others) that do not have memory mapped registers, so we'll need these in both places. Declare them in pcicvar.h. Revision Changes Path 1.134 +21 -1 src/sys/pccard/pcic.c 1.7 +3 -23 src/sys/pccard/pcic_isa.c 1.8 +3 -1 src/sys/pccard/pcicvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message