Reduce divergence from FreeBSD sources

This commit is contained in:
Sebastian Huber
2013-11-06 09:35:05 +01:00
parent c4c34f3c45
commit 0a57e1db23
164 changed files with 693 additions and 786 deletions

View File

@@ -47,9 +47,7 @@ __FBSDID("$FreeBSD$");
#include <vm/vm.h>
#include <vm/pmap.h>
#ifndef __rtems__
#include <vm/vm_extern.h>
#endif /* __rtems__ */
#include <sys/bus.h>
#include <machine/bus.h>
@@ -68,9 +66,7 @@ __FBSDID("$FreeBSD$");
#include <dev/usb/controller/ehcireg.h>
#include <dev/usb/controller/ohcireg.h>
#ifndef __rtems__
#include <dev/usb/controller/uhcireg.h>
#endif /* __rtems__ */
#include <rtems/bsd/local/pcib_if.h>
#include <rtems/bsd/local/pci_if.h>