bus_space_tag, bus_space_handle

2010-03-11 Thread Cole
Hi. Im currently needing to write to a few registers for a PCI device. The driver is provided, but it does not contain support for writing specific registers itself. I also do not with to modify the driver. I would like to know what the best method would be for writing to these registers, the

Re: bus_space_tag, bus_space_handle

2010-03-11 Thread John Baldwin
On Thursday 11 March 2010 4:04:52 am Cole wrote: Hi. Im currently needing to write to a few registers for a PCI device. The driver is provided, but it does not contain support for writing specific registers itself. I also do not with to modify the driver. I would like to know what the

Re: bus_space_tag, bus_space_handle

2010-03-11 Thread Gary Jennejohn
On Thu, 11 Mar 2010 11:04:52 +0200 Cole c...@opteqint.net wrote: Hi. Im currently needing to write to a few registers for a PCI device. The driver is provided, but it does not contain support for writing specific registers itself. I also do not with to modify the driver. I would like to

Re: bus_space_tag, bus_space_handle

2010-03-11 Thread Alexander Kabaev
On Thu, 11 Mar 2010 08:14:30 -0500 John Baldwin j...@freebsd.org wrote: On Thursday 11 March 2010 4:04:52 am Cole wrote: Hi. Im currently needing to write to a few registers for a PCI device. The driver is provided, but it does not contain support for writing specific registers