MCPcopy Create free account
hub / github.com/F-Stack/f-stack / pir_attach

Function pir_attach

freebsd/i386/pci/pci_pir.c:667–675  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

665}
666
667static int
668pir_attach(device_t dev)
669{
670
671 pci_pir_parse();
672 KASSERT(pir_device == NULL, ("Multiple pir devices"));
673 pir_device = dev;
674 return (0);
675}
676
677static void
678pir_resume_find_device(struct PIR_entry *entry, struct PIR_intpin *intpin,

Callers

nothing calls this directly

Calls 1

pci_pir_parseFunction · 0.85

Tested by

no test coverage detected