From owner-cvs-all Fri Oct 8 23:22:29 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 33326158D5; Fri, 8 Oct 1999 23:22:28 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA59158; Fri, 8 Oct 1999 23:22:28 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199910090622.XAA59158@freefall.freebsd.org> From: Peter Wemm Date: Fri, 8 Oct 1999 23:22:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sio sio.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/10/08 23:22:27 PDT Modified files: sys/dev/sio sio.c Log: A couple of tweaks to make this closer to being able to be used under non-isa busses, eg: pccard. Having to emulate isa ivars is evil. The resource lists accessed through ISA_GET_RESOURCE()/ISA_SET_RESOURCE() etc should probably be raised up the stack to the device/bus system since just about everything (except pci at this point) uses resources now. This is not complete (and not active, so don't panic), but works for me so far. Revision Changes Path 1.268 +47 -19 src/sys/dev/sio/sio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message