From owner-cvs-sys Mon Mar 11 22:09:41 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA02813 for cvs-sys-outgoing; Mon, 11 Mar 1996 22:09:41 -0800 (PST) Received: (from nate@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA02794 Mon, 11 Mar 1996 22:09:35 -0800 (PST) Date: Mon, 11 Mar 1996 22:09:35 -0800 (PST) From: Nate Williams Message-Id: <199603120609.WAA02794@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/apm apm.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/03/11 22:09:35 Modified: sys/i386/apm apm.c Log: Always initialize master_softc. This avoids panics in the idle loop due to unitialized data if the APM support is compiled in and the probe fails. Revision Changes Path 1.25 +7 -2 src/sys/i386/apm/apm.c