Home | History | Annotate | Download | only in netboot

Lines Matching refs:address

105  *	(2) compare the ioaddr with the base register's address
131 * so I can access the base address register */
141 /* well, the base address register didn't match. Must not have
163 * against the hardware address, or do some other tests. */
241 /* we have a packet address, so tell the card to use it */
417 /* check every ethernet address */
419 /* check this specific address */
429 * Get the MAC address ( bank 1, regs 4 - 9 )
433 word address;
435 address = inw(smc9000_base + ADDR0 + i);
436 nic->node_addr[i+1] = address >> 8;
437 nic->node_addr[i] = address & 0xFF;
483 * Print the Ethernet address
485 printf("Ethernet MAC address: %!\n", nic->node_addr);