Date: Thu, 27 Apr 2000 14:01:14 -0600 From: Warner Losh <imp@village.org> To: Dave Belfer-Shevett <shevett@homeport.org> Cc: Dave Belfer-Shevett <shevett@stonekeep.com>, jflowers@ezo.net, freebsd-mobile@FreeBSD.ORG Subject: Re: Problems configuring Vadem VG-469 PCMCIA controller. Message-ID: <200004272001.OAA53736@harmony.village.org> In-Reply-To: Your message of "Thu, 27 Apr 2000 12:45:31 EDT." <Pine.BSF.4.21.0004271241500.395-100000@localhost> References: <Pine.BSF.4.21.0004271241500.395-100000@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
Add the vendor ID to pccard/pcic.c: static struct isa_pnp_id pcic_ids[] = { {PCIC_PNP_82365, NULL}, /* PNP0E00 */ {PCIC_PNP_CL_PD6720, NULL}, /* PNP0E01 */ {PCIC_PNP_VLSI_82C146, NULL}, /* PNP0E02 */ {PCIC_PNP_82365_CARDBUS, NULL}, /* PNP0E03 */ {0} }; 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?200004272001.OAA53736>