HomeSort by: relevance | last modified time | path
    Searched refs:drhw (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/mac68k/nubus/
if_sn_nubus.c 263 if (na->drhw == NUBUS_DRHW_APPLE_SNT)
265 else if (na->drhw == NUBUS_DRHW_APPLE_SN)
269 if (na->drhw == NUBUS_DRHW_ASANTE_LC)
278 if (na->drhw == NUBUS_DRHW_KINETICS &&
if_ae_nubus.c 400 switch (na->drhw) {
411 if (na->drhw == NUBUS_DRHW_ASANTE_LC) {
419 if (na->drhw == NUBUS_DRHW_CABLETRON) {
432 switch (na->drhw) {
nubus.h 37 * DrHW: What specific hardware is it?
43 * and DrHW 1 (TFB).
98 /* False DrHW values for video cards masquerading as other cards */
209 u_int16_t drhw; member in struct:_nubus_type
367 u_int16_t drhw; member in struct:nubus_attach_args
nubus.c 247 na_args.drhw = slottype.drhw;
282 na->category, na->type, na->drsw, na->drhw);
grf_nubus.c 147 sc->card_id = na->drhw;
cpi_nubus.c 240 (na->drhw == NUBUS_DRHW_CPI))

Completed in 15 milliseconds