From owner-cvs-sys Tue Nov 4 01:35:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA28256 for cvs-sys-outgoing; Tue, 4 Nov 1997 01:35:20 -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 BAA27894; Tue, 4 Nov 1997 01:30:05 -0800 (PST) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id BAA21273; Tue, 4 Nov 1997 01:28:55 -0800 (PST) Date: Tue, 4 Nov 1997 01:28:55 -0800 (PST) Message-Id: <199711040928.BAA21273@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 phk 1997/11/04 01:28:55 PST Modified files: sys/i386/isa wd.c Log: dk_altport is initialized in wdprobe(), but not in wdattach(), this breaks wdreset(), wdunwedge() &c &c. Should be examined in detail by: dyson Revision Changes Path 1.142 +2 -1 src/sys/i386/isa/wd.c