From owner-freebsd-mobile Thu Dec 14 12:48:19 2000 From owner-freebsd-mobile@FreeBSD.ORG Thu Dec 14 12:48:18 2000 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id E067237B400; Thu, 14 Dec 2000 12:48:16 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.0/8.11.0) with ESMTP id eBEKmFs87661; Thu, 14 Dec 2000 13:48:16 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id NAA50227; Thu, 14 Dec 2000 13:48:14 -0700 (MST) Message-Id: <200012142048.NAA50227@harmony.village.org> To: Mike Smith Subject: Re: weird pnpbios pcmcio interaction Cc: wjc@work.cleartech.com, freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Thu, 14 Dec 2000 04:12:14 PST." <200012141212.eBECCE901802@mass.osd.bsdi.com> References: <200012141212.eBECCE901802@mass.osd.bsdi.com> Date: Thu, 14 Dec 2000 13:48:14 -0700 From: Warner Losh Sender: imp@harmony.village.org Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <200012141212.eBECCE901802@mass.osd.bsdi.com> Mike Smith writes: : > unknown: can't assign resources : : And I don't know what this is. I don't *think* it's the pccard/cardbus : stuff, which is the only real way I can imagine that PNPBIOS could : "rightfully" be tripping you up. I've never heard of it. However, I will point out that the pcic chip's part number of 82365. You'll not the similarity of numbers here (3765 is 365 with a 7 jammed into it), so maybe you are right. I'd try the following patch to see if it helps with PNPBIOS enabled or not. Also, I'm not 100% sure about the translation of IBM3765 to a hex number, so my hex number might be wrong. Warner Index: pcic.c =================================================================== RCS file: /home/imp/FreeBSD/CVS/src/sys/pccard/pcic.c,v retrieving revision 1.100 diff -u -r1.100 pcic.c --- pcic.c 2000/12/11 15:02:50 1.100 +++ pcic.c 2000/12/14 20:46:20 @@ -83,6 +83,7 @@ static struct slot_ctrl cinfo; static struct isa_pnp_id pcic_ids[] = { + {0x65374d24, NULL}, /* IBM3765 */ {PCIC_PNP_82365, NULL}, /* PNP0E00 */ {PCIC_PNP_CL_PD6720, NULL}, /* PNP0E01 */ {PCIC_PNP_VLSI_82C146, NULL}, /* PNP0E02 */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message