From owner-cvs-sys Sun Apr 19 01:48:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA19215 for cvs-sys-outgoing; Sun, 19 Apr 1998 01:48: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.8/8.8.8) with ESMTP id IAA19164; Sun, 19 Apr 1998 08:48:12 GMT (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA22551; Sun, 19 Apr 1998 01:47:45 -0700 (PDT) Date: Sun, 19 Apr 1998 01:47:45 -0700 (PDT) Message-Id: <199804190847.BAA22551@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa wd.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk obrien 1998/04/19 01:47:45 PDT Modified files: (Branch: RELENG_2_2) sys/i386/isa wd.c Log: [2nd's a charm] 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.119.2.11 +51 -23 src/sys/i386/isa/wd.c