Subject: Re: Additional offset when mapping pci regs
To: Andy Doran <ad@netbsd.org>
From: Johan Danielsson <joda@pdc.kth.se>
List: tech-kern
Date: 01/18/2000 14:01:12
Andy Doran <ad@netbsd.org> writes:

> Is there a way to specify an offset when using pci_mapreg_map()?

It maps the whole address region as specified by the BAR in
question. You can subregion it if you like.

/Johan