From owner-cvs-all Sat May 8 13:24:49 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 1F8A314FAB; Sat, 8 May 1999 13:24:48 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA35253; Sat, 8 May 1999 13:24:48 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905082024.NAA35253@freefall.freebsd.org> From: Peter Wemm Date: Sat, 8 May 1999 13:24:48 -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 13:24:47 PDT Modified files: sys/i386/i386 nexus.c Log: Don't print 'interrupting at irq nn' on the x86 family, it's not all that big a deal just yet and isn't worth a whole line on the boot screen. This could change later in the face of multi-ISA-bus (eg: laptop docking stations with two independent ISA busses) and SMP/APIC systems. The Alpha already has multiple interrupt destinations to deal with. Revision Changes Path 1.6 +4 -4 src/sys/i386/i386/nexus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message