From owner-cvs-sys Sat Apr 18 07:06:07 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA14189 for cvs-sys-outgoing; Sat, 18 Apr 1998 07:06:07 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA14148; Sat, 18 Apr 1998 14:05:59 GMT (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id AAA25276; Sun, 19 Apr 1998 00:05:20 +1000 Date: Sun, 19 Apr 1998 00:05:20 +1000 From: Bruce Evans Message-Id: <199804181405.AAA25276@godzilla.zeta.org.au> To: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, obrien@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/isa wd.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >obrien 1998/04/18 06:25:51 PDT > > Modified files: > sys/i386/isa wd.c > Log: > MFC (reduce diff w/-CUR, with hopes of getting DMA support into -STABLE) ^^^ > 1.128 (FUNCTIONAL: better sleep handling) > 1.131 (STYLE: labels w/o stmt) > 1.132 (STYLE: remove unused #includes) > 1.141 (FUNCTIONAL: devfs bug, 2nd controler not showing) > 1.144 (STYLE: dont shadow other vars) > 1.150 (FUNCTIONAL: fix search bug) > > Revision Changes Path > 1.157 +98 -318 src/sys/i386/isa/wd.c ^^^^^oops ^^^^^^^^there aren't quite that many unused includes here :-) Bruce