mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-29 12:03:03 +00:00
Enabled the used include of <machine/bus.h> -- don't depend on evil
namespace pollution in <sys/mutex.h>. This was half fixed in rev.1.3 of midwayreg.h. The pollution exposed the bug that this driver was using toy versions of the bus space macros under FreeBSD. Disabling the toy versions made this driver compile and maybe support PIO space, but dependent on the pollution.
This commit is contained in:
parent
e9f420f2e4
commit
442ed3a3c4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=68316
@ -143,7 +143,7 @@
|
||||
#include <netnatm/natm.h>
|
||||
#endif
|
||||
|
||||
#if !defined(sparc) && !defined(__FreeBSD__)
|
||||
#ifndef sparc
|
||||
#include <machine/bus.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user