From owner-freebsd-mobile Wed Sep 11 11:29:12 1996 Return-Path: owner-mobile Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA20114 for mobile-outgoing; Wed, 11 Sep 1996 11:29:12 -0700 (PDT) Received: from atropos.c2.org (atropos.c2.org [140.174.185.14]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id LAA20095; Wed, 11 Sep 1996 11:29:06 -0700 (PDT) Received: (from sameer@localhost) by atropos.c2.org (8.7.4/CSUA) id LAA20202; Wed, 11 Sep 1996 11:29:04 -0700 (PDT) Message-Id: <199609111829.LAA20202@atropos.c2.org> Subject: 40 mb tp560 & apm To: freebsd-questions@freebsd.org, freebsd-mobile@freebsd.org Date: Wed, 11 Sep 1996 11:29:04 -0700 (PDT) Cc: freebsd-current@freebsd.org From: sameer X-Mailer: ELM [version 2.4 PL24 ME8a] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-mobile@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I've been using a relatively recent 2.2-current (a few weeks) with minor changes to pccardd on my Thinkpad 560. I just now added 32mb to it (it has 8mb before) and when it probes the apm device on boot it panics. Booting a 2.1.5-RELEASE GENERIC kernel works fine. I am lame and didn't copy down the panic data. Any idea what is wrong? (I'll copy down the panic data later today) -- Sameer Parekh Voice: 510-986-8770 C2Net FAX: 510-986-8777 The Internet Privacy Provider http://www.c2.net/ sameer@c2.net From owner-freebsd-mobile Wed Sep 11 12:33:37 1996 Return-Path: owner-mobile Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA23783 for mobile-outgoing; Wed, 11 Sep 1996 12:33:37 -0700 (PDT) Received: from frig.mt.cs.keio.ac.jp (frig.mt.cs.keio.ac.jp [131.113.32.7]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id MAA23778; Wed, 11 Sep 1996 12:33:32 -0700 (PDT) Received: (from hosokawa@localhost) by frig.mt.cs.keio.ac.jp (8.6.12+2.4W/3.4Wbeta3) id EAA28692; Thu, 12 Sep 1996 04:33:28 +0900 Date: Thu, 12 Sep 1996 04:33:28 +0900 Message-Id: <199609111933.EAA28692@frig.mt.cs.keio.ac.jp> To: freebsd-mobile@freebsd.org, freebsd-hackers@freebsd.org Subject: PAO-960911 From: hosokawa@mt.cs.keio.ac.jp (HOSOKAWA Tatsumi) X-Mailer: mnews [version 1.18PL3] 1994-08/01(Mon) Sender: owner-mobile@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Now I'm merging Nate Williams' changes for APM and pccard stuff into PAO. PAO-960911 is the interim release of this work. ftp://ryukyu.mt.cs.keio.ac.jp/pub/FreeBSD/PAO/PAO-960911.tar.gz This package is for 2.2-960801-SNAP only. -- HOSOKAWA, Tatsumi E-mail: hosokawa@mt.cs.keio.ac.jp WWW homepage: http://www.mt.cs.keio.ac.jp/person/hosokawa.html Department of Computer Science, Keio University, Yokohama, Japan From owner-freebsd-mobile Wed Sep 11 14:19:00 1996 Return-Path: owner-mobile Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA01739 for mobile-outgoing; Wed, 11 Sep 1996 14:19:00 -0700 (PDT) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id OAA01727 for ; Wed, 11 Sep 1996 14:18:55 -0700 (PDT) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id PAA07577; Wed, 11 Sep 1996 15:18:33 -0600 (MDT) Date: Wed, 11 Sep 1996 15:18:33 -0600 (MDT) Message-Id: <199609112118.PAA07577@rocky.mt.sri.com> From: Nate Williams To: sameer Cc: freebsd-mobile@freebsd.org In-Reply-To: <199609111829.LAA20202@atropos.c2.org> References: <199609111829.LAA20202@atropos.c2.org> Sender: owner-mobile@freebsd.org X-Loop: FreeBSD.org Precedence: bulk [ Changed to just -mobile ] > I've been using a relatively recent 2.2-current (a few weeks) > with minor changes to pccardd on my Thinkpad 560. I just now added > 32mb to it (it has 8mb before) and when it probes the apm device on > boot it panics. Booting a 2.1.5-RELEASE GENERIC kernel works fine. > > I am lame and didn't copy down the panic data. Any idea what > is wrong? (I'll copy down the panic data later today) Copy down the panic data, but a change I made last week (??) may have fixed the bug. The fix is as fllows: revision 1.201 date: 1996/09/03 18:50:36; author: nate; state: Exp; lines: +48 -30 Cleaned up version of my 'extended BIOS' patch. This one is commented better and much simpler to understand, and works just as well (better) as a bonus. Submitted by: bde ---------------------------- revision 1.200 date: 1996/09/01 02:16:07; author: nate; state: Exp; lines: +33 -6 If the basemem value supplied by the bootblocks, differs from the value returned by the RTC, use the bootblock supplied value. Also, map the 'stolen by BIOS' memory in the same manner as the ISA-hole memory, since it is really an extenstion of the BIOS. This is necessary for 32-bit BIOS functions such as APM support on laptops, and the loss of memory for non-necessary functions seems to be at most 4k. I also changed apm.c to remove the 'hack' solution to this. Nate From owner-freebsd-mobile Wed Sep 11 15:07:31 1996 Return-Path: owner-mobile Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA06537 for mobile-outgoing; Wed, 11 Sep 1996 15:07:31 -0700 (PDT) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id PAA06531; Wed, 11 Sep 1996 15:07:26 -0700 (PDT) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id QAA07690; Wed, 11 Sep 1996 16:07:11 -0600 (MDT) Date: Wed, 11 Sep 1996 16:07:11 -0600 (MDT) Message-Id: <199609112207.QAA07690@rocky.mt.sri.com> From: Nate Williams To: hosokawa@mt.cs.keio.ac.jp (HOSOKAWA Tatsumi) Cc: freebsd-mobile@freebsd.org, freebsd-hackers@freebsd.org Subject: Re: PAO-960911 In-Reply-To: <199609111933.EAA28692@frig.mt.cs.keio.ac.jp> References: <199609111933.EAA28692@frig.mt.cs.keio.ac.jp> Sender: owner-mobile@freebsd.org X-Loop: FreeBSD.org Precedence: bulk HOSOKAWA Tatsumi writes: > Now I'm merging Nate Williams' changes for APM and pccard stuff into > PAO. PAO-960911 is the interim release of this work. > > ftp://ryukyu.mt.cs.keio.ac.jp/pub/FreeBSD/PAO/PAO-960911.tar.gz > > This package is for 2.2-960801-SNAP only. THANK YOU! (When I get back from my business trip we can discuss this some more, but my initial look at this cheers me up. :) Nate