Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Sep 2014 15:52:48 -0400
From:      John Baldwin <jhb@freebsd.org>
To:        freebsd-current@freebsd.org
Subject:   [PATCH] Fix si(4) to use bus_space
Message-ID:  <1592656.vEZ1VDPFUt@ralph.baldwin.cx>

next in thread | raw e-mail | index | archive | help
This patch fixes the si(4) driver to use the bus_space methods to access 
memory and I/O resources instead of directly calling inb()/outb() and using 
rman_get_virtual().  The patch is against HEAD but probably applies to 9 and 
10 as well.

http://people.freebsd.org/~jhb/patches/si_bus_space.patch

-- 
John Baldwin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1592656.vEZ1VDPFUt>