Hi.

I'm in the processing of converting i4b to use newbus calls.
The Teles S0/16.3 card has strange way to spread it's io
adresses. For example if it is configured for 0xd80 it
will use adresses at 0x960, 0x160 and 0x560.
So using for example bus_space_read_1 to read from adress
0x160 will not work because the offset parameter is unsigned.

Is there a more elegant way than to get the real adress and
use inb ?

-- 
German Tischler         [EMAIL PROTECTED]
                        [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to