From owner-cvs-all Wed May 10 11:54:32 2000 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 F3FEC37B8B5; Wed, 10 May 2000 11:54:29 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA96181; Wed, 10 May 2000 11:54:29 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200005101854.LAA96181@freefall.freebsd.org> From: John Baldwin Date: Wed, 10 May 2000 11:54:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include md_var.h src/sys/alpha/isa isa.c isavar.h src/sys/alpha/pci cia_pci.c pcibus.c tsunami_pci.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/05/10 11:54:29 PDT Modified files: sys/alpha/include md_var.h sys/alpha/isa isa.c isavar.h sys/alpha/pci cia_pci.c pcibus.c tsunami_pci.c Log: Handle PCI devices that actually use an ISA IRQ for the cia and tsunami chipsets. An example of this is the USB controller on these chipsets. With this, I can now use USB devices on the test Alpha I am borrowing at the moment. Reviewed by: dfr, obrien Revision Changes Path 1.10 +7 -1 src/sys/alpha/include/md_var.h 1.20 +8 -1 src/sys/alpha/isa/isa.c 1.4 +3 -1 src/sys/alpha/isa/isavar.h 1.6 +4 -3 src/sys/alpha/pci/cia_pci.c 1.22 +46 -2 src/sys/alpha/pci/pcibus.c 1.7 +4 -3 src/sys/alpha/pci/tsunami_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message