Searched refs:firmware (Results 26 - 50 of 99) sorted by relevance

1234

/freebsd-9.3-release/sys/pc98/conf/
H A DGENERIC227 device firmware # firmware assist module
/freebsd-9.3-release/tools/tools/nanobsd/pcengines/
H A DALIX_DSK73 device firmware
H A DALIX_NFS73 device firmware
/freebsd-9.3-release/sys/dev/isp/
H A DDriverManual.txt187 Still- the HBA firmware does really nearly all of the tedious management
227 + Chipset recognition and reset and firmware download (isp_reset)
248 down DMA mappings for a SCSI command, provide a pointer to firmware to
318 new firmware (if available) and setting it running, isp_init is called. If
364 active command. When you send a command to the QLogic firmware, a portion
414 requested command, so the QLogic firmware will rewrite the response
453 to SCSI are few. There is a basic assumption that the QLogic firmware
459 Fibre Channel presents an interesting challenge here. The QLogic firmware
469 the QLogic firmware tries to traverese through serveral states:
492 Once the firmware ha
[all...]
/freebsd-9.3-release/sbin/nvmecontrol/
H A Dnvmecontrol.c60 {"firmware", firmware, FIRMWARE_USAGE},
/freebsd-9.3-release/sys/dev/iwi/
H A Dif_iwivar.h113 const struct firmware *fp; /* image handle */
114 const char *data; /* firmware image data */
115 size_t size; /* firmware image size */
158 * The card needs external firmware images to work, which is made of a
159 * bootloader, microcode and firmware proper. In version 3.00 and
162 * Old firmware < 3.0 has separate boot and ucode, so we need to
177 enum ieee80211_opmode fw_mode; /* mode of current firmware */
178 struct iwi_fw fw_boot; /* boot firmware */
213 int sc_state_timer; /* firmware state timer */
214 int sc_busy_timer; /* firmware cm
[all...]
/freebsd-9.3-release/sys/dev/wpi/
H A Dif_wpivar.h178 /* firmware image */
179 const struct firmware *fw_fp;
181 /* firmware DMA transfer */
185 struct task sc_restarttask; /* reset firmware task */
/freebsd-9.3-release/sys/dev/cx/
H A Dcxddk.h391 int cx_download (port_t port, const unsigned char *firmware, long bits,
393 int cx_setup_board (cx_board_t *b, const unsigned char *firmware,
H A Dcsigma.c113 int cx_download (port_t port, const unsigned char *firmware, long bits, argument
122 v = ((firmware[n] ^ ' ') << 1) | (firmware[n] >> 7 & 1);
319 /* Read and check the global firmware revision code. */
328 /* Read and check the new global firmware revision code. */
909 int cx_setup_board (cx_board_t *b, const unsigned char *firmware, argument
922 /* Load the firmware. */
932 if (firmware &&
933 (! cx_download (b->port, firmware, bits, tst) ||
935 ! cx_download (b->port+0x10, firmware, bit
[all...]
/freebsd-9.3-release/sys/ia64/conf/
H A DGENERIC185 device firmware # firmware assist module
/freebsd-9.3-release/sys/powerpc/conf/
H A DGENERIC138 device firmware # firmware assist module
H A DGENERIC64140 device firmware # firmware assist module
/freebsd-9.3-release/sys/dev/oce/
H A Doce_sysctl.c48 static int oce_be3_fwupgrade(POCE_SOFTC sc, const struct firmware *fw);
49 static int oce_skyhawk_fwupgrade(POCE_SOFTC sc, const struct firmware *fw);
51 static int oce_lancer_fwupgrade(POCE_SOFTC sc, const struct firmware *fw);
254 const struct firmware *fw;
294 const struct firmware *fw, int bin_offset)
390 oce_sh_be3_flashdata(POCE_SOFTC sc, const struct firmware *fw, int32_t num_imgs)
517 oce_skyhawk_fwupgrade(POCE_SOFTC sc, const struct firmware *fw)
565 oce_be3_fwupgrade(POCE_SOFTC sc, const struct firmware *fw)
573 device_printf(sc->dev, "Invalid BE3 firmware image\n");
641 oce_lancer_fwupgrade(POCE_SOFTC sc, const struct firmware *f
[all...]
/freebsd-9.3-release/sys/sparc64/conf/
H A DGENERIC214 device firmware # firmware assist module
/freebsd-9.3-release/sys/dev/bwi/
H A Dif_bwi_pci.c253 MODULE_DEPEND(bwi, firmware, 1, 1, 1); /* firmware support */
/freebsd-9.3-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb.c48 #include <sys/firmware.h>
H A Diw_cxgb_cq.c51 #include <sys/firmware.h>
H A Diw_cxgb_ev.c50 #include <sys/firmware.h>
H A Diw_cxgb_mem.c50 #include <sys/firmware.h>
/freebsd-9.3-release/sys/dev/fatm/
H A Dif_fatmreg.h112 * firmware to communicate with the driver.
118 #define FATMO_COMMON_ORIGIN (0x4d40) /* firmware comm. area */
129 * firmware) and a version number.
173 * The firmware communication area contains a big structure most of which
264 * The fore firmware is a binary file, that starts with a header. The
268 struct firmware { struct
270 uint32_t version; /* firmware version */
406 * The media type member of the firmware communication block contains a
/freebsd-9.3-release/sys/dev/ispfw/
H A Dispfw.c33 #include <sys/firmware.h>
67 #error "firmware not compatible with this platform"
158 printf("%s: unable to register firmware <%s>\n", \
164 printf("%s: registered firmware <%s>\n", MODULE_NAME, \
172 printf("%s: unable to unregister firmware <%s>\n", \
178 printf("%s: unregistered firmware <%s>\n", MODULE_NAME, \
338 #error "firmware not specified"
/freebsd-9.3-release/sys/dev/iwn/
H A Dif_iwnvar.h243 const struct firmware *fw_fp;
/freebsd-9.3-release/sys/dev/malo/
H A Dif_malo_pci.c352 MODULE_DEPEND(malo, firmware, 1, 1, 1);
/freebsd-9.3-release/sys/dev/mwl/
H A Dif_mwl_pci.c289 MODULE_DEPEND(mwl, firmware, 1, 1, 1);
/freebsd-9.3-release/sys/dev/ral/
H A Dif_ral_pci.c55 MODULE_DEPEND(ral, firmware, 1, 1, 1);

Completed in 476 milliseconds

1234