Searched refs:firmware (Results 1 - 25 of 99) sorted by path

1234

/freebsd-9.3-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex52 assembler file ready to be built into a firmware or bootwrapper
66 \of (OF), a firmware environment defined by IEEE1275 \cite{IEEE1275}.
83 Embedded systems, by contrast, usually have a minimal firmware that
218 structure initialised by the firmware that must be preserved by the
422 bootloader or firmware image.
/freebsd-9.3-release/contrib/ncurses/misc/
H A Dterminfo.src4723 # On some versions of CGSIX framebuffer firmware (SparcStation 5), <il1>/<il>
6017 # The firmware has a bug in it such that if you give it a null
7995 # some of the vi300s have older firmware that has the command
7997 vi300-old|visual 300 with old firmware (set edit extent reversed),
8491 # This terminal (firmware version 02) has a lot of bugs:
8743 # This copes with an apparent firmware bug in the wy85. He writes:
9900 # I have no idea why this is -- older firmware version, maybe?
10132 # Teletype 5620, firmware version 1.1 (8;7;3) or earlier from BRL
10158 # Be aware that older versions of the dmd have a firmware bug that affects
14323 # 1) there are several firmware rev
[all...]
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_neoclock4x.c71 * firmware you NeoClock4X device uses.
74 * line to "#if 1" and make sure that the defined firmware
75 * matches the firmware off your NeoClock4X receiver!
83 /* at this time only firmware version A is known */
116 char firmware[80]; member in struct:neoclock4x_unit
319 strlcpy(up->firmware, "?", sizeof(up->firmware));
338 strlcpy(up->firmware, "(c) 2002 NEOL S.A. FRANCE / L0.01 NDF:A:* (compile time)",
339 sizeof(up->firmware));
342 msyslog(LOG_EMERG, "NeoClock4X(%d): unknown firmware define
898 neol_query_firmware(int fd, int unit, char *firmware, size_t maxlen) argument
1032 neol_check_firmware(int unit, const char *firmware, char *firmwaretag) argument
[all...]
H A Drefclock_tsyncpci.c131 unsigned char firmware[5]; member in struct:BoardObj
/freebsd-9.3-release/sbin/nvmecontrol/
H A DMakefile4 SRCS= nvmecontrol.c devlist.c firmware.c identify.c logpage.c \
H A Dfirmware.c82 * The NVMe spec does not explicitly state a maximum firmware image
134 err(1, "firmware download request failed");
137 errx(1, "firmware download request returned error");
155 err(1, "firmware activate request failed");
162 errx(1, "firmware activate request returned error");
176 firmware(int argc, char *argv[]) function
229 "activate ([-a]) firmware image action\n"
244 if (cdata.oacs.firmware == 0)
246 "controller does not support firmware activate/download");
258 "slot %d does not contain valid firmware,\
[all...]
H A Didentify.c77 cdata->oacs.firmware ? "Supported" : "Not Supported");
81 if (cdata->oacs.firmware != 0)
86 if (cdata->oacs.firmware != 0)
H A Dnvmecontrol.c60 {"firmware", firmware, FIRMWARE_USAGE},
H A Dnvmecontrol.h56 " nvmecontrol firmware [-s slot] [-f path_to_firmware] [-a] <controller id>\n"
63 void firmware(int argc, char *argv[]);
/freebsd-9.3-release/share/examples/
H A DMakefile94 kld/firmware/Makefile \
95 kld/firmware/README \
96 kld/firmware/fwconsumer/Makefile \
97 kld/firmware/fwconsumer/fw_consumer.c \
98 kld/firmware/fwimage/Makefile \
99 kld/firmware/fwimage/firmware.img.uu \
/freebsd-9.3-release/share/examples/kld/
H A DMakefile70 SUBDIR= cdev dyn_sysctl firmware khelp syscall
/freebsd-9.3-release/share/examples/kld/firmware/fwconsumer/
H A Dfw_consumer.c35 #include <sys/firmware.h>
39 static const struct firmware *fp;
78 MODULE_DEPEND(fw_consumer, firmware, 1, 1, 1);
/freebsd-9.3-release/share/examples/kld/firmware/fwimage/
H A DMakefile4 FIRMWS= firmware.img:beastie
6 CLEANFILES= firmware.img
8 firmware.img: firmware.img.uu
/freebsd-9.3-release/share/man/man9/
H A DMakefile112 firmware.9 \
/freebsd-9.3-release/sys/amd64/conf/
H A DGENERIC292 device firmware # firmware assist module
/freebsd-9.3-release/sys/arm/xscale/ixp425/
H A Dixp425_npe.c75 * NB: Microcode images are loaded with firmware(9). To
77 * ixpnpe_fw device. Otherwise the firmware will be
92 #include <sys/firmware.h>
475 const struct firmware *fw;
560 * Load NPE firmware and start it running. We assume
562 * the firmware image starting with the expected version
582 device_printf(sc->sc_dev, "cannot locate firmware "
588 /* NB: firmware should respond with a status msg */
591 "firmware did not respond as expected\n");
/freebsd-9.3-release/sys/conf/
H A Dkmod.mk39 # FIRMWS List of firmware images in format filename:shortname:version
43 # order to use this firmware. See /usr/share/doc/legal
/freebsd-9.3-release/sys/dev/bwi/
H A Dbwimac.c56 #include <sys/firmware.h>
106 static int bwi_mac_fw_load_iv(struct bwi_mac *, const struct firmware *);
318 /* Prepare to initialize firmware */
834 bwi_fwimage_is_valid(struct bwi_softc *sc, const struct firmware *fw,
841 if_printf(ifp, "invalid firmware (%s): invalid size %zu\n",
853 if_printf(ifp, "invalid firmware (%s): size mismatch, "
862 if_printf(ifp, "invalid firmware (%s): type mismatch, "
869 if_printf(ifp, "invalid firmware (%s): wrong generation, "
889 * Try getting the firmware stub so firmware
[all...]
H A Dif_bwi_pci.c253 MODULE_DEPEND(bwi, firmware, 1, 1, 1); /* firmware support */
H A Dif_bwivar.h452 struct firmware;
469 const struct firmware *mac_stub;
470 const struct firmware *mac_ucode;
471 const struct firmware *mac_pcm;
472 const struct firmware *mac_iv;
473 const struct firmware *mac_iv_ext;
/freebsd-9.3-release/sys/dev/bwn/
H A Dif_bwn.c43 #include <sys/firmware.h>
103 BWN_DEBUG_FW = 0x00004000, /* firmware */
2769 * firmware of ERP changes and the f/w takes care of things
6678 device_printf(sc->sc_dev, "warn: firmware state (%d)\n", state);
7693 const struct firmware *fw;
7827 device_printf(sc->sc_dev, "the firmware is too old\n");
7842 "firmware version (rev %u patch %u date %#x time %#x)\n",
7862 device_printf(sc->sc_dev, "using old firmware image\n");
14240 MODULE_DEPEND(bwn, firmware, 1, 1, 1); /* firmware suppor
[all...]
H A Dif_bwnvar.h763 const struct firmware *fw;
/freebsd-9.3-release/sys/dev/cp/
H A Dcpddk.h249 unsigned char fw_type; /* firmware type */
256 unsigned char *firmware[8]; /* external firmware */ member in struct:_cp_board_t
/freebsd-9.3-release/sys/dev/ctau/
H A Dctau.c73 int ct_download (port_t port, const unsigned char *firmware, argument
82 v = ((firmware[n] ^ ' ') << 1) | ((firmware[n] >> 7) & 1);
194 * ��� �������� firmware. �������� ������ ���� ����������� � ����������
393 const unsigned char *firmware, long bits, const cr_dat_tst_t *tst,
434 if (! ct_download (port, firmware, bits, tst))
947 int ct_setup_board (ct_board_t *b, const unsigned char *firmware, argument
958 /* Load the firmware. */
959 if (firmware && (b->type == B_TAU || b->type == B_TAU_E1 ||
961 ! ct_download (b->port, firmware, bit
392 ct_init(ct_board_t *b, int num, port_t port, int irq, int dma, const unsigned char *firmware, long bits, const cr_dat_tst_t *tst, const unsigned char *firmware2) argument
[all...]
H A Dctddk.h486 const unsigned char *firmware, long bits,
490 int ct_download (port_t port, const unsigned char *firmware, long bits,
492 int ct_download2 (port_t port, const unsigned char *firmware);
493 int ct_setup_board (ct_board_t *b, const unsigned char *firmware,

Completed in 286 milliseconds

1234