From owner-cvs-all Wed May 23 23:54:53 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 18DC337B422; Wed, 23 May 2001 23:54:50 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4O6so026834; Wed, 23 May 2001 23:54:50 -0700 (PDT) (envelope-from imp) Message-Id: <200105240654.f4O6so026834@freefall.freebsd.org> From: Warner Losh Date: Wed, 23 May 2001 23:54:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard i82365.h pcic.c pcic_isa.c pcic_pci.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 23:54:49 PDT Modified files: sys/pccard i82365.h pcic.c pcic_isa.c pcic_pci.c pcicvar.h Log: Use bus_space functions rather than inb/outb. Add defines for PCIC_INDEX and PCIC_DATA offsets. Change PCIC_INDEX_0 to PCIC_PORT_0 Add define for PCIC_NPORT. Document why the vadem probe works. Revision Changes Path 1.17 +5 -5 src/sys/pccard/i82365.h 1.135 +10 -5 src/sys/pccard/pcic.c 1.8 +13 -9 src/sys/pccard/pcic_isa.c 1.39 +2 -2 src/sys/pccard/pcic_pci.c 1.9 +3 -4 src/sys/pccard/pcicvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message