From owner-cvs-all Sat May 8 14:34: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 5C4F514E33; Sat, 8 May 1999 14:34:38 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA39910; Sat, 8 May 1999 14:34:38 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905082134.OAA39910@freefall.freebsd.org> From: Peter Wemm Date: Sat, 8 May 1999 14:34:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 nexus.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/08 14:34:37 PDT Modified files: sys/i386/i386 nexus.c Log: Add some notes about the globalness of certain things like interrupts and ISA DMA channels (ie: on most PCI systems, they are not.. they are on the ISA side of the PCI-ISA bridge and could be duplicated if there were multiple PCI-ISA bridges, say in a laptop docking station), while the APIC resources would be global on SMP systems. Also, revert a previous change, change some printfs back to panics. Revision Changes Path 1.7 +22 -5 src/sys/i386/i386/nexus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message