From owner-cvs-all Sun Apr 11 23:41:20 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 8DDF014C80; Sun, 11 Apr 1999 23:41:18 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA60737; Sun, 11 Apr 1999 23:39:02 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199904120639.XAA60737@freefall.freebsd.org> From: Peter Wemm Date: Sun, 11 Apr 1999 23:39:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: sys/i386/isa isa_compat.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk -= New-bus architecture repository =- peter 1999/04/11 23:39:01 PDT Modified files: i386/isa isa_compat.c Log: Actually allocate the dma resourcs with the resource manager, and warn if the irq or dma allocations fail. I think the memory and ports settings need to be allocated too, but I'm not 100% sure that something else isn't supposed to be doing this (or already is) so I'll leave it at this for now. Revision Changes Path 1.3 +14 -0 sys/i386/isa/isa_compat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message