From owner-cvs-sys Sat Nov 15 06:26:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA05591 for cvs-sys-outgoing; Sat, 15 Nov 1997 06:26:46 -0800 (PST) (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 GAA05389; Sat, 15 Nov 1997 06:23:14 -0800 (PST) (envelope-from nate@FreeBSD.org) From: Nate Williams Received: (from nate@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id GAA14915; Sat, 15 Nov 1997 06:20:34 -0800 (PST) Date: Sat, 15 Nov 1997 06:20:34 -0800 (PST) Message-Id: <199711151420.GAA14915@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pccard pccard.c pcic.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 1997/11/15 06:20:34 PST Modified files: sys/pccard pccard.c pcic.c Log: MF22: (update_intr_masks might not need to be done in 3.X, but the new generic interrupt code is incomplete w/regard to support for the PCCARD code, so to avoid any potential problems use it. It can't hurt). - Correctly register pcic_imask with the system interrupt code. - Call update_intr_masks() so that pcic_imask modifications that occur when card interrupts are registered get updated in the system interrupt code. Revision Changes Path 1.52 +6 -5 src/sys/pccard/pccard.c 1.53 +1 -1 src/sys/pccard/pcic.c