From owner-cvs-sys Wed Jan 8 08:13:08 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id IAA12748 for cvs-sys-outgoing; Wed, 8 Jan 1997 08:13:08 -0800 (PST) Received: (from nate@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id IAA12729; Wed, 8 Jan 1997 08:13:05 -0800 (PST) Date: Wed, 8 Jan 1997 08:13:05 -0800 (PST) From: Nate Williams Message-Id: <199701081613.IAA12729@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa pcibus.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 97/01/08 08:13:02 Modified: sys/i386/isa pcibus.c Log: Make the code more consistant by using the INTR*MASK macros througout the code. Reviewed by: bde [ Bruce suggest removing the macros completely, but I'm not up to that task quite yet. ] Revision Changes Path 1.28 +2 -2 src/sys/i386/isa/pcibus.c