Date: Fri, 2 Aug 2002 17:19:59 -0700 (PDT) From: Warner Losh <imp@FreeBSD.org> 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 Message-ID: <200208030019.g730Jxns040822@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208030019.g730Jxns040822>