Date: Sat, 8 May 1999 11:20:08 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa isa_compat.c isa_device.h Message-ID: <199905081820.LAA27186@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905081820.LAA27186>