| 665 | } |
| 666 | |
| 667 | static int |
| 668 | pir_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 | |
| 677 | static void |
| 678 | pir_resume_find_device(struct PIR_entry *entry, struct PIR_intpin *intpin, |
nothing calls this directly
no test coverage detected