Home
last modified time | relevance | path

Searched refs:PCI_CLASS_ETH (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/sandpoint/stand/altboot/
H A Dglobals.h110 #define PCI_CLASS_ETH 0x0200 macro
H A Dmain.c150 nnif = pcilookup(PCI_CLASS_ETH, lnif, 2); in main()
H A Dbrdsetup.c261 else if (PCI_CLASS(pcicfgread(dev11, PCI_CLASS_REG)) == PCI_CLASS_ETH) { in brdsetup()