From owner-cvs-all Sat May 8 11:20:13 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8706715614; Sat, 8 May 1999 11:20:08 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA27186; Sat, 8 May 1999 11:20:08 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905081820.LAA27186@freefall.freebsd.org> From: Peter Wemm Date: Sat, 8 May 1999 11:20:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa isa_compat.c isa_device.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/08 11:20:08 PDT Modified files: sys/i386/isa isa_compat.c isa_device.h Log: GC some unused stuff relating to the old conflict checking and other lint. Change haveseen_isadev() to something a little easier to emulate. Store the device_t for the wrapper in isa_device. Implement a replacement for haveseen_isadev - namely haveseen_ioport() which takes a port size as an extra argument for a proper range check. This (haveseen_ioport()) has not been tested, but I think it'll work. Revision Changes Path 1.8 +21 -7 src/sys/i386/isa/isa_compat.c 1.61 +3 -14 src/sys/i386/isa/isa_device.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message