age_dev
device_printf(sc->age_dev,
device_printf(sc->age_dev,
device_printf(sc->age_dev, "4GB boundary crossed, "
device_printf(sc->age_dev,
device_printf(sc->age_dev, "could not create Tx DMA tag.\n");
device_printf(sc->age_dev, "could not create Rx DMA tag.\n");
device_printf(sc->age_dev,
device_printf(sc->age_dev,
device_printf(sc->age_dev,
if (pci_find_extcap(sc->age_dev, PCIY_PMG, &pmc) == 0) {
age_miibus_writereg(sc->age_dev, sc->age_phyaddr,
age_miibus_writereg(sc->age_dev, sc->age_phyaddr,
age_miibus_writereg(sc->age_dev, sc->age_phyaddr,
age_miibus_writereg(sc->age_dev, sc->age_phyaddr,
device_printf(sc->age_dev,
pmstat = pci_read_config(sc->age_dev, pmc + PCIR_POWER_STATUS, 2);
pci_write_config(sc->age_dev, pmc + PCIR_POWER_STATUS, pmstat, 2);
age_miibus_writereg(sc->age_dev, sc->age_phyaddr,
cmd = pci_read_config(sc->age_dev, PCIR_COMMAND, 2);
pci_write_config(sc->age_dev, PCIR_COMMAND, cmd, 2);
device_printf(sc->age_dev,
device_printf(sc->age_dev,
device_printf(sc->age_dev, "phy read timeout : %d\n", reg);
device_printf(sc->age_dev, "master reset timeout!\n");
device_printf(sc->age_dev, "reset timeout(0x%08x)!\n", reg);
device_printf(sc->age_dev, "no memory for Rx buffers.\n");
device_printf(sc->age_dev, "interrupt moderation is %d us.\n",
device_printf(sc->age_dev, "phy write timeout : %d\n", reg);
device_printf(sc->age_dev,
device_printf(sc->age_dev, "stopping TxMAC timeout!\n");
device_printf(sc->age_dev, "stopping RxMAC timeout!\n");
kprintf("%s statistics:\n", device_get_nameunit(sc->age_dev));
pci_write_config(sc->age_dev, vpdc + PCIR_VPD_ADDR, offset, 2);
if ((pci_read_config(sc->age_dev, vpdc + PCIR_VPD_ADDR, 2) &
device_printf(sc->age_dev, "VPD read timeout!\n");
*word = pci_read_config(sc->age_dev, vpdc + PCIR_VPD_DATA, 4);
struct age_dev *sp;
vpdc = pci_get_vpdcap_ptr(sc->age_dev);
device_printf(sc->age_dev,
device_printf(sc->age_dev, "VPD access failure!\n");
device_printf(sc->age_dev,
device_printf(sc->age_dev,
sc->age_dev = dev;
struct sysctl_ctx_list *ctx = device_get_sysctl_ctx(sc->age_dev);
struct sysctl_oid *tree = device_get_sysctl_tree(sc->age_dev);
error = resource_int_value(device_get_name(sc->age_dev),
device_get_unit(sc->age_dev), "int_mod", &sc->age_int_mod);
device_printf(sc->age_dev,
device_printf(sc->age_dev,
device_printf(sc->age_dev,
device_printf(sc->age_dev,
device_printf(sc->age_dev,
device_printf(sc->age_dev,
device_printf(sc->age_dev,
device_printf(sc->age_dev,
device_printf(sc->age_dev,
device_printf(sc->age_dev,
device_printf(sc->age_dev,
device_printf(sc->age_dev,
device_printf(sc->age_dev,
device_printf(sc->age_dev,
device_printf(sc->age_dev,
device_t age_dev;