Home
last modified time | relevance | path

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

/dragonfly/sys/platform/pc64/x86_64/
H A Dnexus.c84 static struct rman irq_rman[MAXCPU], drq_rman, port_rman, mem_rman; variable
212 port_rman.rm_start = 0; in nexus_probe()
213 port_rman.rm_end = 0xffff; in nexus_probe()
214 port_rman.rm_type = RMAN_ARRAY; in nexus_probe()
215 port_rman.rm_descr = "I/O ports"; in nexus_probe()
216 if (rman_init(&port_rman, -1) in nexus_probe()
217 || rman_manage_region(&port_rman, 0, 0xffff)) in nexus_probe()
387 rm = &port_rman; in nexus_alloc_resource()