From owner-cvs-all Fri Mar 17 23:58: 4 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 48F2F37BB75; Fri, 17 Mar 2000 23:58:00 -0800 (PST) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA57633; Fri, 17 Mar 2000 23:58:00 -0800 (PST) (envelope-from mjacob@FreeBSD.org) Message-Id: <200003180758.XAA57633@freefall.freebsd.org> From: Matt Jacob Date: Fri, 17 Mar 2000 23:57:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/pci pcibus.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/03/17 23:57:59 PST Modified files: sys/alpha/pci pcibus.c Log: Alpha 8200: Do some compilation cleanup. Conditionalize some IDE stuff based upon presence/absence of ISA (there is no ISA bus on an 8200- okay, well, there *could* be one in a DWLPX tray, but we don't support it)). Most importantly change the interrupt resource map to cover a whole 16 bits. The 8200 uses 16 bit interrupt vectors which we construct that contain the I/O-board, hose, an pci slot in them, and then we write these vectors into the appropriate DWLPX registers. At any rate, a flat array of 64 'IRQs' isn't enough. Revision Changes Path 1.21 +36 -7 src/sys/alpha/pci/pcibus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message