Author: wmb Date: Wed Nov 21 00:20:41 2012 New Revision: 3448 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3448
Log: XO-1 WLAN driver - added stub definition of multifunction? to satisfy new version of libertas.fth
Modified: dev/usb2/device/wlan/usb8388.fth
Modified: dev/usb2/device/wlan/usb8388.fth ============================================================================== --- dev/usb2/device/wlan/usb8388.fth Wed Nov 21 00:11:00 2012 (r3447) +++ dev/usb2/device/wlan/usb8388.fth Wed Nov 21 00:20:41 2012 (r3448) @@ -4,6 +4,8 @@ headers hex
+false constant multifunction? + \ Used by cmd-out below and also by firmware download routine : packet-out ( adr len -- error? ) " send-out" $call-parent ( qtd )
openfirmware@openfirmware.info