From owner-cvs-sys Sun Nov 30 01:48:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA29965 for cvs-sys-outgoing; Sun, 30 Nov 1997 01:48:24 -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 BAA29866; Sun, 30 Nov 1997 01:44:56 -0800 (PST) (envelope-from jmg@FreeBSD.org) From: John-Mark Gurney Received: (from jmg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id BAA29882; Sun, 30 Nov 1997 01:44:30 -0800 (PST) Date: Sun, 30 Nov 1997 01:44:30 -0800 (PST) Message-Id: <199711300944.BAA29882@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa isa.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jmg 1997/11/30 01:44:29 PST Modified files: sys/i386/isa isa.c Log: fix a few style nites... make isa_dmacascade, isa_dmastart, isa_dmadone, and find_isadev MUCH easier to be found by starting them at the beginging of the line... remove braces inside of ifdef RESOURCE_CHECK... found by % in vi... Revision Changes Path 1.108 +15 -12 src/sys/i386/isa/isa.c