diff options
-rw-r--r-- | sys/arm/at91/kb920x_machdep.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arm/at91/kb920x_machdep.c b/sys/arm/at91/kb920x_machdep.c index 42ce0f8..3c03454 100644 --- a/sys/arm/at91/kb920x_machdep.c +++ b/sys/arm/at91/kb920x_machdep.c @@ -156,6 +156,7 @@ static const struct pmap_devmap kb920x_devmap[] = { VM_PROT_READ|VM_PROT_WRITE, PTE_NOCACHE, }, +#if 0 { /* * Add the ohci controller, and anything else that might be @@ -167,6 +168,7 @@ static const struct pmap_devmap kb920x_devmap[] = { VM_PROT_READ|VM_PROT_WRITE, PTE_NOCACHE, }, +#endif { 0, 0, |