Home
last modified time | relevance | path

Searched refs:model (Results 1 – 25 of 126) sorted by relevance

123456

/mirbsd/src/sys/dev/mii/
Dmiidevs114 model xxAMD 79C873 0x0000 Am79C873 10/100 PHY
115 model AMD 79C875phy 0x0014 Am79C875 quad PHY
116 model AMD 79C873phy 0x0036 Am79C873 internal PHY
119 model AGERE ET1011 0x0004 ET1011 10/100/1000baseT PHY
122 model ATHEROS F1 0x0001 F1 10/100/1000 PHY
123 model ATHEROS F2 0x0002 F2 10/100 PHY
124 model ATHEROS F1_7 0x0007 F1 10/100/1000 PHY
127 model xxALTIMA AC_UNKNOWN 0x0001 AC_UNKNOWN 10/100 PHY
128 model xxALTIMA AC101L 0x0012 AC101L 10/100 PHY
129 model xxALTIMA AC101 0x0021 AC101 10/100 PHY
[all …]
Dciphy.c331 uint16_t model; in ciphy_fixup() local
334 model = MII_MODEL(PHY_READ(sc, CIPHY_MII_PHYIDR2)); in ciphy_fixup()
338 switch (model) { in ciphy_fixup()
377 sc->mii_dev.dv_xname, model); in ciphy_fixup()
/mirbsd/src/sys/dev/isa/
Dif_ep_isa.c114 u_short model; member
119 epaddcard(bus, iobase, irq, model) in epaddcard() argument
121 u_short model;
130 epcards[nepcards].model = model;
150 u_int16_t vendor, model; local
198 model = htons(epreadeeprom(iot, ioh, EEPROM_PROD_ID));
199 if ((model & 0xfff0) != PROD_ID_3C509) {
202 model);
218 if ((model & 0xfff0) == PROD_ID_3C509 && pnp != 0)
228 epaddcard(bus, iobase, irq, model);
[all …]
Dif_trtcm_isa.c107 long model; member
115 tcmaddcard(bus, iobase, irq, maddr, msize, model, pnpmode) in tcmaddcard() argument
118 int model, pnpmode;
128 tcmcards[ntcmcards].model = model;
218 u_int16_t vendor, model; local
269 model = htons(tcmreadeeprom(iot, ioh, EEPROM_PROD_ID));
270 if (((model & 0xfff0) != 0x6190) &&
271 ((model & 0xfff0) != 0x3190)) { /* XXX hardcoded */
273 printf("trtcm: unknown model 0x%04x\n", model);
309 if (((model & 0xffff0) == 0x3190) &&
[all …]
Dpas.c100 int model; /* unique to PAS */ member
164 pasconf(model, sbbase, sbirq, sbdrq) in pasconf() argument
165 int model; in pasconf()
209 if (model == PAS_16 || model == PAS_16BASIC)
328 sc->model = O_M_1_to_card[t];
329 if (sc->model != 0) {
337 if (sc->model >= 0) {
342 pasconf(sc->model, ia->ia_iobase, ia->ia_irq, 1);
416 printf(" ProAudio Spectrum %s [rev %d] ", pasnames[sc->model], sc->rev);
421 pasnames[sc->model]);
Dessreg.h178 …ine ESS_USE_AUDIO1(model) (((model) == ESS_1788) || ((model) == ESS_1868) || ((model) ==ESS_1878) … argument
Duha_isa.c162 u_int16_t model, config; local
166 model = (bus_space_read_1(iot, ioh, U14_ID + 0) << 8) |
168 if ((model & 0xfff0) != 0x5640)
174 switch (model & 0x000f) {
197 printf("u14_find: unknown model %x\n", model);
/mirbsd/src/usr.bin/file/magdir/
Dxenix6 # "Middle model" stuff, and "Xenix 8086 relocatable or 80286 small
7 # model" lifted from "magic.xenix", with comment "derived empirically;
10 # "small model", "large model", "huge model" stuff lifted from XXX
20 >8 leshort 1 Middle model
37 >0x1f byte <0x040 small model
38 >0x1f byte =0x048 large model
39 >0x1f byte =0x049 huge model
73 0 leshort 0x580 XENIX 8086 relocatable or 80286 small model
Dintel27 0 leshort =0512 iAPX 286 executable small model (COFF)
30 0 leshort =0522 iAPX 286 executable large model (COFF)
/mirbsd/src/sys/dev/pci/
Dami_pci.c156 const char *intrstr, *model = NULL, *lhc; local
211 model = ssp->name;
215 if (!model && PCI_VENDOR(pa->pa_id) == PCI_VENDOR_AMI)
218 model = "AMI 428";
221 model = "AMI 434";
228 if (!model) {
240 model = modelbuf;
249 printf(" %s/%s\n%s", model, lhc, sc->sc_dev.dv_xname);
Dbha_pci.c118 const char *model, *intrstr; local
121 model = "BusLogic 9xxC SCSI";
123 model = "BusLogic 9xxC SCSI";
125 model = "unknown model!";
164 printf(": %s, %s\n", intrstr, model);
/mirbsd/src/sys/arch/i386/i386/
Dmachdep.c1108 winchip_cpu_setup(cpu_device, model, step) in winchip_cpu_setup() argument
1110 int model, step;
1114 switch (model) {
1127 cyrix3_cpu_setup(cpu_device, model, step) in cyrix3_cpu_setup() argument
1129 int model, step;
1143 switch (model) {
1221 cyrix6x86_cpu_setup(cpu_device, model, step) in cyrix6x86_cpu_setup() argument
1223 int model, step;
1228 switch (model) {
1269 natsem6x86_cpu_setup(cpu_device, model, step) in natsem6x86_cpu_setup() argument
[all …]
Dp4tcc.c65 p4tcc_init(int model, int step) in p4tcc_init() argument
/mirbsd/src/sys/dev/ic/
Dopl.c163 sc->syn.name, sc->model);
165 sc->syn.nvoice = sc->model == OPL_2 ? OPL2_NVOICE : OPL3_NVOICE;
175 printf(": model OPL%d\n", sc->model);
190 if (sc->model == OPL_2)
195 if (sc->model == OPL_2)
208 sc->model = OPL_2; /* worst case assumption */
240 sc->model = OPL_3;
243 sc->model = OPL_2;
250 sc->model, (int)sc->ioh));
329 if (sc->model == OPL_3) {
[all …]
Dbha.c1266 struct bha_model model; local
1305 model.cmd.opcode = BHA_INQUIRE_MODEL;
1306 model.cmd.len = sizeof(model.reply);
1308 sizeof(model.cmd), (u_char *)&model.cmd,
1309 sizeof(model.reply), (u_char *)&model.reply);
1310 *p++ = model.reply.id[0];
1311 *p++ = model.reply.id[1];
1312 *p++ = model.reply.id[2];
1313 *p++ = model.reply.id[3];
1316 *p++ = model.reply.version[0];
[all …]
Dmk48txx.c84 mk48txx_attach(bt, bh, model, year0) in mk48txx_attach() argument
87 const char *model;
96 printf(": %s", model);
100 if (strcmp(model, mk48txx_models[i].name) == 0) {
Doplvar.h56 int model; member
/mirbsd/src/sys/dev/sbus/
Dapio.c105 char *model; in apio_attach() local
109 model = getpropstring(sa->sa_node, "model"); in apio_attach()
110 if (model == NULL) { in apio_attach()
114 if (strcmp(model, "210sj") != 0) { in apio_attach()
115 printf(": unsupported model %s\n", model); in apio_attach()
146 printf(": %s\n", model); in apio_attach()
Dasio.c113 char *model; in asio_attach() local
118 model = getpropstring(sa->sa_node, "model"); in asio_attach()
119 if (model == NULL) { in asio_attach()
123 if (strcmp(model, "210sj") != 0) { in asio_attach()
124 printf(": unsupported model %s\n", model); in asio_attach()
153 printf(": %s\n", model); in asio_attach()
Duperf_sbus.c113 char *model; in uperf_sbus_attach() local
137 model = getpropstring(sa->sa_node, "model"); in uperf_sbus_attach()
138 if (model == NULL || strlen(model) == 0) in uperf_sbus_attach()
139 model = "unknown"; in uperf_sbus_attach()
141 printf(": model %s (%x/%x) ports %d\n", model, in uperf_sbus_attach()
/mirbsd/src/sys/arch/sparc/dev/
Dpresto.c110 char *model, *submodel; in presto_attach() local
114 model = getpropstring(ca->ca_ra.ra_node, "model"); in presto_attach()
115 if (*model == '\0') in presto_attach()
118 submodel = memchr(model, ',', strlen(model)); in presto_attach()
122 submodel = model; in presto_attach()
127 printf(": %s\n%s: %d MB NVRAM, ", model, in presto_attach()
/mirbsd/src/gnu/usr.bin/binutils/gas/doc/
Dc-ia64.texi37 as using the ``constant GP'' model. With this model, it is assumed
45 as using the ``constant GP without function descriptor'' data model.
46 This model is like the ``constant GP'' model, except that it
59 These options select the data model. The assembler defaults to @code{-mlp64}
60 (LP64 data model).
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-pdp11.c1057 char *model = buf; in set_cpu_model() local
1062 *model++ = *arg++; in set_cpu_model()
1064 if (strchr ("abdx", model[-1]) == NULL) in set_cpu_model()
1067 if (model[-1] == 'd') in set_cpu_model()
1070 model[-1] = *arg++; in set_cpu_model()
1072 else if (model[-1] == 'x') in set_cpu_model()
1075 model[-1] = *arg++; in set_cpu_model()
1093 *model++ = *arg++; in set_cpu_model()
1095 *model++ = *arg++; in set_cpu_model()
1097 *model++ = 0; in set_cpu_model()
/mirbsd/src/usr.sbin/httpd/conf/
Dmime.types509 model/iges igs iges
510 model/mesh msh mesh silo
511 model/vnd.dwf
512 model/vnd.flatland.3dml
513 model/vnd.gdl
514 model/vnd.gs-gdl
515 model/vnd.gtw
516 model/vnd.mts
517 model/vnd.parasolid.transmit.binary
518 model/vnd.parasolid.transmit.text
[all …]
/mirbsd/src/gnu/usr.bin/binutils/ld/scripttempl/
Delf32cr16c.sc8 model or the default data model. */

123456