From owner-cvs-sys Mon Mar 11 22:06:48 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA02514 for cvs-sys-outgoing; Mon, 11 Mar 1996 22:06:48 -0800 (PST) Received: (from nate@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA02483 Mon, 11 Mar 1996 22:06:38 -0800 (PST) Date: Mon, 11 Mar 1996 22:06:38 -0800 (PST) From: Nate Williams Message-Id: <199603120606.WAA02483@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:06:38 Branch: sys/i386/apm RELENG_2_1_0 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.12.4.3 +7 -3 src/sys/i386/apm/apm.c