From owner-cvs-sys Sat Apr 18 06:26:37 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA25500 for cvs-sys-outgoing; Sat, 18 Apr 1998 06:26:37 -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 NAA24437; Sat, 18 Apr 1998 13:26: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 GAA20107; Sat, 18 Apr 1998 06:25:51 -0700 (PDT) Date: Sat, 18 Apr 1998 06:25:51 -0700 (PDT) Message-Id: <199804181325.GAA20107@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/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