Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 30 Apr 2001 18:43:31 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 30 Apr 2001 18:43:22 -0400 Received: from router-100M.swansea.linux.org.uk ([194.168.151.17]:33285 "EHLO the-village.bc.nu") by vger.kernel.org with ESMTP id ; Mon, 30 Apr 2001 18:43:14 -0400 Subject: Re: BUG: USB/Reboot To: swarm@warpcore.provalue.net (Collectively Unconscious) Date: Mon, 30 Apr 2001 23:46:41 +0100 (BST) Cc: alan@lxorguk.ukuu.org.uk (Alan Cox), linux-kernel@vger.kernel.org In-Reply-To: from "Collectively Unconscious" at Apr 25, 2001 07:37:24 AM X-Mailer: ELM [version 2.5 PL1] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: From: Alan Cox Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org > I'm not familiar with that option, where would I be setting it? Or even > better, where is it documented? Documentation/kernel-parameters.txt and arch/i386/kernel/boot.c switch (*str) { case 'w': /* "warm" reboot (no memory testing etc) */ reboot_mode = 0x1234; break; case 'c': /* "cold" reboot (with memory testing etc) */ reboot_mode = 0x0; break; case 'b': /* "bios" reboot by jumping through the BIOS */ reboot_thru_bios = 1; break; case 'h': /* "hard" reboot by toggling RESET and/or crashing th reboot_thru_bios = 0; break; Alan - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/