From owner-cvs-all Fri Aug 2 17:20: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B30ED37B400; Fri, 2 Aug 2002 17:19:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EE6643E65; Fri, 2 Aug 2002 17:19:59 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from freefall.freebsd.org (imp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g730JxJU040823; Fri, 2 Aug 2002 17:19:59 -0700 (PDT) (envelope-from imp@freefall.freebsd.org) Received: (from imp@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g730Jxns040822; Fri, 2 Aug 2002 17:19:59 -0700 (PDT) Message-Id: <200208030019.g730Jxns040822@freefall.freebsd.org> From: Warner Losh Date: Fri, 2 Aug 2002 17:19:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf options src/sys/dev/wi if_wi_pccard.c if_wireg.h spectrum24t_cf.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2002/08/02 17:19:59 PDT Modified files: sys/conf options sys/dev/wi if_wi_pccard.c if_wireg.h Added files: sys/dev/wi spectrum24t_cf.h Log: Add code that will download firmware to a Symbol LA4100-series of CF cards. Since the firmware is hard coded into the kernel, I've made it a kernel option (WI_SYMBOL_FIRMWARE). Note: This only downloads into the RAM of these cards. It doesn't download into FLASH, and is somewhat limited. There needs to be a better way to deal, but this works for now. My Symbol LA4132 CF card works now. Obtained from: NetBSD Revision Changes Path 1.341 +4 -0 src/sys/conf/options 1.10 +176 -0 src/sys/dev/wi/if_wi_pccard.c 1.34 +30 -1 src/sys/dev/wi/if_wireg.h 1.1 +4327 -0 src/sys/dev/wi/spectrum24t_cf.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message