aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/aim/nexus.c
diff options
context:
space:
mode:
authorBenno Rice <benno@FreeBSD.org>2002-07-10 09:48:43 +0000
committerBenno Rice <benno@FreeBSD.org>2002-07-10 09:48:43 +0000
commitd030984167375ded24536ba567c71d88ef0f9bbc (patch)
tree4a21862835a85bdb81bfa0a2a748cc96ee9c7ed3 /sys/powerpc/aim/nexus.c
parentec3772f3fddb2f1f93f91c761bd51ef841ef9883 (diff)
downloadsrc-d030984167375ded24536ba567c71d88ef0f9bbc.tar.gz
src-d030984167375ded24536ba567c71d88ef0f9bbc.zip
Remove some diagnostic code that snuck in.
Notes
Notes: svn path=/head/; revision=99725
Diffstat (limited to 'sys/powerpc/aim/nexus.c')
-rw-r--r--sys/powerpc/aim/nexus.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/powerpc/aim/nexus.c b/sys/powerpc/aim/nexus.c
index 82f70a8f4b29..1958f6cbbaff 100644
--- a/sys/powerpc/aim/nexus.c
+++ b/sys/powerpc/aim/nexus.c
@@ -214,12 +214,6 @@ nexus_probe(device_t dev)
}
device_set_desc(dev, "OpenFirmware Nexus device");
- {
- u_int *foo = 0xf8000020;
- pmap_kenter(0xf8000000, 0xf8000000);
- printf(">>> uni_n_clock_ctl = %08x\n", *foo);
- pmap_kremove(0xf8000000);
- }
return (0);
}