Date: Thu, 14 Dec 2000 13:48:14 -0700 From: Warner Losh <imp@village.org> To: Mike Smith <msmith@FreeBSD.ORG> Cc: wjc@work.cleartech.com, freebsd-mobile@FreeBSD.ORG Subject: Re: weird pnpbios pcmcio interaction Message-ID: <200012142048.NAA50227@harmony.village.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>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <200012141212.eBECCE901802@mass.osd.bsdi.com> Mike Smith writes: : > unknown: <IBM3765> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012142048.NAA50227>