From owner-cvs-sys Fri Oct 24 08:29:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA27549 for cvs-sys-outgoing; Fri, 24 Oct 1997 08:29:33 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA27398; Fri, 24 Oct 1997 08:27:45 -0700 (PDT) (envelope-from nate@FreeBSD.org) From: Nate Williams Received: (from nate@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id IAA20727; Fri, 24 Oct 1997 08:27:17 -0700 (PDT) Date: Fri, 24 Oct 1997 08:27:17 -0700 (PDT) Message-Id: <199710241527.IAA20727@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pccard pccard.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 1997/10/24 08:27:16 PDT Modified files: sys/pccard pccard.c Log: - Use the definitions found in instead of rolling our own definition of ISA_HOLE_START. We shouldn't need to include bus/processor specific code in here, but it is required. At least by doing it this way it becomes more obvious where the bogusness is. Obtained from: email with bde Revision Changes Path 1.45 +7 -6 src/sys/pccard/pccard.c