From owner-cvs-all Sun Apr 11 23:36:42 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 0EB2114C80; Sun, 11 Apr 1999 23:36:40 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA60286; Sun, 11 Apr 1999 23:34:24 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199904120634.XAA60286@freefall.freebsd.org> From: Peter Wemm Date: Sun, 11 Apr 1999 23:34:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: sys/pci pci.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk -= New-bus architecture repository =- peter 1999/04/11 23:34:23 PDT Modified files: pci pci.c Log: When asked for a dma channel.. pass it through to the parent untouched. The isa bus is a child of pci under newbus, via the pci->isa bridge, and the dma requests get passed through here. This probably isn't ideal, this should probably be checked to see if the child is the isa bus or something so we can catch pci drivers trying to allocate old-style dma channels. Revision Changes Path 1.3 +16 -0 sys/pci/pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message