Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/arch/ibmnws/ibmnws/machdep.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/ibmnws/ibmnws/machdep.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- src/sys/arch/ibmnws/ibmnws/machdep.c 2008/11/03 15:13:16 1.12 +++ src/sys/arch/ibmnws/ibmnws/machdep.c 2008/11/11 06:46:42 1.13 @@ -1,4 +1,4 @@ -/* $NetBSD: machdep.c,v 1.12 2008/11/03 15:13:16 rjs Exp $ */ +/* $NetBSD: machdep.c,v 1.13 2008/11/11 06:46:42 dyoung Exp $ */ /* * Copyright (C) 1995, 1996 Wolfgang Solfrank. @@ -32,7 +32,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.12 2008/11/03 15:13:16 rjs Exp $"); +__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.13 2008/11/11 06:46:42 dyoung Exp $"); #include "opt_compat_netbsd.h" @@ -224,6 +224,8 @@ cpu_reboot(int howto, char *what) halt_sys: doshutdownhooks(); + pmf_system_shutdown(boothowto); + if (howto & RB_HALT) { aprint_normal("\n"); aprint_normal("The operating system has halted.\n");