mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-11 09:50:12 +00:00
These don't need RMAN_RESOURCE_VISIBLE now that rman is visible
This commit is contained in:
parent
c82338ca27
commit
48375ebec9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=131537
@ -46,7 +46,6 @@
|
||||
* there are machines with both ISA and EBus.
|
||||
*/
|
||||
|
||||
#define __RMAN_RESOURCE_VISIBLE
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/bus.h>
|
||||
|
@ -36,7 +36,6 @@
|
||||
* UltraSPARC IIi and IIe `sabre' PCI controllers.
|
||||
*/
|
||||
|
||||
#define __RMAN_RESOURCE_VISIBLE
|
||||
#include "opt_ofw_pci.h"
|
||||
#include "opt_psycho.h"
|
||||
|
||||
|
@ -103,7 +103,6 @@
|
||||
* Sbus support.
|
||||
*/
|
||||
|
||||
#define __RMAN_RESOURCE_VISIBLE
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/bus.h>
|
||||
|
@ -129,7 +129,6 @@
|
||||
* - Add bounce buffers to support machines with more than 16GB of RAM.
|
||||
*/
|
||||
|
||||
#define __RMAN_RESOURCE_VISIBLE
|
||||
#include "opt_iommu.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
|
Loading…
Reference in New Issue
Block a user