Date: Wed, 10 May 2000 11:54:29 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> 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 Message-ID: <200005101854.LAA96181@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005101854.LAA96181>