From owner-freebsd-questions Tue Mar 27 7:16:26 2001 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.mediaone.net [24.147.184.128]) by hub.freebsd.org (Postfix) with ESMTP id 8755A37B718 for ; Tue, 27 Mar 2001 07:16:23 -0800 (PST) (envelope-from lowell@be-well.ilk.org) Received: (from lowell@localhost) by be-well.ilk.org (8.11.3/8.11.3) id f2RFEt107076; Tue, 27 Mar 2001 10:14:55 -0500 (EST) (envelope-from lowell) To: freebsd-questions@freebsd.org, jreynold@sedona.ch.intel.com Subject: Re: apm lines in LINT and GENERIC References: <15039.45319.759095.269775@hip186.ch.intel.com> From: Lowell Gilbert Date: 27 Mar 2001 10:14:55 -0500 In-Reply-To: jreynold@sedona.ch.intel.com's message of "26 Mar 2001 23:13:58 +0200" Message-ID: <44g0fzp7kg.fsf@lowellg.ne.mediaone.net> Lines: 36 X-Mailer: Gnus v5.7/Emacs 20.7 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jreynold@sedona.ch.intel.com (John Reynolds~) writes: > Hi all, I was searching through the archives and came upon this: > > Conrad Sabatier wrote: > > > > Incidentally, can anyone explain why the lines that define apm are different in > > LINT and the GENERIC kernel config? > > > > LINT has simply: > > > > device apm0 > > > > While GENERIC has: > > > > device apm0 at nexus? disable flags 0x20 # Advanced Power Management > > > > I followed all the threads from this message I could find, but didn't find a > concrete answer. Can somebody elaborate? I'm not sure about specifying the root nexus, which seems like the *only* useful place to look for motherboard power management anyway, but the flags value '0x20' indicates that the statclock is broken. Many are, but not all. > I was messing with a new Dell Latitude (well, new to me) laptop over the > weekend and was only able to get APM stuff working if I chose the LINT line > rather than the one in GENERIC. Well, 'disable' is obviously not going to help it work. The reason you (or the GENERIC kernel) would compile in the support but specify that it's disabled is that you can *re*enable it via boot-time configuration without needing a recompile. I hope that helps. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message