From owner-freebsd-hackers Fri Apr 5 14:32:15 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA17686 for hackers-outgoing; Fri, 5 Apr 1996 14:32:15 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id OAA17625 for ; Fri, 5 Apr 1996 14:32:06 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id PAA25048; Fri, 5 Apr 1996 15:26:47 -0700 From: Terry Lambert Message-Id: <199604052226.PAA25048@phaeton.artisoft.com> Subject: Re: interrupts and such To: nate@sri.MT.net (Nate Williams) Date: Fri, 5 Apr 1996 15:26:47 -0700 (MST) Cc: imp@village.org, hackers@FreeBSD.org In-Reply-To: <199604051809.LAA19904@rocky.sri.MT.net> from "Nate Williams" at Apr 5, 96 11:09:59 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > Unfortunately, on my laptop if rtc0 is enabled APM suspend/resume fails, > so I have to disable it on my box. However, parts of the library now > depend on this behavior for correct values, so I haven't figured out a > clean way to disable it for the GENERIC kernels but enable it for > machines who break with it enabled. By running everything off of virtual clocks instead of the real things. You have to do this anyway to port to non-Intel hardware without Intel bus interface chips. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.