K 10 svn:author V 3 imp K 8 svn:date V 27 2001-03-26T08:05:20.000000Z K 7 svn:log V 399 First step towards plugging the "pccard is trying to map into a BIOS region for CIS reading" problem: Use bus_alloc_resource to get the memory that we'll be using. Also has the benefit of doing usage checking as well. This gets rid of the ugly kludge that we had before for mapping pmem to vmem. Second, move PIOCSRESOURCE to its own routine and make it conform more to style(9) in the process. END