From owner-freebsd-current Sun May 14 10:54:54 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA18325 for current-outgoing; Sun, 14 May 1995 10:54:54 -0700 Received: from gndrsh.aac.dev.com (gndrsh.aac.dev.com [198.145.92.241]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id KAA18310 for ; Sun, 14 May 1995 10:54:50 -0700 Received: (from rgrimes@localhost) by gndrsh.aac.dev.com (8.6.11/8.6.9) id KAA03873; Sun, 14 May 1995 10:54:30 -0700 From: "Rodney W. Grimes" Message-Id: <199505141754.KAA03873@gndrsh.aac.dev.com> Subject: Re: A few things.. To: Kai.Vorma@hut.fi Date: Sun, 14 May 1995 10:54:30 -0700 (PDT) Cc: current@FreeBSD.org In-Reply-To: <199505141649.TAA20757@vinkku.hut.fi> from "Kai Vorma" at May 14, 95 07:49:53 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 931 Sender: current-owner@FreeBSD.org Precedence: bulk This one is mine so I'll respond to it.... > 3) > > Reboot doesn't always work. The new keyboard controller reset code in > cpu_reset() sometimes just hangs my machine (a nameless 486 clone) > and I have to push reset button to get it alive again. The old way > worked always. Before hanging your machine does it manage to output the string: Keyboard reset did not work, attempting CPU shutdown What happens if you change this: outb(IO_KBD + 4, 0xFE); to this: outb(IO_KBD + 4, 0xFC); in file sys/i386/isa/vm_machdep.c in routine cpu_reset? > 4) > > This patch teaches info to read gzipped files (emacs info already > works) so one can gzip files in /usr/share/info and save a few > megabytes diskspace. Thanks, applied and commited! -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Custom computers for FreeBSD