]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Move bus_space_tag and bus_space_handle register access
authormjacob <mjacob@FreeBSD.org>
Tue, 13 Mar 2007 06:46:08 +0000 (06:46 +0000)
committermjacob <mjacob@FreeBSD.org>
Tue, 13 Mar 2007 06:46:08 +0000 (06:46 +0000)
commit908c2dbd7779f5a96ac734c367bd5746a00bb50b
tree86355511610932092f842226931b948e8bcd59a1
parent191a467dd2b55bf9dcc1a33ccdb7bf6061c321bb
Move bus_space_tag and bus_space_handle register access
tokens into the common isp_osinfo structure instead of being
in bus specific structures. This allows us to implement
a SYNC_REG MEMORYBARRIER call (using bus_space_barrier)
and also reduce the amount of bus specific wrapper structure
usages in isp_pci && isp_sbus.

MFC after: 3 days
sys/dev/isp/isp_freebsd.h
sys/dev/isp/isp_pci.c
sys/dev/isp/isp_sbus.c