From owner-cvs-all Tue Nov 16 6: 1:16 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 3336614C8B; Tue, 16 Nov 1999 06:01:13 -0800 (PST) (envelope-from gallatin@FreeBSD.org) Received: (from gallatin@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA23276; Tue, 16 Nov 1999 06:01:13 -0800 (PST) (envelope-from gallatin@FreeBSD.org) Message-Id: <199911161401.GAA23276@freefall.freebsd.org> From: Andrew Gallatin Date: Tue, 16 Nov 1999 06:01:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/pci apecs.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gallatin 1999/11/16 06:01:13 PST Modified files: sys/alpha/pci apecs.c Log: Mchines whose interrupts are not routed through the ISA pic were still registering their interrupts with rman as though they were going through the ISA pic. This prevents a conflict between isa & pci for irqs on such machines. Also hookup the chipset struct before calling platform.pci_intr_init(). This allows me to call inw/outw down in the platform code. Add interrupt printfs to match the CIA chipset. Reviewed by: dfr Tested by: wilko Revision Changes Path 1.12 +12 -4 src/sys/alpha/pci/apecs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message