From owner-cvs-sys Sun Oct 5 21:28:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA01831 for cvs-sys-outgoing; Sun, 5 Oct 1997 21:28:24 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA01757; Sun, 5 Oct 1997 21:27:53 -0700 (PDT) (envelope-from nate@FreeBSD.org) From: Nate Williams Received: (from nate@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id VAA06211; Sun, 5 Oct 1997 21:27:35 -0700 (PDT) Date: Sun, 5 Oct 1997 21:27:35 -0700 (PDT) Message-Id: <199710060427.VAA06211@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern kern_intr.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 1997/10/05 21:27:35 PDT Modified files: sys/kern kern_intr.c Log: - Hide the 'device doesn't supported shared interrupts' code behind bootverbose, since the older register_intr() code didn't print out anything, and the laptop support will cause lots of these un-necessary messages. Revision Changes Path 1.12 +5 -4 src/sys/kern/kern_intr.c