Searched refs:bt_mca_alloc_resources (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/buslogic/
H A Dbt_mca.c117 bt_mca_alloc_resources(device_t dev, int mode) function
127 printf("bt_mca_alloc_resources() failed to allocate IOPORT\n");
136 printf("bt_mca_alloc_resources() failed to allocate IRQ\n");
143 printf("bt_mca_alloc_resources() failed to allocate DRQ\n");
190 bt_mca_alloc_resources(dev, BT_MCA_PROBE);
213 if ((error = bt_mca_alloc_resources(dev, BT_MCA_ATTACH))) {

Completed in 102 milliseconds